/* ==========================================================================
   Design Patternly — components added by the pattern library build.
   Loads after style.css and reuses its tokens; nothing here overrides the
   original page styles.
   ========================================================================== */

/* ---------------- layout helpers ---------------- */

.wrap.narrow { max-width: 760px; }
.center { text-align: center; }
.muted  { color: var(--muted); }
.mono   { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; }

.section       { padding: 72px 0; }
.section-cream { background: var(--cream-warm); }
.section h2    { font-size: clamp(26px, 3.4vw, 36px); margin: 0 0 12px; }
.lede          { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0 0 24px; }
.center .lede  { margin-left: auto; margin-right: auto; max-width: 620px; }
.prose p       { line-height: 1.8; }

.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-block { display: block; width: 100%; text-align: center; }

/* ---------------- hero ---------------- */

.hero { padding: 76px 0 64px; background: linear-gradient(180deg, var(--cream-warm), var(--cream)); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(34px, 5vw, 54px); margin: 10px 0 18px; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 600;
           color: var(--accent); margin: 0; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-sub { font-size: 14px; color: var(--muted); line-height: 1.7; max-width: 520px; }

.hero-art { position: relative; height: 340px; }
.hero-swatch { position: absolute; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-swatch.s1 { inset: 0 28% 34% 0;  background: linear-gradient(140deg, #b8553a, #e2a98f); }
.hero-swatch.s2 { inset: 26% 0 12% 34%; background: linear-gradient(140deg, #17332e, #2a4a44); }
.hero-swatch.s3 { inset: 58% 46% 0 8%;  background: linear-gradient(140deg, #f1e9db, #ded4c3); }

/* ---------------- pattern grid + cards ---------------- */

.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
         gap: 26px; margin: 34px 0; }

.pcard { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
         overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow);
         transition: transform .18s ease, box-shadow .18s ease; }
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.pcard-media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--cream-warm); }
.pcard-media img { width: 100%; height: 100%; object-fit: cover; }

.pcard-flag { position: absolute; top: 12px; left: 12px; background: var(--ink); color: #fff;
              font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
              padding: 5px 10px; border-radius: 999px; }
.pcard-flag-ok { background: var(--ok); }
.pcard-lock { position: absolute; top: 12px; right: 12px; font-size: 18px; opacity: .55; }

.pcard-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.pcard-body h3 { font-size: 20px; margin: 0 0 8px; }
.pcard-blurb { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 16px; flex: 1; }

.pcard-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pcard-diff { font-size: 12px; color: var(--muted); text-transform: capitalize; }
.pcard-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pcard-price { font-weight: 700; color: var(--ink); }
.pcard-pages { font-size: 12px; color: var(--muted); }
.pcard.is-locked { opacity: .74; }

.chip { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
        padding: 4px 9px; border-radius: 999px; background: var(--cream-warm); color: var(--ink-soft); }
.chip-crochet { background: #f6e2d8; color: #98422b; }
.chip-quilt   { background: #dfe9e3; color: #2f6b52; }
.chip-knit    { background: #e6e2f0; color: #4a4270; }

/* ---------------- pattern landing page ---------------- */

.phero { padding: 56px 0 64px; }
.phero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.phero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%;
                   aspect-ratio: 4/3; object-fit: cover; background: var(--cream-warm); }
.phero-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.phero-thumbs img { border-radius: 10px; aspect-ratio: 1; object-fit: cover; }
.phero-copy h1 { font-size: clamp(30px, 4vw, 44px); margin: 12px 0 14px; }

.tick-list { list-style: none; padding: 0; margin: 22px 0 26px; }
.tick-list li { position: relative; padding-left: 30px; margin-bottom: 12px; line-height: 1.65; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 700; }

.buy-box, .own-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
                     padding: 26px; box-shadow: var(--shadow); }
.buy-price { display: flex; align-items: baseline; gap: 10px; }
.buy-now { font-family: var(--serif); font-size: 42px; font-weight: 700; color: var(--ink); }
.buy-then { color: var(--muted); font-size: 15px; }
.buy-includes { font-size: 15px; line-height: 1.7; margin: 12px 0 18px; }
.buy-sub { text-align: center; font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.own-box { text-align: center; }
.own-box .btn { margin: 6px 6px 0; }

.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
             gap: 18px; margin-top: 30px; }
.spec { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius);
        padding: 18px 20px; }
.spec-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em;
              color: var(--muted); margin-bottom: 6px; }
.spec-val { font-weight: 600; color: var(--ink); }

/* ---------------- terms / disclosure ----------------
   Deliberately prominent. This is the compliance surface of the whole model,
   not decoration — do not tone it down. */

.terms-box { background: var(--cream-warm); border-radius: var(--radius); padding: 18px 20px;
             margin: 18px 0; font-size: 14px; line-height: 1.7; }
.terms-box-strong { border: 1px solid var(--line); background: #fffdf9; }
.terms-head { font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.terms-box ul { margin: 0; padding-left: 20px; }
.terms-box li { margin-bottom: 8px; }
.terms-inline { font-size: 14px; color: var(--muted); max-width: 620px; margin: 0 auto; line-height: 1.7; }

.consent { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0;
           font-size: 14px; line-height: 1.6; cursor: pointer; }
.consent input { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--accent); }

/* ---------------- checkout ---------------- */

.checkout-page { padding: 40px 0 72px; }
.checkout-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: start; }
.co-panel { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
            padding: 32px; box-shadow: var(--shadow); }
.co-step { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700;
           color: var(--accent); margin: 0 0 6px; }
.co-panel h2 { margin: 0 0 6px; font-size: 28px; }
.co-intro { color: var(--muted); font-size: 15px; margin: 0 0 26px; }
.co-sub { font-size: 17px; margin: 28px 0 12px; }

.field { margin-bottom: 18px; min-width: 0; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--line);
  border-radius: 10px; font: inherit; font-size: 15px; background: #fff; color: var(--text);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(184,85,58,.13);
}
.field-hint { font-size: 12px; color: var(--muted); margin: 6px 0 0; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.pay-mount { min-height: 180px; border: 1px solid var(--line); border-radius: 10px;
             padding: 14px; background: #fff; }
.pay-loading { color: var(--muted); font-size: 14px; text-align: center; padding: 44px 0; }
.pay-reassure { font-size: 12.5px; color: var(--muted); text-align: center; line-height: 1.6; margin: 14px 0 0; }

.form-error { display: none; background: #fdecea; border: 1px solid #f2b8b1; color: #8c2f22;
              padding: 13px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 18px; }
.form-error.show { display: block; }

.notice { background: #e8f2ec; border: 1px solid #b9d8c8; color: #24543f; padding: 13px 16px;
          border-radius: 10px; font-size: 14px; margin-bottom: 20px; }
.notice-ok { background: #e8f2ec; }

/* summary */
.co-summary { position: sticky; top: 24px; }
.sum-card { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
            padding: 26px; box-shadow: var(--shadow); }
.sum-card h3 { margin: 0 0 18px; font-size: 19px; }
.sum-item { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center;
            padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.sum-item img { border-radius: 8px; object-fit: cover; }
.sum-item strong { display: block; font-size: 14.5px; }
.sum-item span { font-size: 12.5px; color: var(--muted); }
.sum-item-bonus { grid-template-columns: 1fr auto; }
.sum-price { font-weight: 700; }
.sum-free { color: var(--ok); }
.sum-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 6px; }
.sum-total { font-size: 18px; }
.sum-total strong { font-family: var(--serif); font-size: 26px; color: var(--ink); }
.sum-rebill { background: var(--cream-warm); border-radius: 10px; padding: 13px 15px;
              font-size: 13px; line-height: 1.65; margin: 12px 0 18px; }
.sum-trust { list-style: none; padding: 0; margin: 0 0 18px; font-size: 13px; color: var(--muted); }
.sum-trust li { position: relative; padding-left: 22px; margin-bottom: 8px; }
.sum-trust li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.sum-back { font-size: 13.5px; color: var(--accent); text-decoration: none; }

/* checkout-as-landing-page */
.header-minimal .header-inner { justify-content: space-between; }
.header-secure { font-size: 13px; color: var(--muted); letter-spacing: .02em; }
.co-h1 { font-size: clamp(25px, 3.2vw, 33px); margin: 0 0 10px; line-height: 1.18; }
.co-ticks { margin: 20px 0 26px; }
.co-ticks li { font-size: 14.5px; margin-bottom: 10px; }
.co-faq { padding: 8px 0 64px; }
.co-faq h2 { font-size: clamp(23px, 3vw, 30px); margin-bottom: 22px; }
.co-summary h2 { margin: 0 0 18px; font-size: 19px; }

/* ---------------- thank you ---------------- */

.ty-hero { padding: 68px 0 26px; background: linear-gradient(180deg, var(--cream-warm), var(--cream)); }
.ty-check { width: 62px; height: 62px; border-radius: 50%; background: var(--ok); color: #fff;
            font-size: 30px; line-height: 62px; margin: 0 auto 20px; }
.ty-hero h1 { font-size: clamp(32px, 4.6vw, 46px); margin: 0 0 12px; }
.ty-cta { margin: 12px 0 8px; }
.ty-email { font-size: 14px; color: var(--muted); margin-top: 18px; line-height: 1.7; }
.ty-pending { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
              padding: 22px; max-width: 460px; margin: 18px auto 0; }
.spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid var(--line);
           border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite;
           vertical-align: -2px; margin-right: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------------- library + catalog ---------------- */

.lib-head, .cat-head { padding: 44px 0 8px; background: var(--cream-warm); }
.lib-head-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px;
                flex-wrap: wrap; }
.lib-head h1, .cat-head h1 { font-size: clamp(28px, 3.8vw, 40px); margin: 0 0 8px; }
.lib-actions { display: flex; gap: 8px; }
.lib-renews { font-size: 13.5px; color: var(--muted); margin: 0 0 18px; }
.lib-banner { display: flex; justify-content: space-between; align-items: center; gap: 18px;
              flex-wrap: wrap; background: #fffdf9; border: 1px solid var(--line);
              border-radius: var(--radius); padding: 16px 20px; margin: 8px 0 20px; font-size: 14px; }
.lib-banner span { display: block; color: var(--muted); margin-top: 3px; }

.lib-filters { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; padding: 18px 0 26px; }
.lib-filters input[type=search] { flex: 1; min-width: 220px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 15px; background: #fff; }
.center-filters { justify-content: center; }
.lib-chips { display: flex; gap: 8px; }
.lchip { padding: 9px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line);
         font-size: 13.5px; text-decoration: none; color: var(--ink-soft); }
.lchip.on { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------------- account ---------------- */

.acct-card { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
             padding: 26px 28px; margin: 22px 0; box-shadow: var(--shadow); }
.acct-card h2 { font-size: 20px; margin: 0 0 14px; }
.acct-status { font-weight: 700; margin: 0 0 14px; }
.acct-on  { color: var(--ok); }
.acct-off { color: var(--muted); }
.acct-dl { display: grid; grid-template-columns: 150px 1fr; gap: 10px 16px; margin: 0 0 22px; font-size: 14.5px; }
.acct-dl dt { color: var(--muted); }
.acct-dl dd { margin: 0; font-weight: 500; }
.acct-cancel { border-top: 1px solid var(--line-soft); padding-top: 18px; }
.acct-cancel .muted { font-size: 13px; margin: 10px 0 0; }
.acct-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.acct-table th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .06em;
                 color: var(--muted); padding: 0 10px 10px 0; }
.acct-table td { padding: 10px 10px 10px 0; border-top: 1px solid var(--line-soft); }

/* ---------------- auth ---------------- */

.auth-card { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
             padding: 38px; box-shadow: var(--shadow); margin: 30px auto; }
.auth-card h1 { font-size: 30px; margin: 0 0 10px; }
.auth-form { margin-top: 22px; }
.auth-alt { margin-top: 20px; font-size: 14px; }
.codeblock { background: var(--ink-deep); color: #e9e2d6; padding: 14px 16px; border-radius: 10px;
             font-size: 12.5px; overflow-x: auto; }

/* ---------------- steps + faq ---------------- */

.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
              gap: 24px; margin-top: 34px; }
.step { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
        padding: 26px; }
.step-n { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: var(--accent);
          color: #fff; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 14px; }
.step h3 { font-size: 19px; margin: 0 0 8px; }
.step p { color: var(--muted); font-size: 14.5px; line-height: 1.7; margin: 0; }

.faq { margin-top: 28px; }
.faq details { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius);
               padding: 16px 20px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--ink); font-family: var(--serif); font-size: 17px; }
.faq p { color: var(--muted); line-height: 1.75; margin: 12px 0 0; font-size: 14.5px; }

/* ---------------- footer ---------------- */

.site-footer { background: var(--ink-deep); color: #cfc9bd; padding: 56px 0 34px; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; }
.foot-brand { font-size: 21px; color: #fff; margin-bottom: 10px; }
.foot-note { font-size: 14px; line-height: 1.7; color: #a49d91; max-width: 280px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: 13px; text-transform: uppercase;
                  letter-spacing: .09em; margin: 0 0 14px; }
.site-footer a { display: block; color: #cfc9bd; text-decoration: none; font-size: 14px; margin-bottom: 9px; }
.site-footer a:hover { color: #fff; }
.foot-legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 24px;
              font-size: 12.5px; color: #948d82; line-height: 1.75; }
.foot-legal p { margin: 0 0 6px; }
.foot-billing { color: #b5aea2; }

/* ---------------- admin ---------------- */

.admin-body { background: #f3f0ea; }
.admin-bar { background: var(--ink-deep); padding: 14px 0; }
.admin-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.admin-logo { font-family: var(--serif); color: #fff; font-size: 18px; }
.admin-bar nav a { color: #cfc9bd; text-decoration: none; margin-left: 20px; font-size: 14px; }
.admin-bar nav a:hover { color: #fff; }
.admin-main { padding: 34px 0 70px; }
.admin-main h1 { font-size: 30px; margin: 0 0 20px; }
.admin-head-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }

.admin-warn { background: #fff6e5; border: 1px solid #e8c98a; border-radius: var(--radius);
              padding: 16px 20px; margin-bottom: 24px; font-size: 14px; }
.admin-warn ul { margin: 10px 0 0; padding-left: 20px; }
.admin-warn li { margin-bottom: 6px; }

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
             gap: 14px; margin-bottom: 32px; }
.stat { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius);
        padding: 18px 20px; }
.stat-wide { grid-column: span 2; }
.stat-val { display: block; font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--ink); }
.stat-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

.admin-cols { display: grid; grid-template-columns: 1.7fr .8fr; gap: 30px; align-items: start; }
.admin-cols h2, .admin-card h2 { font-size: 19px; margin: 0 0 14px; }
.admin-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
              padding: 26px 28px; margin-bottom: 28px; }

.admin-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: #fff;
               border-radius: var(--radius); overflow: hidden; }
.admin-table th { text-align: left; background: var(--cream-warm); padding: 11px 12px; font-size: 11.5px;
                  text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); }
.admin-table td { padding: 11px 12px; border-top: 1px solid var(--line-soft); vertical-align: middle; }
.admin-thumb { border-radius: 6px; object-fit: cover; background: var(--cream-warm); }
.admin-row-actions { display: flex; gap: 12px; align-items: center; }

.admin-list { list-style: none; padding: 0; margin: 0 0 26px; font-size: 14px; }
.admin-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0;
                 border-bottom: 1px solid var(--line-soft); }
.admin-list a { color: var(--ink); text-decoration: none; }
.admin-list-plain li { display: block; line-height: 1.7; }
.admin-list code { font-size: 11.5px; word-break: break-all; color: var(--accent); }

.admin-form .row-2, .admin-form .row-3 { margin-bottom: 0; }
.admin-checks { display: flex; gap: 22px; margin: 8px 0 22px; font-size: 14px; }
.admin-checks label { display: flex; align-items: center; gap: 8px; cursor: pointer; }

.badge { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 999px;
         background: var(--cream-warm); color: var(--ink-soft); text-transform: uppercase; }
.badge-paid { background: #dff0e6; color: #24543f; }
.badge-paid_unverified { background: #fff2d6; color: #8a6410; }
.badge-init { background: #eee; color: #777; }
.badge-declined, .badge-refund, .badge-chargeback { background: #fdecea; color: #8c2f22; }

/* bulk import */
.import-tally { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 18px; }
.import-files { margin: 14px 0; }
.import-files summary { cursor: pointer; font-size: 13.5px; color: var(--accent); }
.import-files .admin-list { max-height: 260px; overflow-y: auto; margin-top: 10px; }
.import-cols td { font-size: 12.5px; padding: 7px 10px 7px 0; }
.import-cols td.mono { white-space: nowrap; color: var(--accent); width: 1%; padding-right: 14px; }
.admin-card input[type=file] { width: 100%; padding: 11px; border: 1px solid var(--line);
                               border-radius: 10px; background: #fff; font-size: 14px; }
button[disabled] { opacity: .5; cursor: not-allowed; }

.inline-form { display: inline; }
.linkbtn { background: none; border: none; padding: 0; font: inherit; font-size: 13.5px;
           color: var(--accent); cursor: pointer; text-decoration: underline; }
.linkbtn-danger { color: #8c2f22; }

/* ---------------- responsive ---------------- */

@media (max-width: 900px) {
  .hero-grid, .phero-grid, .checkout-grid, .admin-cols { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .co-summary { position: static; order: -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .stat-wide { grid-column: span 1; }
}

@media (max-width: 720px) {
  /* style.css hides the nav entirely below 720px and puts nothing in its
     place, which strands mobile visitors on whatever page they landed on.
     Wrap it onto a second row instead — this is a browse-led site. */
  .header-inner { flex-wrap: wrap; row-gap: 10px; }
  .header-inner .nav {
    display: flex; order: 3; width: 100%; gap: 20px;
    border-top: 1px solid var(--line-soft); padding-top: 10px;
  }
  .header-inner .nav a { font-size: 14px; }
}

@media (max-width: 620px) {
  .section { padding: 52px 0; }
  .co-panel, .auth-card, .admin-card { padding: 22px; }
  .row-2, .row-3 { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .acct-dl { grid-template-columns: 1fr; gap: 3px 0; }
  .acct-dl dd { margin-bottom: 10px; }
  .lib-filters { flex-direction: column; align-items: stretch; }
  .admin-table { font-size: 12.5px; }
}
