/* GlowNow upgrades #46-#70: compact booking, client lifecycle, provider operations and launch intelligence. */

.booking-draft-bar[hidden],
.client-lifestyle-hub[hidden],
.client-hub-view[hidden],
.account-recovery-panel[hidden],
.provider-operations-panel[hidden] {
  display: none !important;
}

.booking-draft-bar {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 12px 0;
  border: 1px solid rgba(194, 145, 64, 0.28);
  border-radius: 7px;
  background: #fffaf3;
  padding: 9px 11px;
  color: #4c303f;
}

.booking-draft-bar > svg {
  width: 20px;
  color: #b77d24;
}

.booking-draft-bar > span {
  display: grid;
  gap: 2px;
}

.booking-draft-bar strong,
.booking-market-guide strong,
.compact-choice-field legend,
.client-hub-row strong,
.provider-operation-section strong,
.admin-intelligence-grid strong,
.admin-governance-grid strong {
  font-weight: 560;
}

.booking-draft-bar small {
  color: #856e7a;
  font-size: 12px;
}

.booking-draft-bar > div {
  display: flex;
  gap: 5px;
}

.booking-draft-bar button {
  min-height: 32px;
  border: 1px solid rgba(181, 69, 121, 0.2);
  border-radius: 6px;
  background: #fff;
  color: #8b315f;
  padding: 5px 9px;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.booking-draft-bar button:last-child {
  width: 32px;
  padding: 5px;
}

.booking-draft-bar button svg {
  width: 15px;
}

.booking-market-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 10px;
  border: 1px solid rgba(180, 67, 118, 0.18);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.booking-market-guide > div {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
}

.booking-market-guide > div + div {
  border-left: 1px solid #f0dfe7;
}

.booking-market-guide span,
.booking-market-guide small {
  color: #846b78;
  font-size: 11px;
}

.booking-market-guide strong {
  color: #412131;
  font-size: 16px;
}

.booking-market-guide ol {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  border-top: 1px solid #f0dfe7;
  padding: 9px;
  list-style: none;
}

.booking-market-guide li {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  border-radius: 6px;
  background: #fff6fa;
  padding: 7px;
}

.booking-market-guide li > span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #f06c9e;
  color: #fff;
}

.booking-market-guide li div {
  display: grid;
  min-width: 0;
}

.booking-market-guide li strong,
.booking-market-guide li small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.compact-choice-field {
  margin: 14px 0 0;
  border: 0;
  padding: 0;
}

.compact-choice-field legend {
  margin-bottom: 8px;
  color: #5f4453;
  font-size: 13px;
}

.compact-choice-field > p {
  margin: 7px 0 0;
  color: #8b7480;
  font-size: 11px;
}

.compact-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.compact-choice-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.compact-choice-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.compact-choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.compact-choice-grid span {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #ead7e0;
  border-radius: 6px;
  background: #fff;
  color: #664c5a;
  padding: 7px;
  text-align: center;
  font-size: 12px;
  line-height: 1.15;
}

.compact-choice-grid span svg {
  width: 14px;
  flex: 0 0 auto;
}

.compact-choice-grid input:checked + span {
  border-color: #d95a91;
  background: #fff0f6;
  color: #8c2958;
  box-shadow: inset 0 -2px #d7a53f;
}

.compact-choice-grid input:focus-visible + span {
  outline: 2px solid #0d7c83;
  outline-offset: 2px;
}

