.fk-export {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 2px;
    min-width: 420px;
}

.fk-export-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fk-export-label {
    font-weight: 600;
    white-space: nowrap;
}

.fk-export-date {
    width: 160px;
}

.fk-export-hint {
    font-size: 0.85em;
    opacity: 0.7;
}

.fk-export-progress {
    width: 100%;
}

.fk-export-result {
    padding: 8px 10px;
    border-radius: 4px;
    border-left: 3px solid transparent;
}

.fk-export-result-ok {
    border-left-color: var(--bs-success, #2e7d32);
    background: rgba(46, 125, 50, 0.08);
}

.fk-export-result-error {
    border-left-color: var(--bs-danger, #c62828);
    background: rgba(198, 40, 40, 0.08);
}
