/* Rabbit 加解密工具样式 */
.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;
}
.rab-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.rab-card-header .ange-form-label-vertical {
    margin-bottom: 0;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .tool-body .tool-card {
        margin-bottom: 12px;
    }
}