/* Client lifecycle hub */
.client-lifestyle-hub {
  margin-top: 22px;
  margin-bottom: 22px;
  border-top: 1px solid rgba(195, 144, 61, 0.24);
  border-bottom: 1px solid rgba(195, 144, 61, 0.24);
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.client-hub-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.client-hub-header h2,
.client-hub-intro h3,
.client-privacy-workflow h3 {
  margin: 3px 0 4px;
  color: #35202b;
  font-size: 20px;
  font-weight: 560;
}

.client-hub-header p,
.client-hub-intro p,
.client-privacy-workflow p {
  margin: 0;
  color: #7c6873;
}

.client-passport-stats {
  display: flex;
  gap: 7px;
}

.client-passport-stats span {
  display: grid;
  min-width: 92px;
  border-left: 2px solid #e0ad47;
  padding: 3px 10px;
}

.client-passport-stats strong {
  color: #4a2938;
  font-size: 18px;
  font-weight: 560;
}

.client-passport-stats small {
  color: #8a737f;
  font-size: 11px;
}

.client-hub-tabs {
  display: flex;
  gap: 4px;
  margin: 18px 0 12px;
  border-bottom: 1px solid #eadce3;
  overflow-x: auto;
}

.client-hub-tabs button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #725967;
  padding: 7px 12px;
  white-space: nowrap;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.client-hub-tabs button svg {
  width: 16px;
}

.client-hub-tabs button.active {
  border-bottom-color: #d74e87;
  color: #9a285d;
}

.client-hub-view {
  min-height: 74px;
}

.client-hub-intro,
.client-privacy-workflow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 5px 0 12px;
}

.client-hub-list {
  display: grid;
  border-top: 1px solid #eee1e7;
}

.client-hub-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #eee1e7;
  padding: 10px 3px;
}

.client-hub-row-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 6px;
  background: #fff0f6;
  color: #b33f73;
}

.client-hub-row-icon svg {
  width: 16px;
}

.client-hub-row > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.client-hub-row strong {
  overflow: hidden;
  color: #402732;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.client-hub-row small {
  color: #856f7b;
  font-size: 11px;
}

.client-hub-row button,
.client-hub-row > a,
.client-privacy-workflow button,
.client-reminder-suggestions button,
.admin-export-actions button,
.admin-list-filters input,
.admin-list-filters select {
  font: inherit;
}

.client-hub-row button,
.client-hub-row > a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 5px;
  border: 1px solid #ead9e1;
  border-radius: 6px;
  background: #fff;
  color: #7c3457;
  padding: 5px 8px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.client-hub-row button:last-child:not(:only-child) {
  width: 32px;
  justify-content: center;
  padding: 5px;
}

.client-hub-row button svg,
.client-hub-row > a svg {
  width: 14px;
}

.client-hub-empty {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #856f7b;
  text-align: center;
}

.client-hub-empty svg {
  width: 20px;
  color: #bb4a7d;
}

.client-reminder-suggestions {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 10px;
  overflow-x: auto;
}

.client-reminder-suggestions > span {
  color: #806976;
  font-size: 11px;
  white-space: nowrap;
}

.client-reminder-suggestions button {
  display: inline-flex;
  min-width: 180px;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(197, 148, 64, 0.3);
  border-radius: 6px;
  background: #fffaf2;
  color: #5f3c4e;
  padding: 7px 9px;
  text-align: left;
  cursor: pointer;
}

.client-reminder-suggestions button span {
  display: grid;
}

.client-reminder-suggestions button small {
  color: #8c7580;
}

.client-privacy-workflow > div:last-child {
  display: flex;
  gap: 7px;
}

.client-privacy-workflow button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5ced9;
  border-radius: 6px;
  background: #fff;
  color: #733550;
  padding: 7px 10px;
  font-weight: 500;
  cursor: pointer;
}

.client-privacy-workflow button.subtle-danger {
  color: #9d3d42;
}

.client-request-state {
  color: #8c5d28;
  font-size: 11px;
  text-transform: capitalize;
}

.account-recovery-panel {
  border-color: rgba(203, 151, 61, 0.4) !important;
  background: #fffaf2 !important;
}

.account-recovery-panel > p {
  color: #705866;
}

.account-recovery-panel .launch-primary {
  width: fit-content;
}

/* Provider operations */
.provider-operations-panel {
  display: grid;
  gap: 12px;
}

.provider-operations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.provider-operation-section {
  min-width: 0;
  border: 1px solid #eadce3;
  border-radius: 7px;
  background: #fff;
  padding: 14px;
}

.provider-operation-section.wide {
  grid-column: 1 / -1;
}

