/* ============================================
   ALT 10 — GRAPHITE BADGES  (restructured HTML)
   Light page, dark graphite banner notice,
   trust-badge trio, electric blue accents.
   ============================================ */

/* ---- Reset ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0; padding: 0; border: 0;
  font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

body { background: #f6f7f9; padding-bottom: 60px; }

/* ---- Typography ---- */
h1, h2, h3, h4, a, p, b, label {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1c1f24;
}

h1 { font-size: 36px; font-weight: 700; margin-bottom: 6px; }

h2 { font-size: 22px; font-weight: 700; margin-bottom: 15px; color: #1c1f24; }

h3 { font-size: 19px; font-weight: 700; line-height: 28px; }
h4 { font-size: 20px; font-weight: 300; line-height: 28px; }

a { font-size: 19px; color: #2563eb; text-decoration: none; }
a:hover { color: #1c1f24; }

p { font-size: 17px; line-height: 28px; margin-bottom: 20px; color: #40454d; }
b { font-weight: 700; color: #1c1f24; }

/* ---- Bars ---- */
/* Kept at zero height: the medal logo hangs flush from the very top edge. */
#blue-bar { width: 100%; height: 0; }

#line { width: 100%; height: 1px; background: #1c1f24; opacity: 0.12; margin: 30px 0; }

/* ---- Hidden placeholders ---- */
#text-27, #text-28, #text-29, #text-30, #text-31, #text-32, #text-33, #text-34, #text-35, #text-36, #text-37, #text-38, #text-39, #text-40, #text-41, #text-42, #text-43, #text-44, #text-45, #text-46, #text-47, #text-48, #text-49, #text-50, #text-51, #text-52, #text-53, #text-54, #text-55, #text-56, #text-57, #text-58, #text-59, #text-60, #text-61, #text-62, #text-63, #text-64, #text-65 { display: none; }
#description-header-4, #description-header-5, #description-header-6 { display: none; }
#pitron-logo-footer, #pitron-link-footer { display: none; }

/* ---- Layout ---- */
.full-container { width: 770px; margin: auto; }

.header { height: 56px; margin-bottom: 50px; position: relative; }

#eretail-link-header {
  width: 60px; height: 80px; display: block; position: relative;
  background: url("https://cdn.safebay.store/fe9bda24d461/logo.png") no-repeat left top / contain;
  font-size: 0; color: transparent; text-shadow: none;
  filter: drop-shadow(0 6px 12px rgba(28, 31, 36, 0.25));
}

.link-container { display: inline-block; position: absolute; top: 22px; right: 0; }
.link-container:hover { cursor: pointer; }
.link-container:hover > #store-link { background: #2563eb; border-color: #2563eb; color: #ffffff; }
.link-container:hover > svg .arrow-fill { fill: #ffffff; stroke: #ffffff; }
.arrow-fill { fill: #1c1f24; stroke: #1c1f24; transition: 0.2s; }

#store-link {
  display: inline-block; padding: 11px 30px 11px 16px; transition: 0.2s;
  font-size: 15px; font-weight: 700;
  background: #ffffff;
  border: 2px solid #1c1f24;
  border-radius: 10px;
}
.arrow-icon { display: inline-block; width: 7px; position: absolute; top: 17px; right: 14px; transition: 0.2s; }

/* ---- Banner notice (dark graphite) ---- */
#text-1 { font-weight: 700; font-size: 25px; padding-bottom: 9px; text-align: center; color: #ffffff; }
#text-2, #text-3 { font-size: 17px; font-weight: 400; line-height: 25px; text-align: center; color: #aeb6c2; }

#section-1 {
  border: 0;
  border-radius: 14px;
  padding: 30px 24px 34px;
  margin-bottom: 18px;
  position: relative;
  background:
    radial-gradient(500px 160px at 85% -40px, rgba(37, 99, 235, 0.35), rgba(37, 99, 235, 0) 70%),
    linear-gradient(120deg, #1c1f24 0%, #262b33 100%);
  box-shadow: 0 16px 36px rgba(28, 31, 36, 0.28);
  overflow: hidden;
}
#section-1-bar {
  height: 4px;
  background: linear-gradient(to right, #2563eb, #60a5fa);
  position: absolute; bottom: 0; left: 0; width: 100%;
}
#section-1 p { margin-bottom: 0; }

/* ---- Trust badges (restructured addition) ---- */
#badge-row {
  display: flex;
  gap: 12px;
  margin-bottom: 45px;
}
.badge {
  flex: 1;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px; font-weight: 700; line-height: 20px;
  color: #1c1f24;
  background: #ffffff;
  border: 1px solid #e3e6eb;
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(28, 31, 36, 0.06);
}

/* ---- Description ---- */
#description { margin-bottom: 50px; }
#description h2 {
  margin-top: 32px; padding-bottom: 8px;
  border-bottom: 2px solid #e3e6eb;
  position: relative;
}
#description h2:first-child { margin-top: 20px; }
.title-container { margin-bottom: 40px; }

/* ---- Tab menu ---- */
#menu {
  height: 650px;
  background: #ffffff;
  border: 1px solid #e3e6eb;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(28, 31, 36, 0.08);
}

#menu-nav {
  height: 55px;
  background: #1c1f24;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 0;
}

input { display: none; }

#link-1, #link-2, #link-3, #link-4 {
  display: inline-block; position: relative;
  font-weight: 700; font-size: 16px;
  border-right: 1px solid #32363d;
  padding: 18px 24px 17px;
  color: #9aa1ab;
}
#link-1 { border-top-left-radius: 14px; }

