/* Book Sales dashboard, Shop storefront, and single Listing page —
   shares visual language with add-book.css (.ab-field) but scoped to
   its own classes since this loads on different page slugs. */

.bs-field{ margin-bottom:16px; }
.bs-field label{ display:block; font-size:.85rem; font-weight:700; margin-bottom:6px; }
.bs-field-hint{ font-size:.78rem; color:var(--ink-soft); margin:4px 0 0; font-weight:400; }
.bs-field input,
.bs-field select,
.bs-field textarea{
  width:100%; max-width:460px; border:1.5px solid var(--line); border-radius:10px; padding:10px 12px;
  font-family:inherit; font-size:.92rem; background:var(--paper); box-sizing:border-box;
}
.bs-field textarea{ min-height:80px; resize:vertical; }
.bs-field input:focus, .bs-field select:focus, .bs-field textarea:focus{ outline:none; border-color:var(--gold-deep); }

.bs-card{
  border:1.5px solid var(--line); border-radius:14px; padding:20px 24px; margin-bottom:16px; background:var(--white);
}
.bs-card h2{ margin:0 0 12px; }

.bs-section-title{ margin:32px 0 12px; font-size:1.15rem; }

.bs-revenue-box{ background:var(--paper-alt, #FBF3E7); border-radius:14px; padding:22px 26px; margin-bottom:28px; }
.bs-revenue-label{ margin:0 0 4px; font-size:.78rem; text-transform:uppercase; letter-spacing:.05em; color:var(--ink-soft); }
.bs-revenue-num{ margin:0; font-size:1.9rem; font-weight:800; font-family:'Fraunces',serif; }
.bs-withdraw-link{ display:inline-block; margin-top:10px; font-weight:700; color:var(--clay-deep); }

.bs-notice{ background:#eef7ee; border:1px solid #cfe8cf; border-radius:10px; padding:14px 18px; margin-bottom:24px; }
.bs-notice p{ margin:0; }

.bs-shop-link{ font-weight:700; font-size:1.02rem; color:var(--clay-deep); word-break:break-all; }

.bs-listing-row{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px; }

.bs-status-completed{ color:var(--clay-deep); font-weight:700; }
.bs-status-fulfilled{ color:#1a7f37; font-weight:700; }

.bs-buyer-info{ font-size:.85rem; color:var(--ink-soft); margin:8px 0 14px; line-height:1.6; }

.bs-catalog-search-results{ margin-bottom:14px; }
.bs-catalog-result-btn{
  display:block; text-align:left; width:100%; max-width:460px; padding:9px 12px; margin-bottom:6px;
  border:1.5px solid var(--line); border-radius:8px; background:var(--white); cursor:pointer; font-family:inherit; font-size:.9rem;
}
.bs-catalog-result-btn:hover{ border-color:var(--gold-deep); }

.bs-fulfill-form{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.bs-fulfill-form input[type="text"]{
  border:1.5px solid var(--line); border-radius:8px; padding:8px 12px; font-family:inherit; font-size:.85rem; min-width:220px;
}

/* ---- Shop Themes (Premium) — genuinely distinct visual styles per
   theme, not just color swaps: corner radius, nav button shape, card
   treatment (border vs shadow), and typography detail. Scoped to a
   body class, see wn_get_shop_theme_body_class(). Classic needs no
   rules here since it's just the site's own default look. ---- */

/* ===== Modern Mono — sharp, editorial, high-contrast ===== */
body.wn-shop-theme-mono{
  --ink:#111111; --ink-soft:#666666; --paper:#FFFFFF; --paper-alt:#F2F2F2;
  --line:#DDDDDD; --white:#FFFFFF; --clay-deep:#111111; --gold-deep:#111111; --gold:#111111;
  font-family: -apple-system, Helvetica, Arial, sans-serif;
}
body.wn-shop-theme-mono .shop-title{
  font-family: -apple-system, Helvetica, Arial, sans-serif; font-weight:900;
  letter-spacing:-.02em; text-transform:uppercase;
}
body.wn-shop-theme-mono .shop-tagline{ font-style:italic; }
body.wn-shop-theme-mono .shop-nav-links a{
  border-radius:0; background:transparent; border:1.5px solid var(--ink); text-transform:uppercase;
  font-size:.75rem; letter-spacing:.06em;
}
body.wn-shop-theme-mono .shop-nav-links a:hover{ background:var(--ink); color:var(--white); }
body.wn-shop-theme-mono .shop-card{ border-radius:0; border-width:2px; box-shadow:none; }
body.wn-shop-theme-mono .shop-card-title{ text-transform:uppercase; font-size:.82rem; letter-spacing:.02em; }
body.wn-shop-theme-mono .shop-search-input{ border-radius:0; border-width:2px; }
body.wn-shop-theme-mono .btn-gold{ border-radius:0; text-transform:uppercase; letter-spacing:.04em; }
body.wn-shop-theme-mono .shop-masthead:not(.has-banner){ border-bottom-width:2px; }

/* ===== Warm Earth — soft, cozy, secondhand-bookshop feel ===== */
body.wn-shop-theme-earth{
  --ink:#2E2016; --ink-soft:#7A6552; --paper:#F5EDE1; --paper-alt:#EADFC8;
  --line:#D8C6A8; --white:#FFFBF3; --clay-deep:#8B4A2B; --gold-deep:#A67C3D; --gold:#C08A4E;
}
body.wn-shop-theme-earth .shop-title{ font-style:italic; }
body.wn-shop-theme-earth .shop-tagline{ letter-spacing:.02em; }
body.wn-shop-theme-earth .shop-nav-links a{ border-radius:999px; border-width:2px; font-weight:800; }
body.wn-shop-theme-earth .shop-card{
  border-radius:20px; border-width:2px; box-shadow:4px 4px 0 var(--line);
}
body.wn-shop-theme-earth .shop-card-price{ font-family:Georgia,serif; font-style:italic; }
body.wn-shop-theme-earth .shop-search-input{ border-radius:999px; border-width:2px; }
body.wn-shop-theme-earth .btn-gold{ border-radius:999px; box-shadow:3px 3px 0 var(--ink); }

/* ===== Cool Slate — clean, professional, corporate-SaaS feel ===== */
body.wn-shop-theme-slate{
  --ink:#1E2A38; --ink-soft:#5B7085; --paper:#EEF1F4; --paper-alt:#DCE4EA;
  --line:#C7D2DA; --white:#FFFFFF; --clay-deep:#3E5C76; --gold-deep:#5B7FA6; --gold:#7FA6C9;
  font-family: -apple-system, Helvetica, Arial, sans-serif;
}
body.wn-shop-theme-slate .shop-title{
  font-family: -apple-system, Helvetica, Arial, sans-serif; font-weight:800; letter-spacing:-.01em;
}
body.wn-shop-theme-slate .shop-nav-links a{
  border-radius:8px; background:transparent; border-color:transparent; text-transform:uppercase;
  font-size:.72rem; letter-spacing:.05em; color:var(--ink-soft);
}
body.wn-shop-theme-slate .shop-nav-links a:hover{ background:var(--paper-alt); color:var(--ink); }
body.wn-shop-theme-slate .shop-card{
  border-radius:10px; border:none; box-shadow:0 2px 10px rgba(30,42,56,.08);
}
body.wn-shop-theme-slate .shop-card:hover{ box-shadow:0 4px 16px rgba(30,42,56,.14); }
body.wn-shop-theme-slate .shop-search-input{ border-radius:8px; }
body.wn-shop-theme-slate .btn-gold{ border-radius:8px; }
body.wn-shop-theme-slate .shop-masthead:not(.has-banner){ border-bottom:none; }

/* --- Nav bar, sidebar widgets, footer — per theme --- */

/* Mono: bold reversed nav bar (black bg, white text), boxed sidebar
   and footer with hard top border to match the sharp editorial feel. */
body.wn-shop-theme-mono .shop-nav{ background:var(--ink); border-bottom:none; }
body.wn-shop-theme-mono .shop-nav-brand{ color:var(--white); }
body.wn-shop-theme-mono .shop-nav-links a{ border-color:var(--white); color:var(--white); }
body.wn-shop-theme-mono .shop-nav-links a:hover{ background:var(--white); color:var(--ink); }
body.wn-shop-theme-mono .shop-widget{ border:2px solid var(--ink); border-radius:0; padding:14px 16px; }
body.wn-shop-theme-mono .shop-widget h3{ text-transform:uppercase; letter-spacing:.06em; }
body.wn-shop-theme-mono .shop-widget-list a{ text-transform:uppercase; font-size:.8rem; }
body.wn-shop-theme-mono .shop-genre-btn{ text-transform:uppercase; font-size:.8rem; }
body.wn-shop-theme-mono .shop-genre-btn.is-active{ background:var(--ink); color:var(--white); padding:4px 8px; }
body.wn-shop-theme-mono .shop-footer{ border-top-width:2px; }
body.wn-shop-theme-mono .shop-footer-bottom{ border-top-width:2px; }
body.wn-shop-theme-mono .shop-powered-by{ text-transform:uppercase; letter-spacing:.04em; font-size:.7rem; }

/* Earth: warm-tinted nav bar, each widget as its own stamped card
   matching the product cards, dashed footer divider for a receipt/
   vintage-bookshop feel. */
body.wn-shop-theme-earth .shop-nav{ background:var(--paper-alt); border-bottom-width:2px; }
body.wn-shop-theme-earth .shop-widget{
  background:var(--white); border:2px solid var(--line); border-radius:16px; padding:16px 18px;
  box-shadow:3px 3px 0 var(--line);
}
body.wn-shop-theme-earth .shop-widget h3{ font-style:italic; text-transform:none; letter-spacing:0; font-size:.95rem; }
body.wn-shop-theme-earth .shop-genre-btn.is-active{ font-style:italic; }
body.wn-shop-theme-earth .shop-footer{ border-top:2px dashed var(--line); }
body.wn-shop-theme-earth .shop-footer-bottom{ border-top:2px dashed var(--line); }
body.wn-shop-theme-earth .shop-powered-by{ font-style:italic; }

/* Slate: borderless floating nav with soft shadow, minimal card-free
   sidebar, understated footer — clean SaaS-product feel throughout. */
body.wn-shop-theme-slate .shop-nav{ border-bottom:none; box-shadow:0 2px 10px rgba(30,42,56,.06); position:relative; z-index:2; }
body.wn-shop-theme-slate .shop-widget h3{ font-weight:800; letter-spacing:.02em; }
body.wn-shop-theme-slate .shop-genre-btn.is-active{ background:var(--paper-alt); padding:4px 10px; border-radius:8px; }
body.wn-shop-theme-slate .shop-footer{ border-top:none; box-shadow:0 -2px 10px rgba(30,42,56,.04); }
body.wn-shop-theme-slate .shop-footer-bottom{ border-top:1px solid var(--line); }

/* --- Structural layout differences (not just styling) --- */

/* Earth: contained "floating card" page instead of edge-to-edge —
   nav, masthead, sidebar, and main all sit inside .shop-shell as
   direct siblings, so this is a pure container treatment, no PHP
   template changes needed. */
body.wn-shop-theme-earth{ background:var(--paper-alt); margin:0; }
body.wn-shop-theme-earth .shop-shell{
  max-width:960px; margin:0 auto; background:var(--paper);
  box-shadow:0 10px 40px rgba(46,32,22,.16);
}
@media (min-width:641px){
  body.wn-shop-theme-earth{ padding:28px 16px; }
  body.wn-shop-theme-earth .shop-shell{ border-radius:24px; overflow:hidden; }
}

/* Slate: nav becomes a full-height left sidebar instead of a top bar.
   .shop-shell (grid) holds nav in column 1 spanning both rows, and
   masthead + main in column 2, stacked. Falls back to a normal top
   nav below 900px — a side nav doesn't work on a narrow screen. */
@media (min-width:900px){
  body.wn-shop-theme-slate .shop-shell{
    display:grid; grid-template-columns:230px 1fr; grid-template-rows:auto 1fr; min-height:100vh;
  }
  body.wn-shop-theme-slate .shop-nav{
    grid-column:1; grid-row:1 / -1; border-right:1px solid var(--line); border-bottom:none;
  }
  body.wn-shop-theme-slate .shop-nav .wrap{ max-width:none; padding:0 20px; height:100%; }
  body.wn-shop-theme-slate .shop-nav-inner{
    flex-direction:column; align-items:flex-start; height:100%; padding:28px 0;
  }
  body.wn-shop-theme-slate .shop-nav-brand{ margin-bottom:28px; }
  body.wn-shop-theme-slate .shop-nav-links{ flex-direction:column; align-items:flex-start; width:100%; gap:4px; }
  body.wn-shop-theme-slate .shop-nav-links a{ width:100%; box-sizing:border-box; }
  body.wn-shop-theme-slate .shop-masthead{ grid-column:2; grid-row:1; text-align:left; padding-left:36px; }
  body.wn-shop-theme-slate .shop-masthead .wrap{ margin:0; max-width:none; }
  body.wn-shop-theme-slate .shop-tagline{ margin:0; }
  body.wn-shop-theme-slate main{ grid-column:2; grid-row:2; }
}

/* Mono: sidebar widgets become a horizontal strip above the grid
   instead of a left column — fits the flat, editorial-grid feel. */
@media (min-width:641px){
  body.wn-shop-theme-mono .shop-layout{ flex-direction:column; }
  body.wn-shop-theme-mono .shop-sidebar{
    width:100%; flex:none; display:flex; gap:16px; align-items:stretch;
    margin-bottom:24px; padding-bottom:20px; border-bottom:2px solid var(--ink);
  }
  body.wn-shop-theme-mono .shop-widget{ margin-bottom:0; flex:1; }
}

/* Shop storefront nav bar — avatar/brand on the left, Home/Contact/WN
   Profile on the right, meant to read like an ordinary small website's
   header nav rather than anything WritingNepal-branded. */
/* Standalone shop/listing pages — plain full page, no card/shadow
   framing. The .shop-shell wrapper div in the markup is now just a
   plain container (no visual styling), kept only so future changes
   have a hook without touching the PHP markup again. */
body.wn-shop-standalone{ background:var(--paper); margin:0; }

.shop-nav{ border-bottom:1px solid var(--line); }
.shop-nav-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; flex-wrap:wrap; gap:10px; }
.shop-nav-brand{
  display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--ink); font-weight:700;
  min-width:0; flex:1 1 auto; overflow:hidden;
}
.shop-nav-brand span{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.shop-nav-avatar{ width:32px; height:32px; border-radius:50%; object-fit:cover; display:block; }
.shop-nav-links{ display:flex; gap:8px; font-family:Arial,sans-serif; font-size:.85rem; flex:0 0 auto; }
.shop-nav-links a{
  color:var(--ink); text-decoration:none; font-weight:700; padding:8px 16px; border-radius:999px;
  border:1.5px solid var(--gold); background:var(--gold);
}
.shop-nav-links a:hover{ background:var(--gold-deep); border-color:var(--gold-deep); color:var(--ink); }

.shop-footer{ border-top:1px solid var(--line); margin-top:40px; padding:28px 0 40px; }
.shop-footer-cols{ display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.shop-footer-col{ min-width:0; max-width:280px; flex:0 1 280px; word-wrap:break-word; overflow-wrap:anywhere; }
.shop-footer-col-right{ text-align:right; }
@media (max-width:520px){
  .shop-footer-col-right{ text-align:left; }
}
.shop-footer p{ margin:0 0 12px; color:var(--ink); font-size:.9rem; line-height:1.6; }
.shop-footer strong{ font-size:.78rem; text-transform:uppercase; letter-spacing:.04em; color:var(--ink-soft); font-weight:700; }
.shop-footer a{ color:var(--clay-deep); font-weight:700; }
.shop-footer-bottom{ text-align:center; margin-top:24px; padding-top:20px; border-top:1px solid var(--line); font-size:.8rem; color:var(--ink-soft); }
.shop-footer-bottom a{ color:var(--clay-deep); font-weight:700; }
.shop-powered-by{ font-size:.8rem; color:var(--ink-soft); }
.shop-powered-by a{ color:var(--clay-deep); }

/* Shop storefront masthead — meant to read like a real site header.
   When a banner is set, it becomes the background behind the title/
   tagline (dark overlay for contrast) instead of a separate strip. */
.shop-masthead{ text-align:center; padding:56px 0; margin-bottom:28px; }
.shop-masthead:not(.has-banner){ border-bottom:1px solid var(--line); padding:36px 0 28px; }
.shop-masthead.has-banner{ background-size:cover; background-position:center; }
.shop-masthead.has-banner .shop-title,
.shop-masthead.has-banner .shop-tagline{ color:#fff; }
.shop-title{ font-size:2.4rem; margin:0 0 10px; font-family:'Fraunces',serif; }
.shop-tagline{ font-size:1.05rem; color:var(--ink-soft); max-width:56ch; margin:0 auto; }

.shop-search-row{ margin:0 0 24px; }
.shop-search-input{
  width:100%; max-width:400px; display:block; margin:0 auto; border:1.5px solid var(--line); border-radius:999px;
  padding:11px 18px; font-family:inherit; font-size:.95rem; background:var(--paper);
}
.shop-search-input:focus{ outline:none; border-color:var(--gold-deep); }
.shop-layout{ display:flex; gap:32px; align-items:flex-start; }
.shop-sidebar{ width:220px; flex:0 0 220px; }
.shop-main-col{ flex:1; min-width:0; }
.shop-widget{ margin-bottom:28px; }
.shop-widget h3{ font-size:.85rem; text-transform:uppercase; letter-spacing:.04em; color:var(--ink-soft); margin:0 0 12px; }
.shop-widget-list{ list-style:none; margin:0; padding:0; }
.shop-widget-list li{ margin-bottom:8px; }
.shop-widget-list a{ color:var(--ink); text-decoration:none; font-size:.92rem; }
.shop-widget-list a:hover{ color:var(--clay-deep); }
.shop-genre-filter{ display:flex; flex-direction:column; gap:6px; }
.shop-genre-btn{
  display:block; width:100%; text-align:left; background:none; border:none; padding:6px 0; cursor:pointer;
  font-family:inherit; font-size:.92rem; color:var(--ink); border-radius:6px;
}
.shop-genre-btn:hover{ color:var(--clay-deep); }
.shop-genre-btn.is-active{ color:var(--clay-deep); font-weight:700; }
@media (max-width:820px){
  .shop-layout{ flex-direction:column; }
  .shop-sidebar{ width:100%; flex:none; display:flex; gap:40px; flex-wrap:wrap; }
  .shop-widget{ margin-bottom:16px; }
}

.shop-grid{ display:flex; flex-wrap:wrap; gap:20px; margin:20px 0 60px; }
.shop-card{ width:calc(25% - 15px); min-width:150px; border:1.5px solid var(--line); border-radius:12px; overflow:hidden; background:var(--white); text-decoration:none; color:inherit; transition:box-shadow .15s ease, border-color .15s ease; }
.shop-card img, .shop-card .shop-card-placeholder{ width:100%; aspect-ratio:3/4; object-fit:cover; display:block; background:var(--paper-alt,#F1EAD9); }
.shop-card-info{ padding:10px 12px; }
.shop-card-title{ margin:0 0 4px; font-weight:700; font-size:.9rem; }
.shop-card-price{ margin:0; color:var(--clay-deep); font-weight:700; }

/* Single listing page */
.listing-cover{ max-width:260px; margin:0 auto 24px; }
.listing-cover img{ width:100%; border-radius:10px; }
.listing-author{ text-align:center; color:var(--ink-soft); }
.listing-price{ text-align:center; font-size:1.5rem; font-weight:800; font-family:'Fraunces',serif; margin:20px 0; }
.listing-buy-row{ text-align:center; }

/* content-hero isn't styled here by default — content-pages.css (which
   normally defines it) doesn't load on /book-sales/, only this
   stylesheet does. Same rules, copied over. */
.content-hero{ padding:44px 0 8px; text-align:center; }
.content-hero .eyebrow{ justify-content:center; align-items:center; }
.content-hero h1{ font-size:2.1rem; max-width:26ch; margin:0 auto 12px; }
.content-hero p{ color:var(--ink-soft); max-width:56ch; margin:0 auto; font-size:1.02rem; }

/* ---- Publisher Dashboard: stat cards ---- */
.bs-stats-grid{ display:flex; flex-wrap:wrap; gap:14px; margin:24px 0 32px; }
.bs-stat-card{
  flex:1; min-width:150px; background:var(--white); border:1.5px solid var(--line); border-radius:14px; padding:18px 20px;
}
.bs-stat-label{ margin:0 0 6px; font-size:.75rem; text-transform:uppercase; letter-spacing:.05em; color:var(--ink-soft); }
.bs-stat-num{ margin:0; font-size:1.6rem; font-weight:800; font-family:'Fraunces',serif; }
.bs-stat-card.is-highlight{ background:var(--paper-alt,#FBF3E7); border-color:transparent; }

/* ---- Publisher Dashboard: tabs ---- */
.bs-tabs{ display:flex; gap:32px; margin:0 0 28px; border-bottom:1px solid var(--line); }
.bs-tab{
  display:inline-block; line-height:1; font-weight:700; font-size:.95rem; padding:0 2px 14px; color:var(--ink-soft);
  text-decoration:none; border-bottom:3px solid transparent; margin-bottom:-1px; margin-right:32px;
}
.bs-tab:hover{ color:var(--ink); }
.bs-tab.is-active{ color:var(--clay-deep); border-bottom-color:var(--clay-deep); }
.bs-tab-locked{ color:var(--ink-soft); }
.bs-premium-badge{
  display:inline-block; font-family:Arial,sans-serif; font-size:.7rem; font-weight:700; letter-spacing:.02em;
  background:var(--gold-deep); color:var(--ink); padding:2px 9px; border-radius:999px; margin-left:4px; vertical-align:middle;
}

.bs-insights-teaser{ text-align:left; }
.bs-insights-preview{ display:flex; gap:16px; flex-wrap:wrap; margin-top:20px; }
.bs-insights-preview-item{ flex:1; min-width:140px; }
.bs-insights-preview-label{ display:block; font-family:Arial,sans-serif; font-size:.78rem; font-weight:700; color:var(--ink-soft); margin-bottom:8px; }
.bs-insights-preview-blur{
  height:70px; border-radius:10px;
  background:repeating-linear-gradient(135deg, var(--paper-alt,#F1EAD9) 0 10px, var(--white) 10px 20px);
  filter:blur(3px); opacity:.7;
}

/* ---- Publisher Dashboard: listing card grid + inline edit ---- */
.bs-status-out_of_stock, .bs-status-coming_soon{
  font-family:Arial,sans-serif; font-weight:700; font-size:.72rem; text-transform:uppercase; letter-spacing:.03em;
}
.bs-status-out_of_stock{ color:#8a2f2f; background:#fbeaea; }
.bs-status-coming_soon{ color:#8a6a1a; background:#fdf3d8; }
.shop-card-status-badge{
  position:absolute; top:8px; right:8px; padding:4px 10px; border-radius:999px;
}
.wn-delete-listing-btn{
  background:none; border:none; color:#a33; font-family:Arial,sans-serif; font-size:.8rem; font-weight:700;
  cursor:pointer; padding:4px 0;
}
.wn-delete-listing-btn:hover{ text-decoration:underline; }

.bs-listings-grid{ display:flex; flex-wrap:wrap; gap:18px; }
.bs-listing-card{
  width:calc(25% - 14px); min-width:170px; background:var(--white); border:1.5px solid var(--line); border-radius:14px; overflow:hidden;
}
.bs-listing-cover{ width:100%; aspect-ratio:3/4; object-fit:cover; display:block; background:var(--paper-alt,#F1EAD9); }
.bs-listing-body{ padding:12px 14px; }
.bs-listing-title{ margin:0 0 4px; font-weight:700; font-size:.9rem; }
.bs-listing-meta{ margin:0 0 10px; font-size:.8rem; color:var(--ink-soft); }
.bs-listing-card details summary{ cursor:pointer; font-size:.82rem; font-weight:700; color:var(--clay-deep); list-style:none; }
.bs-listing-card details summary::-webkit-details-marker{ display:none; }
.bs-listing-card details[open] summary{ margin-bottom:10px; }

.bs-empty{ color:var(--ink-soft); padding:20px 0; }

@media (max-width:820px){
  .bs-listing-card{ width:calc(50% - 9px); }
}
@media (max-width:700px){
  .shop-card{ width:calc(50% - 10px); }
}
@media (max-width:520px){
  .bs-listing-card{ width:100%; }
  .bs-tabs{ gap:20px; }
}