/* Computer Studio - ServTec.Info. One stylesheet for every page. No frameworks.
   Brand colours carried over from the legacy css/style.css: teal #196378 / #155263,
   orange #ff6f3c, accent #fbaf5d, text #222222. */
:root {
  --teal: #196378;
  --teal-dark: #155263;
  --teal-deep: #0d3b47;
  --orange: #ff6f3c;
  --orange-dark: #e55a27;
  --accent: #fbaf5d;
  --ink: #222222;
  --ink-soft: #4a5560;
  --line: #dbe3e8;
  --bg: #ffffff;
  --bg-soft: #f3f7f9;
  --danger: #c0392b;
  --ok: #2e7d32;
  --radius: 12px;
  --shadow: 0 6px 24px rgba(13, 59, 71, 0.10);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --wrap: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.6; color: var(--ink); background: var(--bg); }
img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; color: var(--teal-deep); overflow-wrap: anywhere; }
h1 { font-size: clamp(1.9rem, 4vw, 2.75rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
.wrap { width: min(var(--wrap), 100% - 2rem); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--orange); color: #fff; padding: .5rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; }

/* Buttons */
.btn { display: inline-block; padding: .8rem 1.4rem; border-radius: 999px; font-weight: 700; text-decoration: none; border: 2px solid transparent; cursor: pointer; font-size: 1rem; line-height: 1.2; transition: background .2s, color .2s, transform .1s; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-dark); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--outline { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn--outline:hover { background: var(--teal); color: #fff; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1.1rem; }

/* Header */
.topbar { background: var(--teal-dark); color: #fff; }
.topbar__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem 2rem; padding: .6rem 0; }
.brand__logo { width: 150px; height: auto; }
.topbar__tagline { margin: 0; font-weight: 700; font-size: 1.15rem; text-align: center; color: #fff; }
.topbar__contact { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; justify-content: flex-end; font-size: .95rem; }
.topbar__contact a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.topbar__contact a:hover { color: var(--accent); }
.topbar__contact svg { color: var(--orange); flex: none; }

.nav { background: var(--teal); color: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav__toggle { display: none; background: none; border: 0; color: #fff; font: inherit; font-weight: 700; padding: .9rem 0; align-items: center; gap: .6rem; cursor: pointer; }
.nav__burger { width: 22px; height: 2px; background: #fff; position: relative; display: inline-block; }
.nav__burger::before, .nav__burger::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: #fff; }
.nav__burger::before { top: -7px; } .nav__burger::after { top: 7px; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; flex: 1; }
.nav__item { position: relative; }
.nav__group { background: none; border: 0; color: #fff; font: inherit; font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .02em; padding: 1rem .8rem; display: flex; align-items: center; gap: .4rem; cursor: pointer; }
.nav__group:hover, .nav__item.is-open > .nav__group { background: var(--teal-dark); }
.nav__group svg { transition: transform .2s; }
.nav__item.is-open > .nav__group svg { transform: rotate(180deg); }
.nav__sub { list-style: none; margin: 0; padding: .4rem 0; position: absolute; top: 100%; left: 0; min-width: 300px; background: #fff; color: var(--ink); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); display: none; z-index: 60; }
.nav__item.is-open > .nav__sub { display: block; }
.nav__sub a { display: block; padding: .55rem 1rem; color: var(--ink); text-decoration: none; font-size: .95rem; }
.nav__sub a:hover, .nav__sub a:focus { background: var(--bg-soft); color: var(--teal); }
.nav__sub .nav__cta { color: var(--orange-dark); font-weight: 700; border-top: 1px solid var(--line); margin-top: .3rem; }
.lang { position: relative; }
.lang__btn { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); color: #fff; font: inherit; font-weight: 700; padding: .4rem .7rem; border-radius: 8px; display: flex; align-items: center; gap: .5rem; cursor: pointer; }
.lang__list { list-style: none; margin: 0; padding: .4rem 0; position: absolute; right: 0; top: calc(100% + 6px); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); min-width: 190px; display: none; z-index: 60; }
.lang.is-open .lang__list { display: block; }
.lang__list a { display: flex; align-items: center; gap: .6rem; padding: .5rem 1rem; color: var(--ink); text-decoration: none; }
.lang__list a:hover { background: var(--bg-soft); }
.lang__code { font-weight: 700; font-size: .8rem; color: var(--teal); width: 2em; }
.lang__label { flex: 1; }
.flag { width: 21px; height: 14px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.15); flex: none; }
.lang__list .flag { margin-left: .8rem; }
.lang__list a[aria-current] { font-weight: 700; color: var(--teal); }

@media (max-width: 900px) {
  .topbar__inner { grid-template-columns: auto 1fr; }
  .topbar__tagline { display: none; }
  .topbar__contact { justify-content: flex-end; font-size: .9rem; }
  .topbar__contact span { display: none; }
  .topbar__contact svg { width: 26px; height: 26px; }
  .nav__toggle { display: flex; }
  .nav__list { display: none; flex-direction: column; position: absolute; left: 0; right: 0; top: 100%; background: var(--teal); max-height: calc(100vh - 56px); overflow-y: auto; box-shadow: var(--shadow); }
  .nav.is-open .nav__list { display: flex; }
  .nav__group { width: 100%; justify-content: space-between; padding: .9rem 1rem; border-top: 1px solid rgba(255,255,255,.12); }
  .nav__sub { position: static; border-radius: 0; box-shadow: none; min-width: 0; }
}

/* Hero */
.hero { position: relative; color: #fff; background: var(--teal-deep); overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13,59,71,.95) 20%, rgba(13,59,71,.55) 70%, rgba(13,59,71,.35)); }
.hero__inner { padding: clamp(3rem, 8vw, 6rem) 0; max-width: 680px; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: .5rem; }
.hero__lead { font-size: 1.2rem; color: #e4eef1; max-width: 56ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero__facts { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin: 1.6rem 0 0; padding: 0; list-style: none; color: #cfe1e7; font-size: .95rem; }
.hero__facts li::before { content: "✓ "; color: var(--accent); font-weight: 700; }

/* Sections */
.section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section--soft { background: var(--bg-soft); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 2rem; }
.section__head h2 span { color: var(--orange); }
.section__head p { color: var(--ink-soft); font-size: 1.1rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; }
.card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--teal); border-radius: var(--radius); padding: 1.5rem; display: flex; flex-direction: column; box-shadow: 0 2px 10px rgba(13,59,71,.05); }
.card:hover { border-top-color: var(--orange); }
.card__icon { width: 56px; height: 56px; margin-bottom: 1rem; }
.card h3 { text-transform: uppercase; font-size: 1.05rem; letter-spacing: .02em; }
.card ul { margin: 0 0 1rem; padding-left: 1.1em; color: var(--ink-soft); font-size: .95rem; }
.card ul li { margin: .2rem 0; }
.card details { font-size: .95rem; color: var(--ink-soft); }
.card summary { cursor: pointer; color: var(--orange-dark); font-weight: 600; list-style: none; }
.card summary::-webkit-details-marker { display: none; }
.card summary::after { content: " +"; }
.card details[open] summary::after { content: " −"; }
.card__foot { margin-top: auto; padding-top: 1rem; }

.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; }
.split > * { min-width: 0; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; gap: 1.5rem; } }
.quote { font-size: 1.1rem; }

.price-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.price-strip__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; text-align: center; }
.price-strip__amount { display: block; font-size: 2rem; font-weight: 800; color: var(--teal); }
.price-strip__note { color: var(--ink-soft); font-size: .9rem; }
.cta-band { background: linear-gradient(120deg, var(--teal-dark), var(--teal)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .btn--primary { margin-top: .5rem; }

/* Prose pages */
.page-head { background: var(--teal-deep); color: #fff; padding: clamp(2rem, 5vw, 3.5rem) 0; }
.page-head h1 { color: #fff; margin: 0 0 .3rem; }
.page-head p { color: #cfe1e7; margin: 0; max-width: 70ch; font-size: 1.1rem; }
.breadcrumb { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .9rem; color: #cfe1e7; }
.breadcrumb a { color: #fff; }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; }
.prose-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 3rem; align-items: start; }
@media (max-width: 960px) { .prose-layout { grid-template-columns: 1fr; } }
.prose { max-width: 75ch; overflow-wrap: anywhere; }
.prose-layout > * { min-width: 0; }
.prose a, .prose code { word-break: break-word; }
.prose h2 { margin-top: 2rem; padding-top: .5rem; }
.prose h3 { margin-top: 1.5rem; color: var(--teal); }
.prose img { border-radius: var(--radius); margin: 1.5rem 0; box-shadow: var(--shadow); }
.prose ul li { margin: .3rem 0; }
.prose .callout { background: var(--bg-soft); border-left: 4px solid var(--orange); padding: 1rem 1.2rem; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.5rem 0; }
.aside { position: sticky; top: 76px; display: grid; gap: 1.2rem; }
.aside__box { background: var(--bg-soft); border-radius: var(--radius); padding: 1.4rem; }
.aside__box h2 { font-size: 1.15rem; }
.aside__box .btn { width: 100%; text-align: center; margin-top: .6rem; }
.aside__box ul { padding-left: 1.1em; font-size: .95rem; margin: 0; }
.checklist { list-style: none; padding: 0; columns: 2; gap: 2rem; }
.checklist li { break-inside: avoid; overflow-wrap: anywhere; padding: .3rem 0 .3rem 1.6rem; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
@media (max-width: 640px) { .checklist { columns: 1; } }

/* Forms */
.form { display: grid; gap: 1.1rem; }
.form fieldset { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.4rem; margin: 0; display: grid; gap: 1rem; }
.form legend { font-weight: 700; color: var(--teal-deep); padding: 0 .4rem; }
.field { display: grid; gap: .35rem; min-width: 0; }
.field label { overflow-wrap: anywhere; }
.field label { font-weight: 600; font-size: .95rem; }
.field .req { color: var(--danger); font-size: .8rem; font-weight: 700; margin-left: .3rem; }
.field input, .field textarea, .field select { font: inherit; padding: .7rem .8rem; border: 1px solid #b9c6cd; border-radius: 8px; background: #fff; width: 100%; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(25,99,120,.25); border-color: var(--teal); }
.field textarea { min-height: 110px; resize: vertical; }
.field--row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.field--row label { font-weight: 400; display: block; min-width: 0; max-width: 100%; overflow-wrap: normal; }
.field--row label input { vertical-align: top; margin: .3em .4rem 0 0; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 640px) { .form__grid { grid-template-columns: 1fr; } }
.form__status { display: none; padding: .9rem 1.1rem; border-radius: 8px; font-weight: 600; }
.form__status.is-ok { display: block; background: #e6f4ea; color: var(--ok); }
.form__status.is-error { display: block; background: #fdecea; color: var(--danger); }
.form__terms { font-size: .9rem; color: var(--ink-soft); background: var(--bg-soft); padding: 1.2rem; border-radius: var(--radius); }
.form__terms h2 { font-size: 1.1rem; }
.hp { position: absolute; left: -9999px; }

/* Product */
.product-hero { background: #0f1115; color: #fff; }
.product-hero--doom { background: radial-gradient(ellipse at top, #3a0d0d, #0f1115 60%); }
.product-hero__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; padding: 2.5rem 0; align-items: start; }
.product-hero__inner > * { min-width: 0; }
@media (max-width: 900px) { .product-hero__inner { grid-template-columns: 1fr; } }
.product-hero h1 { color: #fff; font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.product-hero .short { color: #cfd5dc; font-size: 1.1rem; }
.gallery__main { border-radius: var(--radius); overflow: hidden; background: #000; }
.gallery__main video, .gallery__main img { width: 100%; }
.gallery__thumbs { display: flex; gap: .6rem; margin-top: .6rem; overflow-x: auto; }
.gallery__thumbs button { flex: none; width: 82px; padding: 0; border: 2px solid transparent; border-radius: 8px; background: #000; cursor: pointer; overflow: hidden; }
.gallery__thumbs button[aria-pressed="true"] { border-color: var(--orange); }
.buybox { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.buybox__price { font-size: 2.2rem; font-weight: 800; color: var(--teal-deep); }
.buybox__stock { display: inline-block; padding: .2rem .7rem; border-radius: 999px; font-size: .85rem; font-weight: 700; }
.buybox__stock--in_stock { background: #e6f4ea; color: var(--ok); }
.buybox__stock--limited { background: #fff3e0; color: #b35900; }
.buybox__stock--sold_out { background: #fdecea; color: var(--danger); }
.buybox .btn { width: 100%; text-align: center; margin-top: .6rem; }
.buybox__note { font-size: .85rem; color: var(--ink-soft); margin-top: .8rem; }
.specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: .8rem; margin: 0; }
.specs div { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: .9rem 1rem; }
.specs dt { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--orange-dark); font-weight: 700; }
.specs dd { margin: .2rem 0 0; }
.bank { background: var(--bg-soft); border-radius: var(--radius); padding: 1.2rem 1.4rem; }
.bank dl { display: grid; grid-template-columns: minmax(0, max-content) minmax(0, 1fr); gap: .3rem 1rem; margin: 0; }
.bank dt { font-weight: 700; }
.bank dd { margin: 0; font-family: ui-monospace, Menlo, Consolas, monospace; overflow-wrap: anywhere; }

/* Footer */
.site-footer { background: var(--teal-dark); color: #e4eef1; padding-top: 3rem; margin-top: 3rem; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 800px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__h { color: #fff; font-size: 1.15rem; margin-bottom: .8rem; }
.footer__links, .footer__contact { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.footer__links li, .footer__contact li { margin: .3rem 0; }
.footer__icon { display: inline-block; width: 18px; height: 18px; vertical-align: -3px; margin-right: .35em; color: var(--orange); }
.footer__phone a { white-space: nowrap; font-weight: 600; }
.footer__note { font-size: .9rem; opacity: .85; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--accent); }
.footer__remote { display: flex; gap: 1.5rem; align-items: center; border-top: 1px solid rgba(255,255,255,.15); margin-top: 2rem; padding: 1.5rem 0; }
.footer__badge { width: 120px; flex: none; background: #fff; border-radius: 8px; padding: .3rem; }
.footer__legal { border-top: 1px solid rgba(255,255,255,.15); padding: 1rem 0; font-size: .9rem; text-align: center; }
.footer__legal p { margin: 0; }

/* Custom PC builder */
.pcb { background: var(--teal-deep); color: #e4eef1; border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2.5rem); }
.pcb h2, .pcb h3 { color: #fff; }
.pcb__presets { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin: 1.2rem 0 1.8rem; }
.pcb-preset { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff; font: inherit; padding: .6rem 1rem; border-radius: 999px; cursor: pointer; }
.pcb-preset:hover, .pcb-preset.is-active { background: var(--orange); border-color: var(--orange); }
.pcb__layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.5rem; align-items: start; }
@media (max-width: 860px) { .pcb__layout { grid-template-columns: 1fr; } }
.pcb-table { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.pcb-row { display: grid; grid-template-columns: 130px 1fr 70px; gap: .8rem; align-items: center; padding: .7rem 1rem; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 560px) { .pcb-row { grid-template-columns: 1fr; gap: .3rem; } .pcb-price { text-align: left; } }
.pcb-cat { font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; color: #cfe1e7; }
.pcb-select { font: inherit; padding: .55rem .6rem; border-radius: 8px; border: 1px solid rgba(255,255,255,.25); background: #0b2a33; color: #fff; width: 100%; }
.pcb-price { text-align: right; font-family: ui-monospace, Menlo, Consolas, monospace; }
.pcb-summary { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 1.3rem; position: sticky; top: 76px; }
.pcb-summary h3 { color: var(--teal-deep); }
.pcb-compat { border-radius: 8px; padding: .7rem .9rem; font-size: .92rem; margin-bottom: 1rem; }
.pcb-compat.is-ok { background: #e6f4ea; color: var(--ok); }
.pcb-compat.is-warn { background: #fff3e0; color: #b35900; }
.pcb-compat ul { margin: .4rem 0 0; padding-left: 1.2em; }
.pcb-summary__row { display: flex; justify-content: space-between; padding: .4rem 0; border-bottom: 1px dashed var(--line); }
.pcb-summary__row.is-total { font-size: 1.3rem; font-weight: 800; border-bottom: 0; color: var(--teal-deep); }
.pcb-summary .btn { width: 100%; text-align: center; margin-top: .8rem; }
.pcb-summary .btn:disabled { opacity: .5; cursor: not-allowed; }
.pcb-note { font-size: .85rem; color: var(--ink-soft); margin-top: .8rem; }
.pcb-error { padding: 1.5rem; color: var(--accent); }
.pcb-form { margin-top: 1rem; display: grid; gap: .8rem; }
.pcb-form textarea { min-height: 150px; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .85rem; }

/* PC shop index */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.4rem; }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 10px rgba(13,59,71,.05); text-decoration: none; color: var(--ink); }
.product-card:hover { box-shadow: var(--shadow); }
.product-card__img { aspect-ratio: 4 / 3; background: #0f1115; display: grid; place-items: center; overflow: hidden; }
.product-card__img img { width: 100%; height: 100%; object-fit: contain; }
.product-card__body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.product-card h3 { margin: 0; font-size: 1.1rem; }
.product-card__short { color: var(--ink-soft); font-size: .93rem; flex: 1; }
.product-card__price { font-weight: 800; font-size: 1.3rem; color: var(--teal-deep); }
.product-card__cat { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--orange-dark); font-weight: 700; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 1.6rem; }
.filters a { padding: .45rem .9rem; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; color: var(--teal); font-weight: 600; font-size: .92rem; }
.filters a[aria-current] { background: var(--teal); color: #fff; border-color: var(--teal); }

/* Tables (price list) */
.price-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: .95rem; }
.price-table th, .price-table td { text-align: left; padding: .6rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { background: var(--bg-soft); color: var(--teal-deep); }
.price-table td:last-child, .price-table th:last-child { white-space: nowrap; font-weight: 700; }
@media (max-width: 640px) { .price-table { display: block; overflow-x: auto; max-width: 100%; } .price-table td:last-child, .price-table th:last-child { white-space: normal; } }
.onsite-block { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }

/* Unreviewed translation notice */
.notice { background: #fff3e0; color: #7a3d00; font-size: .92rem; text-align: center; padding: .5rem 1rem; }
.notice a { color: inherit; }
