/* ============================================================
   磁场强度转换工具样式 (magneticFieldConverter)
   ============================================================ */

.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: 140px;
}
.ange-input-block{
    margin-left: 160px;
    min-height: revert!important;
}

.handle-btn{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 结果区域 input 只读样式 */
.ic-copy-btn:hover i {
    color: #1890ff;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .tool-body .ange-form-item {
        margin-bottom: 8px;
    }

    .tool-body .ange-form-label {
        width: 120px;
        font-size: 12px;
        white-space:revert!important;
    }
    .ange-input-block{
        margin-left: 140px;
    }

}
