.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-param-wrapper,
.tool-body .tool-card-upload-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ange-form-label {
    padding: 9px 0;
    width: revert !important;
}
.ange-input-block {
    min-height: revert !important;
}
.sha256-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.sha256-card-header .ange-form-label-vertical {
    margin-bottom: 0;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .sha256-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
