/* 工作日倒计时专属样式 */

.dj-result {
    margin-top: 1.5rem;
}

.dj-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem;
    background: #f8faff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.dj-main-card {
    text-align: center;
}

.dj-main-card.secondary .dj-main-val {
    color: #666;
    font-size: 2rem;
}

.dj-main-val {
    font-size: 3rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
}

.dj-main-label {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.4rem;
}

.dj-sep {
    font-size: 2rem;
    color: #e0e0e0;
}

.dj-detail {
    padding: 0.75rem 1rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 480px) {
    .dj-main {
        flex-direction: column;
        gap: 1rem;
    }
    .dj-sep {
        display: none;
    }
}