label { transition: 0.2s; }
label:hover { cursor: pointer; background: #262b33; color: #ffffff; }

input:checked + label,
#button-1:checked + #link-1,
#button-2:checked + #link-2,
#button-3:checked + #link-3,
#button-4:checked + #link-4 {
  color: #ffffff;
  background: #2563eb;
  transition: none;
}

.tabs { display: none; }
#button-1:checked ~ #tab-1,
#button-2:checked ~ #tab-2,
#button-3:checked ~ #tab-3,
#button-4:checked ~ #tab-4,
#button-5:checked ~ #tab-5,
#button-6:checked ~ #tab-6,
#button-7:checked ~ #tab-7 { display: block; }

.text-container {
  overflow-y: scroll;
  padding: 22px 24px 0;
  height: 570px;
  margin-bottom: 30px;
}
.text-container h2 { margin-bottom: 15px; }
.text-container h3 { margin-bottom: 5px; }
#tab-1 { position: relative; }
#tab-3 p { margin-bottom: 34px; }

::-webkit-scrollbar { -webkit-appearance: none; width: 10px; }
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px rgba(37, 99, 235, 0.45);
  border: solid 2px transparent;
  border-radius: 10px;
}

/* ---- Menu text positioning (unchanged mechanics) ---- */
#menu-text-1 { text-align: center; font-size: 32px; margin-top: 20px; font-weight: 700; margin-bottom: 9px; }
#menu-text-2 { text-align: center; color: #6b7280; }
#menu-text-3, #menu-text-6 { font-size: 24px; margin-bottom: 0; font-weight: 700; position: absolute; top: 235px; }
#menu-text-4, #menu-text-7 { font-weight: 400; position: absolute; top: 262px; }
#menu-text-5, #menu-text-8 { position: absolute; top: 311px; font-weight: 700; white-space: pre; line-height: 44px; }
#menu-text-3, #menu-text-4, #menu-text-5 { left: 85px; }
#menu-text-6, #menu-text-7, #menu-text-8 { left: 389px; }
#menu-text-9 { font-weight: 500; font-size: 19px; margin: auto; margin-top: 345px; width: 625px; }
#menu-text-10 { font-weight: 500; font-size: 19px; margin: auto; width: 86%; margin-top: 23px; }
#menu-text-16, #menu-text-17, #menu-text-18, #menu-text-19, #menu-text-30 { margin-bottom: 35px; }

