.kis-attach-files__actions {
    margin-bottom: 12px;
}

.kis-attach-files__upload-panel {
    border: 1px solid #d8d7d9;
    border-radius: 3px;
    margin: 12px 0;
    padding: 12px;
}

.kis-attach-files__upload-summary {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.kis-attach-files__progress {
    background: #f3f3f5;
    border-radius: 3px;
    height: 8px;
    overflow: hidden;
}

.kis-attach-files__progress--small {
    margin-top: 6px;
}

.kis-attach-files__progress-bar {
    background: #1b75bb;
    height: 100%;
    transition: width 0.2s ease;
}

.kis-attach-files__progress-bar--error {
    background: #d42054;
}

.kis-attach-files__upload-row {
    border-top: 1px solid #eeeeef;
    padding: 10px 0 0;
    margin-top: 10px;
}

.kis-attach-files__upload-name,
.kis-attach-files__upload-status {
    align-items: center;
    display: flex;
    gap: 8px;
}

.kis-attach-files__upload-status {
    color: #68676b;
    justify-content: space-between;
    margin-top: 4px;
}

.kis-attach-files__file-type {
    background: #f1f4ff;
    border: 1px solid #c9d4ff;
    border-radius: 4px;
    color: #1f3f9a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    margin-right: 8px;
    min-width: 44px;
    padding: 5px 7px;
    text-transform: uppercase;
}
