/* 时间戳转换器工具专属样式 */

/* 区域标题 */
.ts-section-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color, #333);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--theme-color, #eef2f7);
}

/* 输入框宽度 */
.ts-section-title + .ange-form .ange-input,
.ts-section-title + .ange-form .ange-textarea,
.ts-section-title + .ange-form .ange-select {
    width: 100%;
}

/* === 响应式：移动端 ≤768px === */
@media (max-width: 768px) {
    .ts-section-title {
        font-size: 15px;
    }
}