/* ---- Responsive ---- */
@media screen and (max-width: 770px) {
  .full-container { width: 92%; }
  .header { margin-bottom: 40px; }
  .link-container { display: none; }
  #badge-row { flex-direction: column; gap: 8px; }
  #menu-text-1 { margin-top: 10px; line-height: 40px; margin-bottom: 5px; }
  #menu-text-2 { margin-bottom: 30px; }
  #menu-text-9, #menu-text-10 { margin-top: 20px; margin-bottom: 30px; width: 95%; font-size: 17px; }
  #menu-text-4, #menu-text-7 { margin-bottom: 10px; }
  #menu-text-5, #menu-text-8 { margin-bottom: 30px; }
  #menu-text-3, #menu-text-4, #menu-text-5, #menu-text-6, #menu-text-7, #menu-text-8 { position: initial; margin-left: 3%; }
  #description { margin-bottom: 40px; }
  #text-1 { text-align: left; }
  #text-2 { line-height: 26px; text-align: left; }
  #link-1, #link-2, #link-3 { padding: 17px 15px 16px; }
  .text-container { margin-bottom: 30px; }
  .text-container h3 { margin-bottom: 5px; }
  p, a, h3 { font-size: 17px; line-height: 26px; }
  p { font-weight: 400; margin-bottom: 20px; }
  b, h3 { font-weight: 700; }
  h1 { font-size: 24px; }
  h2 { font-size: 21px; }
}

/* ============================================
   TAB CONTENT — header-band card layout
   (Return / Shipping / FAQ share one idiom:
   white card, solid colored header band)
   ============================================ */

/* Return tab */
#menu-text-2 { text-align: left; font-size: 16px; line-height: 25px; color: #40454d; margin-bottom: 20px; }
#menu-text-3, #menu-text-4, #menu-text-5, #menu-text-6, #menu-text-7, #menu-text-8 { position: static; left: auto; top: auto; }
#return-cards { display: flex; gap: 14px; margin: 2px 0 20px; }
.return-card { flex: 1; min-width: 0; border-radius: 12px; overflow: hidden; border: 1px solid #e3e6eb; background: #ffffff; }
#menu-text-3, #menu-text-6 { padding: 12px 18px; margin: 0; color: #ffffff; font-size: 16px; font-weight: 700; }
#menu-text-3 { background: #22a35e; }
#menu-text-6 { background: #e59b17; }
#menu-text-4, #menu-text-7 { font-size: 14px; color: #6b7280; padding: 12px 18px 0; margin: 0 0 8px; }
#menu-text-5, #menu-text-8 { white-space: pre; line-height: 31px; font-size: 15px; font-weight: 700; padding: 0 18px 18px; margin: 0; }
#return-notes { border-left: 4px solid #2563eb; background: #f0f5fe; padding: 12px 16px; border-radius: 0 10px 10px 0; }
#menu-text-9, #menu-text-10 { font-size: 13.5px; line-height: 21px; color: #6b7280; width: auto; margin: 0 0 10px; }
#return-notes p:last-child { margin-bottom: 0; }

/* Shipping + FAQ band cards */
.band-card { border-radius: 12px; overflow: hidden; border: 1px solid #e3e6eb; background: #ffffff; }
#menu-text-16, #faq-header { padding: 12px 18px; margin: 0; color: #ffffff; font-size: 16px; font-weight: 700; }
#menu-text-16 { background: #2563eb; }
#faq-header { background: #1c1f24; }
.band-body { padding: 16px 18px; }
#tab-2 .band-body p, #tab-3 .band-body p { font-size: 15px; line-height: 24px; color: #40454d; margin: 0 0 14px; }
#tab-3 .band-body h3 { font-size: 15px; font-weight: 700; line-height: 23px; color: #1c1f24; margin: 0 0 4px; padding-top: 14px; border-top: 1px solid #eef0f3; }
#tab-3 .band-body h3:first-child { padding-top: 0; border-top: 0; }

@media screen and (max-width: 770px) {
  #return-cards { flex-direction: column; }
  #menu-text-5, #menu-text-8 { white-space: pre-line; }
  #menu-text-9, #menu-text-10 { font-size: 13px; }
}

/* Policies tab band card */
#policies-header { padding: 12px 18px; margin: 0; color: #ffffff; font-size: 16px; font-weight: 700; background: #c2482e; }
#tab-4 .band-body p { font-size: 15px; line-height: 24px; color: #40454d; margin: 0 0 14px; }

/* Neat bullets: CSS markers with hanging indent (text strings carry no "•") */
#tab-2 .band-body p, #tab-4 .band-body p {
  position: relative;
  padding-left: 20px;
}
#tab-2 .band-body p:after, #tab-4 .band-body p:after {
  content: "\2022";
  position: absolute;
  left: 4px; top: 0;
  font-weight: 700;
}
#tab-2 .band-body p:after { color: #2563eb; }
#tab-4 .band-body p:after { color: #c2482e; }

