.wbk_exportCSV__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

.wbk_exportCSV__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.wbk_exportCSV__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.wbk_exportCSV__closeBtn {
    all: unset;
    cursor: pointer;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.wbk_exportCSV__content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.wbk_exportCSV__section {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;

    &:last-child {
        margin-bottom: 0;
    }
}

.wbk_exportCSV__sectionTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    color: #111827;
}

.wbk_exportCSV__sectionDescription {
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
    margin-bottom: 16px;
}

.wbk_exportCSV__filterFormWrapper {
    margin-top: 0;
    margin-bottom: 16px;
}

.wbk_exportCSV__filterFormCompact {
    margin-top: 0;
    margin-bottom: 16px;
}

.wbk_exportCSV__exportButton {
    margin-top: 8px;
}

.wbk_exportCSV__selectedExportSection {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.wbk_exportCSV__actionItems {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