.provider-operation-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.provider-operation-head h3 {
  margin: 0 0 3px;
  color: #3c2631;
  font-size: 15px;
  font-weight: 560;
}

.provider-operation-head p,
.provider-operation-list > p {
  margin: 0;
  color: #83707a;
  font-size: 11px;
}

.provider-operation-head > svg {
  width: 19px;
  color: #b87e25;
}

.provider-weekly-hours {
  display: grid;
  margin-bottom: 9px;
  border-top: 1px solid #eee3e8;
}

.provider-weekly-hours > label {
  display: grid;
  grid-template-columns: 20px minmax(90px, 1fr) 108px 22px 108px;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #eee3e8;
  color: #5d4652;
  font-size: 12px;
}

.provider-weekly-hours input[type="time"],
.provider-compact-form input,
.provider-compact-form select,
.provider-compact-form textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid #dfccd5;
  border-radius: 6px;
  background: #fff;
  color: #35232c;
  padding: 6px 8px;
  font: inherit;
}

.provider-compact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.provider-compact-form label {
  display: grid;
  gap: 5px;
  color: #654e5a;
  font-size: 11px;
}

.provider-compact-form label.wide,
.provider-compact-form button {
  grid-column: 1 / -1;
}

.provider-compact-form .checkbox-line {
  display: flex;
  min-height: 38px;
  align-items: center;
}

.provider-operation-list {
  display: grid;
  margin-top: 10px;
  border-top: 1px solid #eee3e8;
}

.provider-operation-list article {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 9px;
  align-items: center;
  border-bottom: 1px solid #eee3e8;
  padding: 8px 2px;
}

.provider-operation-list article > div {
  display: grid;
  min-width: 0;
}

.provider-operation-list article small {
  color: #88737e;
  font-size: 10px;
}

.provider-operation-list article button {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid #e8d6df;
  border-radius: 6px;
  background: #fff;
  color: #963c64;
  cursor: pointer;
}

.provider-operation-list article button svg {
  width: 14px;
}

.provider-response-goal {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 8px 0;
  border-left: 2px solid #d8a63f;
  background: #fff9ef;
  padding: 7px 9px;
  color: #725a38;
  font-size: 11px;
}

.provider-response-goal svg {
  width: 15px;
}

.provider-response-goal strong {
  margin-left: auto;
  font-weight: 560;
}

.provider-response-goal strong.urgent,
.provider-response-goal strong.overdue {
  color: #a43e43;
}

/* Admin launch intelligence */
.admin-intelligence-grid,
.admin-governance-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-intelligence-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.admin-borough-panel {
  grid-column: 1 / -1;
}

.admin-governance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-funnel,
.admin-borough-table,
.admin-queue-list {
  display: grid;
  border-top: 1px solid #e7dce2;
}

.admin-funnel article,
.admin-borough-table article {
  display: grid;
  grid-template-columns: minmax(150px, 0.75fr) minmax(120px, 1fr) 80px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #e7dce2;
  padding: 9px 2px;
}

.admin-funnel article > div,
.admin-borough-table article > div {
  display: grid;
}

.admin-funnel small,
.admin-borough-table small,
.admin-queue-list small {
  color: #7f6c76;
  font-size: 10px;
}

.admin-funnel progress,
.admin-borough-table progress {
  width: 100%;
  height: 8px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  accent-color: #d94f88;
}

.admin-funnel progress::-webkit-progress-bar,
.admin-borough-table progress::-webkit-progress-bar {
  background: #f1e4ea;
}

.admin-funnel progress::-webkit-progress-value {
  background: #d94f88;
}

.admin-borough-table progress::-webkit-progress-value {
  background: #c49a3d;
}

.admin-funnel article > span,
.admin-borough-table article > span {
  color: #5f4753;
  text-align: right;
  font-size: 12px;
}

.admin-payout-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.admin-payout-summary > div {
  display: grid;
  gap: 3px;
  border-left: 2px solid #c89d42;
  padding: 6px 8px;
}

.admin-payout-summary span {
  color: #806c76;
  font-size: 10px;
}

