.sc-bc0a556d-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-width: 0px;
}

.sc-bc0a556d-left-side {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.sc-bc0a556d-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sc-bc0a556d-title {
    font-weight: bold;
    letter-spacing: 0.5px;
}

.sc-bc0a556d-divider {
    align-self: stretch;
    border-right-style: solid;
    border-right-width: 1px;
    margin: 5px 0;
    width: 0;
    flex-shrink: 0;
}

.sc-bc0a556d-timer {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sc-bc0a556d-time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.sc-bc0a556d-digit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.sc-bc0a556d-colon {
    font-weight: bold;
    font-size: 1.2rem;
    align-self: center;
}

.sc-bc0a556d-label {
    font-size: 0.65rem;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Responsiveness settings */
@media (max-width: 600px) {
    .sc-bc0a556d-container {
        flex-direction: column;
        justify-content: center;
        gap: 15px !important;
        text-align: center;
    }
    .sc-bc0a556d-divider {
        display: none;
    }
    .sc-bc0a556d-left-side {
        justify-content: center;
    }
}