/* Symmetric bottom spacing inside tab panes */
#tab-2 .band-body p:last-child, #tab-3 .band-body p:last-child, #tab-4 .band-body p:last-child { margin-bottom: 0; }
.band-card { margin-bottom: 22px; }
#return-notes { margin-bottom: 22px; }

/* Agreement line above the tab block */
#policies-agreement {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 12px;
}

/* Unbolded footnote under the full-reimbursement list */
#menu-text-5 { padding-bottom: 8px; }
#menu-text-11 { font-size: 13.5px; font-weight: 400; color: #6b7280; padding: 0 18px 18px; margin: 0; }

/* Policies listed newest-first (DOM stays append-only; new lines surface on top) */
#tab-4 .band-body { display: flex; flex-direction: column-reverse; gap: 14px; }
#tab-4 .band-body p { margin: 0; }

/* "No guaranteed delivery date" line moved from Policies to Shipping without
   an HTML slot: element hidden there, text rides #tab-2 .band-body::after. */
#menu-text-32 { display: none; }
#tab-2 .band-body:after {
  display: block;
  margin-top: 14px;
  padding-left: 20px;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px; line-height: 24px; color: #40454d;
  background: radial-gradient(circle at 7px 11px, #2563eb 2.5px, rgba(0, 0, 0, 0) 3px) no-repeat;
}

/* ============================================
   LEGACY COMPATIBILITY — listings pasted with
   the old flat markup (menu-text p's directly
   under the tab divs). Direct-child selectors
   never match the current band-card markup.
   ============================================ */
#tab-2 > #menu-text-17, #tab-2 > #menu-text-18, #tab-2 > #menu-text-19,
#tab-2 > #menu-text-20, #tab-2 > #menu-text-21, #tab-2 > #menu-text-22,
#tab-4 > #menu-text-31, #tab-4 > #menu-text-33, #tab-4 > #menu-text-34,
#tab-4 > #menu-text-35, #tab-4 > #menu-text-36, #tab-4 > #menu-text-37,
#tab-4 > #menu-text-38, #tab-4 > #menu-text-39, #tab-4 > #menu-text-40,
#tab-4 > #menu-text-41, #tab-4 > #menu-text-42 {
  position: relative; padding: 0 0 0 20px; margin: 0 0 14px;
  font-size: 15px; line-height: 24px; color: #40454d; font-weight: 400;
}
#tab-2 > #menu-text-17:after, #tab-2 > #menu-text-18:after, #tab-2 > #menu-text-19:after,
#tab-2 > #menu-text-20:after, #tab-2 > #menu-text-21:after, #tab-2 > #menu-text-22:after,
#tab-4 > #menu-text-31:after, #tab-4 > #menu-text-33:after, #tab-4 > #menu-text-34:after,
#tab-4 > #menu-text-35:after, #tab-4 > #menu-text-36:after, #tab-4 > #menu-text-37:after,
#tab-4 > #menu-text-38:after, #tab-4 > #menu-text-39:after, #tab-4 > #menu-text-40:after,
#tab-4 > #menu-text-41:after, #tab-4 > #menu-text-42:after {
  content: "\2022"; position: absolute; left: 4px; top: 0;
  font-weight: 700; color: #2563eb;
}
#tab-4 > #menu-text-31:after, #tab-4 > #menu-text-33:after, #tab-4 > #menu-text-34:after,
#tab-4 > #menu-text-35:after, #tab-4 > #menu-text-36:after, #tab-4 > #menu-text-37:after,
#tab-4 > #menu-text-38:after, #tab-4 > #menu-text-39:after, #tab-4 > #menu-text-40:after,
#tab-4 > #menu-text-41:after, #tab-4 > #menu-text-42:after { color: #c2482e; }
#tab-2 > #menu-text-16 { margin-bottom: 16px; }

