/* ==========================================================================
   EISTEE-TAG - Spezifisches Layout
   ========================================================================== */

.eisteetag-container {
    background-color: #fff8e1;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    padding: 30px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.eisteetag-text {
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 35px;
    text-align: justify;
    color: #2b1800 !important; /* Erzwingt das warme, dunkle Braun direkt */
}

.eisteetag-text p {
    margin-bottom: 15px;
}

.eisteetag-note {
    font-style: italic;
    color: #888888 !important; 
    text-align: center;
    margin-top: 20px;
}

.eisteetag-image-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.eisteetag-image {
    max-width: 100%;
    width: 512px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.eisteetag-caption {
    margin-top: 15px;
    font-size: 1rem;
    color: var(--primary) !important;
}

/* Das Countdown-Feld (Barrierefrei & Kontrastreich) */
.eisteetag-countdown {
    background: linear-gradient(135deg, #7c3a00, #5c2e00); /* Dunkles Braun aus deinem Design für maximalen Kontrast */
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-size: 1.6rem; /* <-- Hier von 1.25rem auf 1.6rem erhöht */
}

.eisteetag-countdown p,
.eisteetag-countdown strong {
    color: #ffffff !important; /* Überschreibt globale dunkle Schriften */
    font-weight: 600;
}

.eisteetag-countdown span {
    font-size: 1.9rem; /* <-- Hier von 2.4rem auf 1.9rem reduziert, damit es harmonischer wirkt */
    color: #fde68a !important; /* Honiggelb als leuchtender Akzent für die Zahl */
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    display: inline-block;
    padding: 0 6px;
    font-weight: 800;  /* Etwas weicher als 900, passt perfekt dazu */
}