/* ============================================================
   配速转换工具样式 (paceConverter)
   ============================================================ */

.tool-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.tool-body .tool-card {
    display: flex;
    flex-direction: column;
    height: auto;
}

.tool-body .tool-card-upload-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tool-body .tool-card-param-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tool-card-param-wrapper {
    min-height: revert !important;
}

.ange-form-label {
    padding: 9px 0;
    width: revert !important;
}

.ange-input-block {
    margin-left: 190px;
    min-height: revert !important;
}

.handle-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mc-card-header {
    margin-bottom: 12px;
}

/* 结果区域 input 只读样式 */
.mc-copy-btn:hover i {
    color: #1890ff;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .tool-body .ange-form-item {
        margin-bottom: 8px;
    }

    .tool-body .ange-form-label {
        width: 100px;
        font-size: 12px;
    }

    .tool-body .ange-row .ange-col-xs12 {
        margin-bottom: 4px;
    }
    .ange-input-block {
        margin-left: 160px;
    }
}
