.admin-common-export-toolbar {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: flex-end;
    margin: 14px 0 10px;
    padding: 10px 12px;
}
.admin-common-export-toolbar strong { color: #172554; margin-right: auto; }
.admin-common-export-toolbar span { color: #64748b; font-size: 12px; font-weight: 700; }
.admin-common-export-toolbar > div { display: flex; gap: 7px; }
.admin-page-size-control { align-items: center; color: #475569; display: inline-flex; font-size: 12px; font-weight: 800; gap: 6px; }
.admin-page-size-control select { background: #fff; border: 1px solid #cbd5e1; border-radius: 6px; color: #172554; min-height: 34px; padding: 5px 28px 5px 8px; }
.admin-column-chooser { position: relative; }
.admin-column-chooser summary { background: #fff; border: 1px solid #cbd5e1; border-radius: 6px; color: #30348f; cursor: pointer; font-size: 12px; font-weight: 900; list-style: none; min-height: 34px; padding: 8px 12px; }
.admin-column-chooser summary::-webkit-details-marker { display: none; }
.admin-column-chooser > div { background: #fff; border: 1px solid #dbe3ef; border-radius: 8px; box-shadow: 0 14px 34px #0f172a24; display: grid; gap: 8px; max-height: 280px; min-width: 210px; overflow: auto; padding: 12px; position: absolute; right: 0; top: 40px; z-index: 20; }
.admin-column-chooser label { align-items: center; color: #334155; display: flex; font-size: 12px; font-weight: 700; gap: 8px; white-space: nowrap; }
.admin-common-export-toolbar button {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #30348f;
    font-size: 12px;
    font-weight: 900;
    min-height: 34px;
    padding: 7px 12px;
}
.admin-common-export-toolbar button:hover { border-color: #f22a2b; color: #f22a2b; }
.admin-common-export-toolbar button:disabled { cursor: wait; opacity: .55; }
.admin-table-head,
.admin-master-table-head,
.admin-feedback-table thead th,
.press-gallery-table thead th {
    background: #f8fafc;
    position: sticky;
    top: 0;
    z-index: 4;
}
.admin-table-compact .admin-table-row,
.admin-table-compact .admin-master-table-row { min-height: 42px; padding-bottom: 7px; padding-top: 7px; }
.admin-table-compact tbody td { padding-bottom: 7px !important; padding-top: 7px !important; }
.admin-table,
.admin-master-table,
.admin-feedback-table-wrap,
.press-gallery-table-wrap { scrollbar-color: #94a3b8 #eef2f7; scrollbar-width: thin; }
@media (max-width: 560px) {
    .admin-common-export-toolbar { align-items: stretch; flex-direction: column; }
    .admin-common-export-toolbar > div { display: grid; grid-template-columns: repeat(3, 1fr); }
    .admin-page-size-control { justify-content: space-between; }
    .admin-column-chooser > div { left: 0; right: auto; }
}
