.diwali-countdown-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    color: #222;
}

.diwali-countdown-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #c0392b;
}

#diwali-timer {
    font-size: 1.5rem;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
}

.dc-btn {
    display: inline-block;
    margin: 8px;
    padding: 10px 18px;
    background: #e67e22;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}
.dc-btn:hover {
    background: #d35400;
}
