.integroo-event-countdown{
    box-sizing:border-box;
    width:100%;
    margin:0 0 20px;
    padding:16px;
    border:1px solid #eeeeee;
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 4px 14px rgba(0,0,0,.07);
    color:#222222;
    font-family:inherit;
}
.integroo-event-countdown *{box-sizing:border-box}
.integroo-event-countdown__header{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin:0 0 13px;
    font-size:14px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.35px;
    text-align:center;
}
.integroo-event-countdown__clock{font-size:17px;line-height:1}
.integroo-event-countdown__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    width:100%;
}
.integroo-event-countdown__unit{min-width:0;text-align:center}
.integroo-event-countdown__tile{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:62px;
    padding:9px 5px;
    border-radius:9px;
    background:#FFA500;
    box-shadow:0 3px 8px rgba(255,165,0,.22);
    color:#ffffff;
}
.integroo-event-countdown__tile strong{
    display:block;
    max-width:100%;
    overflow:hidden;
    font-size:clamp(24px,7vw,34px);
    line-height:1;
    font-weight:800;
    letter-spacing:.3px;
    font-variant-numeric:tabular-nums;
    color:#ffffff;
}
.integroo-event-countdown__caption{
    margin-top:6px;
    font-size:11px;
    line-height:1;
    font-weight:800;
    letter-spacing:.45px;
    color:#555555;
}
.integroo-event-countdown--finished{
    padding:14px 16px;
    border-color:rgba(255,165,0,.35);
    background:#fffaf0;
    box-shadow:none;
}
.integroo-event-countdown__finished{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:#222222;
    font-size:14px;
    line-height:1.3;
    font-weight:800;
    text-align:center;
}
@media(max-width:420px){
    .integroo-event-countdown{padding:13px;border-radius:12px}
    .integroo-event-countdown__header{margin-bottom:11px;font-size:12px}
    .integroo-event-countdown__grid{gap:7px}
    .integroo-event-countdown__tile{min-height:55px;border-radius:8px}
    .integroo-event-countdown__tile strong{font-size:clamp(22px,8vw,30px)}
    .integroo-event-countdown__caption{font-size:10px}
}


/*
 * Integroo 2.5.1
 * EventON reserves an icon gutter on the left side of the "Informacje" row.
 * On mobile this makes the actual description/countdown look optically shifted
 * to the right. Shift only the inner description content, leaving the EventON
 * row title/icon untouched.
 */
@media(max-width:767px){
    .evo_metarow_details .eventon_desc_in{
        position:relative !important;
        margin-left:-15px !important;
        margin-right:15px !important;
        width:auto !important;
        max-width:none !important;
        box-sizing:border-box !important;
    }

    .evo_metarow_details .eventon_desc_in > .integroo-event-countdown{
        width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }
}
