.asb-countdown-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    padding: 24px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    gap: 32px;
}

.asb-countdown-info {
    flex: 2;
    min-width: 250px;
}

.asb-countdown-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8c9ba5;
    display: block;
    margin-bottom: 8px;
}

.asb-countdown-title {
    font-size: 26px;
    font-weight: 800;
    color: #03153f;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.asb-vs-divider {
    color: #b0bac3;
    font-weight: 500;
    margin: 0 4px;
}

.asb-countdown-meta {
    font-size: 13.5px;
    color: #66727d;
    margin: 0;
    line-height: 1.5;
}

.asb-countdown-divider-vertical {
    width: 1px;
    background-color: #e2e8f0;
    align-self: stretch;
    margin: 8px 0;
}

.asb-countdown-timer {
    display: flex;
    gap: 12px;
    align-items: center;
}

.asb-countdown-unit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.asb-countdown-number {
    background: #f1f3fd;
    color: #1a367c;
    font-size: 24px;
    font-weight: 800;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 8px;
    font-family: monospace, sans-serif;
}

.asb-countdown-label {
    font-size: 9.5px;
    font-weight: 700;
    color: #8c9ba5;
    letter-spacing: 0.8px;
}

.asb-countdown-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 160px;
}

.asb-countdown-btn {
    background-color: #03153f;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    transition: background-color 0.2s ease;
}

.asb-countdown-btn:hover {
    background-color: #1a2f64;
}

.asb-live-info {
    font-size: 11.5px;
    color: #808a95;
}

@media (max-width: 900px) {
    .asb-countdown-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px;
        gap: 24px;
    }
    .asb-countdown-divider-vertical {
        display: none;
    }
}