/* ---- Legacy Return tab: rebuild the two-column cards with grid.
   :has(> #menu-text-3) can only match the old flat markup; browsers
   without :has fall back to the stacked band layout. ---- */
#button-1:checked ~ #tab-1:has(> #menu-text-3) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 14px;
  align-content: start;
}
#tab-1 > #menu-text-1, #tab-1 > #menu-text-12, #tab-1 > #menu-text-13,
#tab-1 > #menu-text-14, #tab-1 > #menu-text-15 { display: none; }
#tab-1 > #menu-text-2 { grid-column: 1 / -1; grid-row: 1; }
#tab-1 > #menu-text-3 { grid-column: 1; grid-row: 2; border-radius: 12px 12px 0 0; }
#tab-1 > #menu-text-4 { grid-column: 1; grid-row: 3; }
#tab-1 > #menu-text-5 { grid-column: 1; grid-row: 4; }
#tab-1 > #menu-text-11 { grid-column: 1; grid-row: 5; border-bottom: 1px solid #e3e6eb; border-radius: 0 0 12px 12px; }
#tab-1 > #menu-text-6 { grid-column: 2; grid-row: 2; border-radius: 12px 12px 0 0; }
#tab-1 > #menu-text-7 { grid-column: 2; grid-row: 3; }
#tab-1 > #menu-text-8 { grid-column: 2; grid-row: 4 / 6; border-bottom: 1px solid #e3e6eb; border-radius: 0 0 12px 12px; }
#tab-1 > #menu-text-4, #tab-1 > #menu-text-5, #tab-1 > #menu-text-7,
#tab-1 > #menu-text-8, #tab-1 > #menu-text-11 {
  border-left: 1px solid #e3e6eb; border-right: 1px solid #e3e6eb;
  background: #ffffff; margin: 0;
}
#tab-1 > #menu-text-4, #tab-1 > #menu-text-7 { padding: 12px 18px 8px; }
#tab-1 > #menu-text-9, #tab-1 > #menu-text-10 {
  grid-column: 1 / -1; background: #f0f5fe; border-left: 4px solid #2563eb; width: auto;
}
#tab-1 > #menu-text-9 { grid-row: 6; margin: 20px 0 0; padding: 12px 16px 5px; border-radius: 0 10px 0 0; }
#tab-1 > #menu-text-10 { grid-row: 7; margin: 0; padding: 5px 16px 12px; border-radius: 0 0 10px 0; }

/* ---- Legacy Shipping & Policies: card borders around the flat lists ---- */
#tab-2 > #menu-text-16 { border-radius: 12px 12px 0 0; margin-bottom: 0; }
#tab-2 > #menu-text-17, #tab-2 > #menu-text-18, #tab-2 > #menu-text-19,
#tab-2 > #menu-text-20, #tab-2 > #menu-text-21, #tab-2 > #menu-text-22,
#tab-4 > #menu-text-31, #tab-4 > #menu-text-33, #tab-4 > #menu-text-34,
#tab-4 > #menu-text-35, #tab-4 > #menu-text-36, #tab-4 > #menu-text-37,
#tab-4 > #menu-text-38, #tab-4 > #menu-text-39, #tab-4 > #menu-text-40,
#tab-4 > #menu-text-41, #tab-4 > #menu-text-42 {
  border-left: 1px solid #e3e6eb; border-right: 1px solid #e3e6eb;
  background: #ffffff; padding: 0 18px 14px 38px; margin: 0;
}
#tab-2 > #menu-text-17:after, #tab-2 > #menu-text-18:after, #tab-2 > #menu-text-19:after,
#tab-2 > #menu-text-20:after, #tab-2 > #menu-text-21:after, #tab-2 > #menu-text-22:after,
#tab-4 > #menu-text-31:after, #tab-4 > #menu-text-33:after, #tab-4 > #menu-text-34:after,
#tab-4 > #menu-text-35:after, #tab-4 > #menu-text-36:after, #tab-4 > #menu-text-37:after,
#tab-4 > #menu-text-38:after, #tab-4 > #menu-text-39:after, #tab-4 > #menu-text-40:after,
#tab-4 > #menu-text-41:after, #tab-4 > #menu-text-42:after { left: 22px; }
#tab-2 > #menu-text-17 { padding-top: 16px; }
#tab-2 > #menu-text-17:after { top: 16px; }
#tab-4 > #menu-text-31 { padding-top: 16px; border-top: 1px solid #e3e6eb; border-radius: 12px 12px 0 0; }
#tab-4 > #menu-text-31:after { top: 16px; }
#tab-2 > #menu-text-22, #tab-4 > #menu-text-42 { border-bottom: 1px solid #e3e6eb; border-radius: 0 0 12px 12px; padding-bottom: 18px; }

