.table-export-options { margin:12px 0 18px;border:1px solid #dce5f2;border-radius:12px;padding:0 14px;background:#f8faff;min-width:0; }
.table-export-options>summary { min-height:44px;display:flex;align-items:center;cursor:pointer;font-weight:650;color:#233f9b;gap:8px;overflow-wrap:anywhere; }
.table-export-options>summary::before { content:"↓"; }
.table-export-form { display:flex;gap:12px;align-items:end;flex-wrap:wrap;padding:8px 0;min-width:0; }
.table-export-form label { display:grid;gap:6px;font-size:.85rem;min-width:0;max-width:100%; }
.table-export-form select,.table-export-form button { min-height:44px;max-width:100%; }
.table-export-form select { border:1px solid #cad5e6;border-radius:9px;background:#fff;padding:9px 12px;color:#203251; }
.table-export-status,.table-export-note { font-size:.85rem;line-height:1.5;color:#536078;overflow-wrap:anywhere; }
.table-export-status:empty { display:none; }
.table-export-options[aria-busy="true"]>summary { cursor:progress; }
@media(max-width:600px) {
  .table-export-form { display:grid;grid-template-columns:minmax(0,1fr); }
  .table-export-form select { width:100%;font-size:16px; }
  .table-export-options { padding:0 10px; }
  .table-export-options>summary { padding:8px 0; }
}