.admin-payout-summary strong {
  color: #432c37;
  font-size: 16px;
}

.admin-export-actions {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.admin-export-actions button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 5px;
  border: 1px solid #e1ccd6;
  border-radius: 6px;
  background: #fff;
  color: #704052;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.admin-export-actions svg {
  width: 14px;
}

.admin-queue-list article {
  display: grid;
  gap: 7px;
  border-bottom: 1px solid #e7dce2;
  padding: 10px 2px;
}

.admin-queue-list article > div:first-child {
  display: grid;
  gap: 3px;
}

.admin-queue-list article > div:first-child > .ops-pill {
  width: fit-content;
}

.admin-queue-list article p {
  margin: 2px 0 0;
  color: #725d68;
  font-size: 11px;
}

.admin-queue-list .ops-actions {
  margin: 0;
}

.admin-list-filters {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 130px 130px;
  gap: 6px;
  margin-bottom: 10px;
}

.admin-list-filters label {
  position: relative;
}

.admin-list-filters label svg {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 14px;
  color: #8a7280;
}

.admin-list-filters label input {
  padding-left: 29px;
}

.admin-list-filters input,
.admin-list-filters select {
  width: 100%;
  min-height: 36px;
  border: 1px solid #dfcfd7;
  border-radius: 6px;
  background: #fff;
  color: #402b35;
  padding: 6px 8px;
  font-size: 11px;
}

/* Dark theme coverage for every new surface. */
body[data-theme="dark"] .booking-draft-bar,
body[data-theme="dark"] .booking-market-guide,
body[data-theme="dark"] .booking-market-guide li,
body[data-theme="dark"] .compact-choice-grid span,
body[data-theme="dark"] .client-lifestyle-hub,
body[data-theme="dark"] .client-hub-row button,
body[data-theme="dark"] .client-hub-row > a,
body[data-theme="dark"] .client-privacy-workflow button,
body[data-theme="dark"] .provider-operation-section,
body[data-theme="dark"] .provider-weekly-hours input[type="time"],
body[data-theme="dark"] .provider-compact-form input,
body[data-theme="dark"] .provider-compact-form select,
body[data-theme="dark"] .provider-compact-form textarea,
body[data-theme="dark"] .provider-operation-list article button,
body[data-theme="dark"] .admin-export-actions button,
body[data-theme="dark"] .admin-list-filters input,
body[data-theme="dark"] .admin-list-filters select {
  border-color: #563344;
  background: #25151f;
  color: #f8eaf1;
}

body[data-theme="dark"] .booking-draft-bar,
body[data-theme="dark"] .account-recovery-panel,
body[data-theme="dark"] .provider-response-goal,
body[data-theme="dark"] .client-reminder-suggestions button {
  background: #302019 !important;
  color: #f7e8d2;
}

body[data-theme="dark"] .booking-market-guide > div + div,
body[data-theme="dark"] .booking-market-guide ol,
body[data-theme="dark"] .client-hub-tabs,
body[data-theme="dark"] .client-hub-list,
body[data-theme="dark"] .client-hub-row,
body[data-theme="dark"] .provider-weekly-hours,
body[data-theme="dark"] .provider-weekly-hours > label,
body[data-theme="dark"] .provider-operation-list,
body[data-theme="dark"] .provider-operation-list article,
body[data-theme="dark"] .admin-funnel,
body[data-theme="dark"] .admin-funnel article,
body[data-theme="dark"] .admin-borough-table,
body[data-theme="dark"] .admin-borough-table article,
body[data-theme="dark"] .admin-queue-list,
body[data-theme="dark"] .admin-queue-list article {
  border-color: #4e3040;
}

body[data-theme="dark"] .booking-market-guide strong,
body[data-theme="dark"] .compact-choice-field legend,
body[data-theme="dark"] .client-hub-header h2,
body[data-theme="dark"] .client-hub-intro h3,
body[data-theme="dark"] .client-privacy-workflow h3,
body[data-theme="dark"] .client-passport-stats strong,
body[data-theme="dark"] .client-hub-row strong,
body[data-theme="dark"] .provider-operation-head h3,
body[data-theme="dark"] .admin-payout-summary strong {
  color: #fff3f8;
}