/* ---- Legacy FAQ: match the new typography ---- */
#tab-3 > h3 { font-size: 15px; font-weight: 700; line-height: 23px; color: #1c1f24; margin: 0 0 4px; }
#tab-3 > p { font-size: 15px; line-height: 24px; color: #40454d; margin: 0 0 16px; }
#tab-3 > #question-2, #tab-3 > #question-3, #tab-3 > #question-4, #tab-3 > #question-5,
#tab-3 > #question-6, #tab-3 > #question-7, #tab-3 > #question-8, #tab-3 > #question-9,
#tab-3 > #question-10, #tab-3 > #question-11, #tab-3 > #question-12 { padding-top: 14px; border-top: 1px solid #eef0f3; }

@media screen and (max-width: 770px) {
  #button-1:checked ~ #tab-1:has(> #menu-text-3) { grid-template-columns: 1fr; }
  #tab-1 > #menu-text-2, #tab-1 > #menu-text-3, #tab-1 > #menu-text-4, #tab-1 > #menu-text-5,
  #tab-1 > #menu-text-6, #tab-1 > #menu-text-7, #tab-1 > #menu-text-8, #tab-1 > #menu-text-9,
  #tab-1 > #menu-text-10, #tab-1 > #menu-text-11 { grid-column: 1; grid-row: auto; }
  #tab-1 > #menu-text-2 { order: 1; } #tab-1 > #menu-text-3 { order: 2; }
  #tab-1 > #menu-text-4 { order: 3; } #tab-1 > #menu-text-5 { order: 4; }
  #tab-1 > #menu-text-11 { order: 5; } #tab-1 > #menu-text-6 { order: 6; margin-top: 14px; }
  #tab-1 > #menu-text-7 { order: 7; } #tab-1 > #menu-text-8 { order: 8; }
  #tab-1 > #menu-text-9 { order: 9; } #tab-1 > #menu-text-10 { order: 10; }
}

/* ---- Legacy trust badges: styled from leftover legacy-only elements
   (#description-header-2, #text-26) plus #description's own ::before,
   which is scoped via :has so it can never appear on the new markup.
   !important needed to beat the inline font-size on the old elements. ---- */
#description:has(> #description-header-2):before,
#description > #description-header-2,
#description > #text-26 {
  display: block; float: left; box-sizing: border-box;
  width: 32%; margin: 0 2% 45px 0;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700; line-height: 20px; color: #1c1f24;
  background: #ffffff; border: 1px solid #e3e6eb; border-radius: 10px;
  padding: 14px 12px; text-align: center;
  box-shadow: 0 4px 12px rgba(28, 31, 36, 0.06);
  clear: none;
}
#description > #text-26 { margin-right: 0; }
#description > #description-header-2 { margin-top: 0; padding-bottom: 14px; }
#description > #text-26 br { display: none; }
#description h2 { clear: both; }

@media screen and (max-width: 770px) {
  #description:has(> #description-header-2):before,
  #description > #description-header-2,
  #description > #text-26 { float: none; width: 100%; margin: 0 0 8px; }
}

/* ---- SafeBay footer (logo + credit on the empty post-menu sections) ---- */
#section-3 { margin-top: 40px; padding-top: 26px; border-top: 1px solid #e3e6eb; text-align: center; }
#section-3:before {
  display: block;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px; font-weight: 700; color: #6b7280;
}
#section-3:after {
  content: "";
  display: block;
  height: 28px;
  background: url("https://cdn.safebay.store/assets/logo.svg") no-repeat center / contain;
  margin-top: 8px;
}
#section-4:before {
  display: block;
  text-align: center;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px; color: #6b7280;
  margin-top: 4px;
}
