/* 时间单位换算专题页样式 */

.st-formulas {
    margin-top: 1.6rem;
}

.dw-result {
    margin-bottom: 1rem;
}

.dw-result-card {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.2rem;
    background: #f8f9fb;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    flex-wrap: wrap;
}

.dw-result-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2563eb;
    font-family: 'Fira Code', monospace;
    word-break: break-all;
}

.dw-result-unit {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

.dw-result-eq {
    font-size: 1.4rem;
    color: #999;
    margin: 0 0.3rem;
}

@media (max-width: 640px) {
    .dw-result-value {
        font-size: 1.45rem;
    }
}
