.word-import {
    border: 1px dashed #c5cfdc;
    border-radius: 10px;
    background: #f7f9fc;
    padding: 16px;
    margin-bottom: 24px;
}

.word-import-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    font-size: 16px;
}

.word-import-head i {
    color: #2b579a;
    font-size: 22px;
}

.word-import-hint {
    margin: 0 0 12px;
    color: #6b7485;
    font-size: 14px;
}

.word-import .control-label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.word-import-btn {
    width: 100%;
    min-height: 44px;
    white-space: nowrap;
}

.word-import-btn.is-busy {
    opacity: .7;
    cursor: progress;
}

.word-import-status {
    margin-top: 10px;
    min-height: 20px;
    font-size: 14px;
}

.word-import-status.is-loading {
    color: #6b7485;
}

.word-import-status.is-success {
    color: #1a7f37;
}

.word-import-status.is-error {
    color: #cf222e;
}