body[data-theme="dark"] .booking-market-guide span,
body[data-theme="dark"] .booking-market-guide small,
body[data-theme="dark"] .booking-draft-bar small,
body[data-theme="dark"] .compact-choice-field > p,
body[data-theme="dark"] .client-hub-header p,
body[data-theme="dark"] .client-hub-intro p,
body[data-theme="dark"] .client-privacy-workflow p,
body[data-theme="dark"] .client-hub-row small,
body[data-theme="dark"] .provider-operation-head p,
body[data-theme="dark"] .provider-operation-list > p,
body[data-theme="dark"] .admin-funnel small,
body[data-theme="dark"] .admin-borough-table small,
body[data-theme="dark"] .admin-queue-list small {
  color: #cdb5c2;
}

body[data-theme="dark"] .compact-choice-grid input:checked + span {
  border-color: #f06ca4;
  background: #472137;
  color: #ffd7e8;
}

body[data-theme="dark"] .client-hub-row-icon {
  background: #472137;
  color: #ff8fba;
}

@media (max-width: 920px) {
  .compact-choice-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-governance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .admin-page .ops-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .admin-page .ops-metrics article {
    min-height: 72px;
    align-content: center;
    padding: 11px 12px;
  }

  .admin-page .ops-metrics strong {
    font-size: 21px;
  }

  .booking-draft-bar {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    margin: 8px 0;
  }

  .booking-market-guide ol {
    display: flex;
    overflow-x: auto;
  }

  .booking-market-guide li {
    min-width: 185px;
  }

  .compact-choice-grid,
  .compact-choice-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-hub-header,
  .admin-intelligence-grid {
    grid-template-columns: 1fr;
  }

  .client-passport-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-passport-stats span {
    min-width: 0;
  }

  .client-hub-row {
    grid-template-columns: 32px minmax(0, 1fr) auto;
  }

  .client-hub-row > button:last-child:not(:only-child) {
    grid-column: 3;
  }

  .client-hub-row button span,
  .client-hub-row > a span {
    display: none;
  }

  .client-hub-intro,
  .client-privacy-workflow {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-privacy-workflow > div:last-child {
    width: 100%;
  }

  .client-privacy-workflow button {
    flex: 1;
    justify-content: center;
  }

  .provider-operations-grid {
    grid-template-columns: 1fr;
  }

  .provider-operation-section.wide {
    grid-column: auto;
  }

  .provider-weekly-hours > label {
    grid-template-columns: 20px minmax(66px, 1fr) 82px 14px 82px;
    gap: 4px;
  }

  .admin-borough-panel {
    grid-column: auto;
  }

  .admin-funnel article,
  .admin-borough-table article {
    grid-template-columns: minmax(120px, 1fr) minmax(80px, 0.8fr) 62px;
  }

  .admin-list-filters {
    grid-template-columns: 1fr 1fr;
  }

  .admin-list-filters label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .booking-market-guide {
    grid-template-columns: 1fr;
  }

  .booking-market-guide > div + div {
    border-top: 1px solid #f0dfe7;
    border-left: 0;
  }

  .booking-market-guide ol {
    grid-column: auto;
  }

  .client-passport-stats {
    gap: 3px;
  }

  .client-passport-stats span {
    padding: 3px 6px;
  }

  .client-passport-stats strong {
    font-size: 14px;
  }

  .provider-compact-form {
    grid-template-columns: 1fr;
  }

  .provider-compact-form label.wide,
  .provider-compact-form button {
    grid-column: auto;
  }

  .provider-weekly-hours > label {
    grid-template-columns: 20px minmax(62px, 1fr) 72px 10px 72px;
    font-size: 10px;
  }

  .admin-payout-summary {
    grid-template-columns: 1fr;
  }

  .admin-export-actions {
    flex-wrap: wrap;
  }
}
