/* COUNTDOWN BANNER STIJLEN */

/* Countdown Banner */
.peppol-homepage-isolated .countdown-banner {
    background: linear-gradient(135deg, #E53E3E, #C53030) !important;
    height: auto !important;
    min-height: 75px !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 30px !important;
    box-shadow: 0 6px 20px rgba(229, 62, 62, 0.25) !important;
}

.peppol-homepage-isolated .countdown-banner::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%) !important;
    pointer-events: none !important;
}

.peppol-homepage-isolated .banner-left {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex: 1 !important;
    z-index: 1 !important;
}

.peppol-homepage-isolated .banner-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    margin: 0 !important;
    letter-spacing: 0.3px !important;
}

.peppol-homepage-isolated .banner-subtitle {
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    letter-spacing: 0.2px !important;
    opacity: 0.95 !important;
}

.peppol-homepage-isolated .banner-center {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    z-index: 1 !important;
    margin: 0 20px !important;
}

.peppol-homepage-isolated .countdown-timer-banner {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

.peppol-homepage-isolated .countdown-item-banner {
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(8px) !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    text-align: center !important;
    min-width: 45px !important;
    transition: all 0.2s !important;
}

.peppol-homepage-isolated .countdown-item-banner:hover {
    background: rgba(255,255,255,0.15) !important;
    transform: translateY(-1px) !important;
}

.peppol-homepage-isolated .countdown-number-banner {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #FFD700 !important;
    display: block !important;
    line-height: 1 !important;
    letter-spacing: 0.5px !important;
}

.peppol-homepage-isolated .countdown-label-banner {
    font-size: 9px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin-top: 2px !important;
    letter-spacing: 0.3px !important;
    opacity: 0.95 !important;
}

.peppol-homepage-isolated .separator {
    color: #FFD700 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.peppol-homepage-isolated .banner-right {
    z-index: 1 !important;
    margin-left: 20px !important;
}

.peppol-homepage-isolated .countdown-cta {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important;
    color: #1a1a1a !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 8px rgba(255,215,0,0.3) !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.peppol-homepage-isolated .countdown-cta:hover {
    background: linear-gradient(135deg, #FFA500, #FFD700) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255,215,0,0.4) !important;
    color: #000000 !important;
    text-decoration: none !important;
}