.aurenbio-stock-reorder-page {
  --asr-navy: #08286d;
  --asr-blue: #1e63c7;
  --asr-blue-dark: #0845aa;
  --asr-border: #dce7f5;
  --asr-surface: #ffffff;
  --asr-ice: #f5f9ff;
  --asr-text: #0a285d;
  --asr-muted: #58719a;
  margin: 0;
  padding: 18px 0 24px;
  background: #f4f8fd;
  color: var(--asr-text);
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.aurenbio-stock-reorder-page *,.aurenbio-stock-reorder-page *::before,.aurenbio-stock-reorder-page *::after { box-sizing: border-box; font-family: Poppins, Arial, sans-serif !important; }
.aurenbio-stock-reorder-page button,.aurenbio-stock-reorder-page input,.aurenbio-stock-reorder-page select { font: inherit; }
.aurenbio-stock-reorder-page button { cursor: pointer; }
.aurenbio-stock-reorder-page svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.aurenbio-stock-reorder-page .asr-shell { width: min(1376px, calc(100% - 32px)); margin: 0 auto; display: grid; gap: 12px; }
.aurenbio-stock-reorder-page .asr-section { min-width: 0; height: auto; padding: 14px; overflow: hidden; border: 1px solid var(--asr-border); border-radius: 12px; background: var(--asr-surface); box-shadow: 0 5px 18px rgba(20, 67, 128, .05); }

.aurenbio-stock-reorder-page .asr-section-heading { display: grid; grid-template-columns: 36px minmax(0, auto); align-items: start; justify-content: start; gap: 14px; }
.aurenbio-stock-reorder-page .asr-section-heading--spread { grid-template-columns: 36px minmax(0, auto) 1fr; }
.aurenbio-stock-reorder-page .asr-section-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 5px; background: linear-gradient(145deg, #0b61d8, #073a99); box-shadow: 0 5px 10px rgba(9, 74, 176, .18); color: #fff; font-size: 14px; font-weight: 800; }
.aurenbio-stock-reorder-page .asr-section-heading h1,.aurenbio-stock-reorder-page .asr-section-heading h2 { margin: 1px 0 1px; color: var(--asr-navy); font-size: 21px; line-height: 1.15; letter-spacing: -.35px; text-transform: uppercase; }
.aurenbio-stock-reorder-page .asr-section-heading p { margin: 0; color: var(--asr-muted); font-size: 11px; line-height: 1.4; }

.aurenbio-stock-reorder-page .asr-filters { position: relative; z-index: 5; display: block; overflow: visible; padding: 14px; }
.aurenbio-stock-reorder-page .asr-filter-main { display: grid; grid-template-columns: minmax(360px, auto) minmax(0, 1fr); column-gap: 24px; min-width: 0; }
.aurenbio-stock-reorder-page .asr-filter-main > .asr-section-heading { grid-column: 1; grid-row: 1; }
.aurenbio-stock-reorder-page .asr-filter-form { display: grid; grid-template-columns: minmax(360px, 1fr) 210px 220px 110px; align-items: end; gap: 12px; margin-top: 12px; padding: 11px 14px 10px; border: 1px solid var(--asr-border); border-radius: 9px; background: #fff; }
.aurenbio-stock-reorder-page .asr-filter-form,.aurenbio-stock-reorder-page .asr-helper { grid-column: 1 / -1; }
.aurenbio-stock-reorder-page .asr-field { display: grid; min-width: 0; gap: 6px; color: var(--asr-navy); font-size: 11px; font-weight: 700; }
.aurenbio-stock-reorder-page .asr-field input,.aurenbio-stock-reorder-page .asr-field select { width: 100%; height: 43px; min-width: 0; padding: 0 13px; border: 1px solid #cfdcf0; border-radius: 6px; outline: 0; background: #fff; color: #17376b; font-size: 12px; font-weight: 500; transition: border-color .15s, box-shadow .15s; }
.aurenbio-stock-reorder-page .asr-field input:focus,.aurenbio-stock-reorder-page .asr-field select:focus { border-color: var(--asr-blue); box-shadow: 0 0 0 3px rgba(30, 99, 199, .12); }
.aurenbio-stock-reorder-page .asr-input-wrap { position: relative; display: block; }
.aurenbio-stock-reorder-page .asr-input-wrap svg { position: absolute; top: 13px; left: 12px; width: 18px; height: 18px; color: var(--asr-navy); pointer-events: none; }
.aurenbio-stock-reorder-page .asr-input-wrap input { padding-left: 40px; }
.aurenbio-stock-reorder-page .asr-product-suggestions { position: absolute; z-index: 50; top: calc(100% + 5px); right: auto; left: 0; width: min(100%, calc(100vw - 32px)); max-width: calc(100vw - 32px); max-height: 280px; overflow-x: hidden; overflow-y: auto; padding: 5px; border: 1px solid #c6d8ef; border-radius: 7px; background: #fff; box-shadow: 0 12px 28px rgba(15, 51, 101, .18); }
.aurenbio-stock-reorder-page .asr-product-suggestions[hidden] { display: none; }
.aurenbio-stock-reorder-page .asr-product-suggestion { display: flex; width: 100%; min-height: 44px; align-items: center; padding: 9px 11px; border: 0; border-radius: 5px; background: transparent; color: #17376b; font-size: 12px; font-weight: 600; text-align: left; }
.aurenbio-stock-reorder-page .asr-product-suggestion:hover,.aurenbio-stock-reorder-page .asr-product-suggestion.is-active { background: #edf5ff; color: #064aa9; }
.aurenbio-stock-reorder-page .asr-product-suggestion:focus-visible { outline: 2px solid var(--asr-blue); outline-offset: -2px; }
.aurenbio-stock-reorder-page .asr-reset { display: inline-flex; width: 110px; height: 43px; align-items: center; justify-content: center; gap: 7px; border: 1px solid #1265dc; border-radius: 6px; background: #fff; color: #0b55c3; font-size: 11px; font-weight: 800; }
.aurenbio-stock-reorder-page .asr-reset:hover { background: #f1f7ff; }
.aurenbio-stock-reorder-page .asr-reset:focus-visible { outline: 3px solid rgba(30, 99, 199, .2); outline-offset: 2px; }
.aurenbio-stock-reorder-page .asr-reset svg { width: 18px; height: 18px; }
.aurenbio-stock-reorder-page .asr-helper { margin: 5px 0 0 14px; color: #6380aa; font-size: 10px; }

.aurenbio-stock-reorder-page .asr-benefits { grid-column: 2; grid-row: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: center; gap: 8px; margin: 0; padding: 0; }
.aurenbio-stock-reorder-page .asr-benefits article { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; gap: 7px; min-width: 0; padding-left: 12px; border-left: 1px solid #dce7f5; }
.aurenbio-stock-reorder-page .asr-benefits article:first-child { padding-left: 0; border-left: 0; }
.aurenbio-stock-reorder-page .asr-benefits svg { width: 20px; height: 20px; color: #0761e2; }
.aurenbio-stock-reorder-page .asr-benefits strong { display: inline; margin-right: 5px; color: var(--asr-navy); font-size: 10px; }
.aurenbio-stock-reorder-page .asr-benefits p { display: inline; margin: 0; color: #536f9a; font-size: 9px; line-height: 1.35; }

.aurenbio-stock-reorder-page .asr-list-section { padding: 14px 14px 10px; }
.aurenbio-stock-reorder-page .asr-results-count { align-self: end; justify-self: end; margin-bottom: 2px; color: #6480aa; font-size: 10px; }
.aurenbio-stock-reorder-page .asr-table-wrap { margin-top: 10px; overflow: hidden; border: 1px solid #d8e4f3; border-radius: 8px; }
.aurenbio-stock-reorder-page .asr-stock-table { width: 100%; border-collapse: collapse; table-layout: fixed; background: #fff; }
.aurenbio-stock-reorder-page .asr-stock-table th { height: 31px; padding: 0 24px; border-bottom: 1px solid #d7e3f1; background: #fbfdff; color: var(--asr-navy); font-size: 10px; font-weight: 800; text-align: left; text-transform: uppercase; }
.aurenbio-stock-reorder-page .asr-stock-table th:nth-child(1) { width: 25%; }
.aurenbio-stock-reorder-page .asr-stock-table th:nth-child(2) { width: 16%; }
.aurenbio-stock-reorder-page .asr-stock-table th:nth-child(3) { width: 18%; }
.aurenbio-stock-reorder-page .asr-stock-table th:nth-child(4) { width: 25%; }
.aurenbio-stock-reorder-page .asr-stock-table th:nth-child(5) { width: 16%; }
.aurenbio-stock-reorder-page .asr-stock-table td { height: 31px; padding: 4px 24px; border-bottom: 1px solid #e4ebf5; color: #17376b; font-size: 11px; line-height: 1.25; vertical-align: middle; }
.aurenbio-stock-reorder-page .asr-stock-table tr:last-child td { border-bottom: 0; }
.aurenbio-stock-reorder-page .asr-stock-table tr.asr-product-group-alternate td { background: #f8fbff; }
.aurenbio-stock-reorder-page .asr-stock-table tr.asr-product-group-start td { border-top: 2px solid #cfdef1; }
.aurenbio-stock-reorder-page .asr-stock-table .asr-product-name { color: #092c6c; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aurenbio-stock-reorder-page .asr-status { display: inline-flex; align-items: center; gap: 8px; color: #526987; font-size: 10px; font-weight: 700; white-space: nowrap; }
.aurenbio-stock-reorder-page .asr-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #73839b; box-shadow: 0 0 0 4px rgba(115, 131, 155, .1); }
.aurenbio-stock-reorder-page .asr-status--in_stock { color: #149447; }
.aurenbio-stock-reorder-page .asr-status--in_stock::before { background: #18a550; box-shadow: 0 0 0 4px rgba(24, 165, 80, .11); }
.aurenbio-stock-reorder-page .asr-status--low_stock { color: #bc7200; }
.aurenbio-stock-reorder-page .asr-status--low_stock::before { background: #ef9f16; box-shadow: 0 0 0 4px rgba(239, 159, 22, .12); }
.aurenbio-stock-reorder-page .asr-status--restocking { color: #175ec8; }
.aurenbio-stock-reorder-page .asr-status--restocking::before { background: #2d72d8; box-shadow: 0 0 0 4px rgba(45, 114, 216, .12); }
.aurenbio-stock-reorder-page .asr-status--out_of_stock { color: #ca333d; }
.aurenbio-stock-reorder-page .asr-status--out_of_stock::before { background: #e03c45; box-shadow: 0 0 0 4px rgba(224, 60, 69, .11); }
.aurenbio-stock-reorder-page .asr-row-action { min-height: 25px; padding: 4px 12px; border: 0; border-radius: 4px; background: linear-gradient(145deg, #1162d1, #073c9d); color: #fff; font-size: 9px; font-weight: 800; line-height: 1.2; white-space: nowrap; box-shadow: 0 3px 7px rgba(9, 67, 158, .16); }
.aurenbio-stock-reorder-page .asr-row-action:hover { filter: brightness(1.08); }
.aurenbio-stock-reorder-page .asr-row-action:focus-visible { outline: 3px solid rgba(30, 99, 199, .25); outline-offset: 2px; }
.aurenbio-stock-reorder-page .asr-eta-empty { color: #9aa8bb; }
.aurenbio-stock-reorder-page .asr-state-row td { height: 78px; color: #60799f; text-align: center; }
.aurenbio-stock-reorder-page .asr-spinner { display: inline-block; width: 15px; height: 15px; margin-right: 8px; border: 2px solid #cbdaf0; border-top-color: var(--asr-blue); border-radius: 50%; vertical-align: -3px; animation: asr-spin .8s linear infinite; }
@keyframes asr-spin { to { transform: rotate(360deg); } }
.aurenbio-stock-reorder-page .asr-retry { margin-left: 10px; padding: 5px 10px; border: 1px solid var(--asr-blue); border-radius: 4px; background: #fff; color: var(--asr-blue-dark); font-weight: 700; }
.aurenbio-stock-reorder-page .asr-load-more-wrap { min-height: 38px; padding-top: 7px; text-align: center; }
.aurenbio-stock-reorder-page .asr-load-more { min-width: 205px; min-height: 31px; padding: 5px 17px; border: 1px solid #1265dc; border-radius: 5px; background: #fff; color: var(--asr-navy); font-size: 10px; font-weight: 800; }
.aurenbio-stock-reorder-page .asr-load-more span { margin-left: 8px; font-size: 14px; }

.aurenbio-stock-reorder-page .asr-reorder { padding: 11px 14px 10px; }
.aurenbio-stock-reorder-page .asr-reorder-form { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(210px, .85fr) minmax(360px, 1.35fr) minmax(240px, .95fr); align-items: start; gap: 8px 14px; margin-top: 9px; }
.aurenbio-stock-reorder-page .asr-reorder .asr-field input,.aurenbio-stock-reorder-page .asr-reorder .asr-field select { height: 40px; }
.aurenbio-stock-reorder-page .asr-quantity { min-width: 0; margin: 0; padding: 0; border: 0; }
.aurenbio-stock-reorder-page .asr-quantity legend { margin-bottom: 6px; color: var(--asr-navy); font-size: 11px; font-weight: 700; }
.aurenbio-stock-reorder-page .asr-quantity-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.aurenbio-stock-reorder-page .asr-quantity-options button { height: 40px; padding: 0 8px; border: 1px solid #d2dfef; border-radius: 6px; background: #fff; color: #17376b; font-size: 11px; font-weight: 700; }
.aurenbio-stock-reorder-page .asr-quantity-options button:hover { border-color: #76a8eb; background: #f5f9ff; }
.aurenbio-stock-reorder-page .asr-quantity-options button.is-selected { border-color: var(--asr-blue); background: #eaf3ff; color: #064aa9; box-shadow: inset 0 0 0 1px var(--asr-blue); }
.aurenbio-stock-reorder-page #reorder-other-quantity { width: 100%; height: 34px; margin-top: 7px; padding: 0 10px; border: 1px solid #cfdcf0; border-radius: 5px; }
.aurenbio-stock-reorder-page .asr-reorder .asr-error:empty { display: none; }
.aurenbio-stock-reorder-page .asr-reorder-actionbar { grid-column: 1 / -1; display: flex; min-height: 45px; align-items: center; justify-content: space-between; gap: 18px; padding: 2px 4px 2px 14px; border: 1px solid #d6e4f5; border-radius: 7px; background: linear-gradient(90deg, #f5f9ff, #fbfdff); }
.aurenbio-stock-reorder-page .asr-selected-context { display: flex; min-width: 0; align-items: center; gap: 7px; color: #45658f; font-size: 11px; white-space: nowrap; overflow: hidden; }
.aurenbio-stock-reorder-page .asr-selected-context strong { flex: 0 0 auto; color: var(--asr-navy); font-size: 11px; }
.aurenbio-stock-reorder-page .asr-selected-context span { overflow: hidden; text-overflow: ellipsis; }
.aurenbio-stock-reorder-page .asr-selected-eta { display: none; }
.aurenbio-stock-reorder-page .asr-reorder-submit { flex: 0 0 auto; text-align: center; }
.aurenbio-stock-reorder-page .asr-reorder-submit button { display: inline-flex; width: 225px; min-height: 43px; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 6px; background: linear-gradient(145deg, #27b965, #179b4f); color: #fff; font-size: 11px; font-weight: 800; line-height: 1.25; box-shadow: 0 5px 12px rgba(21, 151, 74, .16); }
.aurenbio-stock-reorder-page .asr-reorder-submit button img { width: 27px; height: 27px; }
.aurenbio-stock-reorder-page .asr-error { min-height: 14px; color: #c72935; font-size: 9px; font-weight: 500; }
.aurenbio-stock-reorder-page .asr-form-status { min-height: 0; margin: 2px 0 0 50px; color: #58719a; font-size: 10px; }
.aurenbio-stock-reorder-page .asr-form-status.is-error { color: #c72935; }
.aurenbio-stock-reorder-page .asr-mobile-timing-options { display: none; }

.aurenbio-stock-reorder-page .asr-guide { padding: 10px 14px 12px; }
.aurenbio-stock-reorder-page .asr-guide-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.aurenbio-stock-reorder-page .asr-guide-grid article { display: grid; grid-template-columns: 48px minmax(0, 1fr); height: auto; min-height: 68px; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--asr-border); border-radius: 7px; background: #fff; }
.aurenbio-stock-reorder-page .asr-guide-grid article img { width: 45px; height: 45px; }
.aurenbio-stock-reorder-page .asr-guide-grid strong { display: block; margin-bottom: 2px; color: var(--asr-navy); font-size: 10px; line-height: 1.2; }
.aurenbio-stock-reorder-page .asr-guide-grid p { margin: 0; color: #49678f; font-size: 9px; line-height: 1.4; }
.aurenbio-stock-reorder-page .asr-research-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; color: #6d81a2; font-size: 10px; }
.aurenbio-stock-reorder-page .asr-research-note svg { width: 17px; height: 17px; color: #587db7; }

@media (max-width: 1023px) {
  .aurenbio-stock-reorder-page { padding: 14px 0 20px; }
  .aurenbio-stock-reorder-page .asr-shell { width: min(100% - 24px, 900px); }
  .aurenbio-stock-reorder-page .asr-filter-main { display: block; }
  .aurenbio-stock-reorder-page .asr-filter-main > .asr-section-heading { display: grid; }
  .aurenbio-stock-reorder-page .asr-filter-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aurenbio-stock-reorder-page .asr-field--search,.aurenbio-stock-reorder-page .asr-filter-form .asr-reset { grid-column: 1 / -1; }
  .aurenbio-stock-reorder-page .asr-filter-form .asr-reset { width: 100%; }
  .aurenbio-stock-reorder-page .asr-benefits { display: grid; margin-top: 9px; }
  .aurenbio-stock-reorder-page .asr-reorder-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aurenbio-stock-reorder-page .asr-quantity,.aurenbio-stock-reorder-page .asr-reorder-actionbar { grid-column: 1 / -1; }
  .aurenbio-stock-reorder-page .asr-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .aurenbio-stock-reorder-page .asr-list-section .asr-section-heading--spread { grid-template-columns: 36px minmax(0, 1fr); }
  .aurenbio-stock-reorder-page .asr-results-count { grid-column: 2; justify-self: start; margin-top: 4px; }
  .aurenbio-stock-reorder-page .asr-table-wrap { overflow: visible; border: 0; border-radius: 0; }
  .aurenbio-stock-reorder-page .asr-stock-table { table-layout: auto; background: transparent; }
  .aurenbio-stock-reorder-page .asr-stock-table thead { display: none; }
  .aurenbio-stock-reorder-page .asr-stock-table tbody { display: grid; gap: 8px; }
  .aurenbio-stock-reorder-page .asr-stock-table tr:not(.asr-state-row) { display: grid; grid-template-columns: minmax(0, 1fr) minmax(132px, auto); grid-template-areas: "product strength" "status action" "eta action"; gap: 7px 12px; padding: 12px; overflow: hidden; border: 1px solid #d8e4f3; border-radius: 8px; background: #fff; }
  .aurenbio-stock-reorder-page .asr-stock-table tr.asr-product-group-alternate { background: #f8fbff; }
  .aurenbio-stock-reorder-page .asr-stock-table tr.asr-product-group-start { border-top: 2px solid #bcd2ed; }
  .aurenbio-stock-reorder-page .asr-stock-table tr:not(.asr-state-row) td { height: auto; min-width: 0; padding: 0; border: 0; background: transparent; font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(1) { grid-area: product; align-self: center; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(2) { grid-area: strength; align-self: center; padding: 3px 8px; border-radius: 999px; background: #edf4fd; color: #294d7e; font-weight: 700; white-space: nowrap; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(3) { grid-area: status; align-self: center; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(4) { grid-area: eta; align-self: center; color: #547097; font-size: 11px; text-align: left; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(4):not(.asr-eta-empty)::before { content: "ETA: "; font-weight: 700; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(5) { grid-area: action; }
  .aurenbio-stock-reorder-page .asr-stock-table .asr-product-name { white-space: normal; overflow: visible; overflow-wrap: anywhere; text-overflow: clip; }
  .aurenbio-stock-reorder-page .asr-row-action { width: 100%; min-height: 44px; font-size: 11px; }
  .aurenbio-stock-reorder-page .asr-eta-empty { display: none; }
  .aurenbio-stock-reorder-page .asr-state-row { display: block; }
  .aurenbio-stock-reorder-page .asr-state-row td { display: block; width: 100%; height: auto; min-height: 80px; padding: 22px 12px; border: 1px solid #d8e4f3; border-radius: 8px; background: #fff; }
  .aurenbio-stock-reorder-page .asr-load-more-wrap { padding-top: 9px; }
  .aurenbio-stock-reorder-page .asr-load-more { width: 100%; min-height: 44px; }
}

@media (max-width: 600px) {
  .aurenbio-stock-reorder-page { padding: 10px 0 18px; font-size: 13px; }
  .aurenbio-stock-reorder-page .asr-shell { width: calc(100% - 20px); gap: 10px; }
  .aurenbio-stock-reorder-page .asr-section { padding: 12px; border-radius: 10px; }
  .aurenbio-stock-reorder-page .asr-section-heading,.aurenbio-stock-reorder-page .asr-list-section .asr-section-heading--spread { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .aurenbio-stock-reorder-page .asr-section-number { width: 34px; height: 34px; font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-section-heading h1,.aurenbio-stock-reorder-page .asr-section-heading h2 { margin-top: 2px; font-size: 18px; line-height: 1.2; }
  .aurenbio-stock-reorder-page .asr-section-heading p { margin-top: 2px; font-size: 11px; line-height: 1.45; }
  .aurenbio-stock-reorder-page .asr-filters { padding: 12px; }
  .aurenbio-stock-reorder-page .asr-benefits { display: none; }
  .aurenbio-stock-reorder-page .asr-filter-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; padding: 10px; }
  .aurenbio-stock-reorder-page .asr-field { gap: 6px; font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-field input,.aurenbio-stock-reorder-page .asr-field select { height: 46px; font-size: 13px; }
  .aurenbio-stock-reorder-page .asr-input-wrap svg { top: 14px; }
  .aurenbio-stock-reorder-page .asr-reset { height: 46px; font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-helper { margin: 8px 2px 0; font-size: 10.5px; line-height: 1.5; }
  .aurenbio-stock-reorder-page .asr-product-suggestions { width: min(100%, calc(100vw - 44px)); max-width: calc(100vw - 44px); max-height: 300px; }
  .aurenbio-stock-reorder-page .asr-product-suggestion { min-height: 46px; font-size: 13px; }
  .aurenbio-stock-reorder-page .asr-list-section { padding: 12px; }
  .aurenbio-stock-reorder-page .asr-results-count { grid-column: 1 / -1; width: 100%; margin-top: 7px; padding-top: 8px; border-top: 1px solid #e1eaf6; color: #58749e; font-size: 11px; text-align: left; }
  .aurenbio-stock-reorder-page .asr-table-wrap { margin-top: 9px; }
  .aurenbio-stock-reorder-page .asr-stock-table tbody { gap: 9px; }
  .aurenbio-stock-reorder-page .asr-stock-table tr:not(.asr-state-row) { grid-template-columns: minmax(0, 1fr) 56px 108px; grid-template-areas: "product strength action" "status status action" "eta eta action"; gap: 4px 20px; min-height: 64px; padding: 9px 11px; border-color: #ccdcf0; box-shadow: 0 3px 10px rgba(19, 64, 125, .045); font-family: Poppins, Arial, sans-serif; }
  .aurenbio-stock-reorder-page .asr-stock-table tr:not(.asr-state-row) td { font-family: Poppins, Arial, sans-serif; font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(2) { display: grid; width: 56px; grid-column: 2; grid-row: 1 / -1; place-items: center; justify-self: stretch; align-self: stretch; padding: 3px 6px; border: 1px solid #dbe7f5; text-align: center; transform: translateX(-10px); }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(5) { align-self: center; }
  .aurenbio-stock-reorder-page .asr-row-action { min-height: 38px; padding: 4px 7px; border-radius: 6px; background: linear-gradient(135deg, #2779e6, #0b4fbc); font-family: Poppins, Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1px; white-space: normal; box-shadow: 0 4px 9px rgba(17, 91, 193, .2); }
  .aurenbio-stock-reorder-page .asr-status { font-size: 10.5px; }
  .aurenbio-stock-reorder-page .asr-reorder { padding: 12px; }
  .aurenbio-stock-reorder-page .asr-reorder-form { display: flex; flex-direction: column; gap: 11px; margin-top: 12px; }
  .aurenbio-stock-reorder-page .asr-reorder-form > * { width: 100%; }
  .aurenbio-stock-reorder-page .asr-reorder-actionbar { display: contents; }
  .aurenbio-stock-reorder-page .asr-selected-context { order: -1; display: grid; width: 100%; grid-template-columns: auto minmax(0, 1fr); gap: 3px 7px; padding: 11px 12px; overflow: visible; border: 1px solid #d6e4f5; border-radius: 7px; background: #f5f9ff; font-size: 11.5px; white-space: normal; }
  .aurenbio-stock-reorder-page .asr-selected-context span { overflow: visible; text-overflow: clip; }
  .aurenbio-stock-reorder-page .asr-selected-eta:not([hidden]) { grid-column: 1 / -1; display: block; margin-top: 3px; color: #526f98; font-size: 11px; }
  .aurenbio-stock-reorder-page .asr-reorder .asr-field input,.aurenbio-stock-reorder-page .asr-reorder .asr-field select { height: 46px; }
  .aurenbio-stock-reorder-page .asr-quantity legend { font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-quantity-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .aurenbio-stock-reorder-page .asr-quantity-options button { height: 44px; font-size: 12px; }
  .aurenbio-stock-reorder-page #reorder-other-quantity { height: 46px; margin-top: 8px; font-size: 13px; }
  .aurenbio-stock-reorder-page .asr-timing-field > select { display: none; }
  .aurenbio-stock-reorder-page .asr-mobile-timing-options { display: grid; gap: 7px; }
  .aurenbio-stock-reorder-page .asr-mobile-timing-options button { display: flex; width: 100%; min-height: 44px; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #cfdbec; border-radius: 6px; background: #fff; color: #17376b; font-size: 12px; font-weight: 600; text-align: left; }
  .aurenbio-stock-reorder-page .asr-mobile-timing-options button span { width: 15px; height: 15px; flex: 0 0 auto; border: 1.5px solid #9bb0cd; border-radius: 50%; }
  .aurenbio-stock-reorder-page .asr-mobile-timing-options button.is-selected { border-color: var(--asr-blue); background: #edf5ff; color: #064aa9; }
  .aurenbio-stock-reorder-page .asr-mobile-timing-options button.is-selected span { border: 4px solid var(--asr-blue); }
  .aurenbio-stock-reorder-page .asr-reorder-submit { order: 5; width: 100%; }
  .aurenbio-stock-reorder-page .asr-reorder-submit button { width: 100%; min-height: 50px; font-size: 12px; }
  .aurenbio-stock-reorder-page .asr-form-status { margin: 8px 0 0; font-size: 11px; }
  .aurenbio-stock-reorder-page .asr-guide { padding: 12px; }
  .aurenbio-stock-reorder-page .asr-guide-grid { grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .aurenbio-stock-reorder-page .asr-guide-grid article { grid-template-columns: 44px minmax(0, 1fr); min-height: 72px; padding: 10px 12px; }
  .aurenbio-stock-reorder-page .asr-guide-grid article img { width: 42px; height: 42px; }
  .aurenbio-stock-reorder-page .asr-guide-grid strong { font-size: 11px; }
  .aurenbio-stock-reorder-page .asr-guide-grid p { font-size: 10.5px; line-height: 1.45; }
  .aurenbio-stock-reorder-page .asr-research-note { padding: 0 10px; font-size: 9.5px; line-height: 1.5; text-align: center; }
}

@media (max-width: 374px) {
  .aurenbio-stock-reorder-page .asr-filter-form { grid-template-columns: minmax(0, 1fr); }
  .aurenbio-stock-reorder-page .asr-field--search,.aurenbio-stock-reorder-page .asr-filter-form .asr-reset { grid-column: 1; }
  .aurenbio-stock-reorder-page .asr-quantity-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aurenbio-stock-reorder-page .asr-stock-table tr:not(.asr-state-row) { grid-template-columns: minmax(0, 1fr) 52px 100px; gap: 4px 16px; }
  .aurenbio-stock-reorder-page .asr-stock-table td:nth-child(2) { width: 52px; }
}
