:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #152238;
  background: #f5f7fa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f5f7fa;
}

.rcb-content {
  width: min(100%, 1464px);
  margin: 0 auto;
  background: #ffffff;
}

.rcb-banner,
.rcb-footer {
  display: flex;
  flex-direction: column;
}

.rcb-figure {
  margin: 0;
  overflow: hidden;
}

.rcb-picture {
  display: block;
}

.rcb-image {
  display: block;
  width: 100%;
  height: auto;
}

.rcb-wide-headline,
.rcb-wide-text,
.rcb-copy {
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
}

.rcb-wide-headline {
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(20px, 3vw, 36px);
}

.rcb-wide-text {
  padding-top: clamp(20px, 3vw, 36px);
  padding-bottom: clamp(32px, 5vw, 64px);
}

.rcb-headline {
  margin: 0;
  color: #10233f;
  font-size: clamp(24px, 4vw, 46px);
  line-height: 1.08;
}

.rcb-text {
  margin: 0;
  color: #44546a;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.rcb-modules {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #d9e0e8;
}

.rcb-module {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "image copy";
  align-items: stretch;
  min-width: 0;
  background: #ffffff;
}

.rcb-module-image-right {
  grid-template-areas: "copy image";
}

.rcb-module-image-top {
  grid-template-columns: 1fr;
  grid-template-areas:
    "image"
    "copy";
}

.rcb-module-image-top .rcb-image {
  max-height: 600px;
}

.rcb-module .rcb-figure {
  grid-area: image;
}

.rcb-module .rcb-image {
  height: 100%;
  object-fit: cover;
}

.rcb-module .rcb-copy {
  display: flex;
  grid-area: copy;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(28px, 5vw, 72px);
  padding-bottom: clamp(28px, 5vw, 72px);
}

.rcb-module .rcb-headline {
  margin-bottom: 16px;
  font-size: clamp(21px, 2.4vw, 32px);
}

.rcb-footer {
  background: #10233f;
  color: #ffffff;
}

.rcb-footer .rcb-headline,
.rcb-footer .rcb-text {
  color: #ffffff;
}

@media (max-width: 760px) {
  .rcb-content {
    width: min(100%, 600px);
  }

  .rcb-wide-headline,
  .rcb-wide-text,
  .rcb-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rcb-wide-headline {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .rcb-wide-text {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .rcb-module,
  .rcb-module-image-right,
  .rcb-module-image-left {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "image"
      "copy";
  }

  .rcb-module .rcb-image {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .rcb-module .rcb-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rcb-module .rcb-headline {
    font-size: clamp(18px, 5vw, 24px);
  }

  .rcb-module .rcb-text {
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.45;
  }
}

/* eBay-Verkäuferauftritt und profilbezogene Designvarianten */
.rcb-theme-alca {
  --rcb-brand: #2b257b;
  --rcb-brand-deep: #18256b;
  --rcb-accent: #e30613;
  --rcb-page-background: #dff1ff;
  --rcb-surface: #ffffff;
  --rcb-surface-soft: #eaf7ff;
  --rcb-text-strong: #10233f;
  --rcb-text-body: #44546a;
  --rcb-border: rgb(43 37 123 / 16%);
  --rcb-shadow: 0 24px 58px rgb(43 37 123 / 17%);
}

.rcb-theme-heyner {
  --rcb-brand: #e30613;
  --rcb-brand-deep: #b8000b;
  --rcb-accent: #ffffff;
  --rcb-page-background: #111111;
  --rcb-surface: #1f1f1f;
  --rcb-surface-soft: #2b2b2b;
  --rcb-text-strong: #ffffff;
  --rcb-text-body: #d6d6d6;
  --rcb-border: #3a3a3a;
  --rcb-shadow: 0 22px 52px rgb(0 0 0 / 42%);
}

body.rcb-theme-alca,
body.rcb-theme-heyner {
  color: var(--rcb-text-body);
  background: var(--rcb-page-background);
}

.rcb-page {
  position: relative;
  width: min(100%, 1464px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--rcb-page-background);
}

.rcb-ebay-seller-module {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  background: var(--rcb-surface);
}

.rcb-seller-header {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 4vw, 52px);
  background: var(--rcb-surface-soft);
  border-bottom: 1px solid var(--rcb-border);
}

.rcb-seller-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgb(0 0 0 / 14%);
}

.rcb-seller-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.rcb-seller-usp {
  display: flex;
  align-items: center;
  padding: 9px 14px;
  color: #ffffff;
  background: var(--rcb-brand);
  border: 1px solid var(--rcb-border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.rcb-seller-usp img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding: 4px;
  background: #ffffff;
  border-radius: 50%;
  object-fit: contain;
}

.rcb-trust-section {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  width: 100%;
  margin: 0;
  padding: 44px;
  color: var(--rcb-text-body);
  background: var(--rcb-surface);
  border: 1px solid var(--rcb-border);
  border-top: 6px solid var(--rcb-brand);
  border-radius: 0;
  box-shadow: var(--rcb-shadow);
}

.rcb-trust-section--intro-top {
  grid-template-columns: 1fr;
}

.rcb-trust-section--cards-only {
  grid-template-columns: 1fr;
}

.rcb-trust-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--rcb-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.rcb-trust-intro h2 {
  margin: 0 0 18px;
  color: var(--rcb-text-strong);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.08;
}

.rcb-trust-intro p {
  margin: 0 0 24px;
  color: var(--rcb-text-body);
  font-size: 17px;
  line-height: 1.6;
}

.rcb-trust-intro a {
  display: inline-flex;
  padding: 11px 18px;
  color: #ffffff;
  background: var(--rcb-brand);
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.rcb-trust-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rcb-trust-benefit {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 19px;
  background: var(--rcb-surface-soft);
  border: 1px solid var(--rcb-border);
  border-radius: 14px;
}

.rcb-trust-benefit img {
  display: block;
  object-fit: contain;
}

.rcb-benefit-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  padding: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.rcb-benefit-logo {
  width: 108px;
  height: auto;
  flex: 0 0 108px;
}

.rcb-trust-benefit strong,
.rcb-trust-benefit span {
  display: block;
}

.rcb-trust-benefit strong {
  color: var(--rcb-text-strong);
  font-size: 16px;
}

.rcb-trust-benefit span {
  margin-top: 3px;
  color: var(--rcb-text-body);
  font-size: 14px;
}

.rcb-theme-alca .rcb-content,
.rcb-theme-alca .rcb-module {
  background: var(--rcb-surface);
}

.rcb-theme-heyner .rcb-content,
.rcb-theme-heyner .rcb-module {
  background: var(--rcb-surface);
}

.rcb-theme-alca .rcb-headline,
.rcb-theme-heyner .rcb-headline {
  color: var(--rcb-text-strong);
}

.rcb-theme-alca .rcb-text,
.rcb-theme-heyner .rcb-text {
  color: var(--rcb-text-body);
}

.rcb-theme-alca .rcb-modules,
.rcb-theme-heyner .rcb-modules {
  background: var(--rcb-border);
}

.rcb-theme-alca .rcb-footer,
.rcb-theme-heyner .rcb-footer {
  color: #ffffff;
  background: var(--rcb-brand-deep);
}

.rcb-theme-alca .rcb-footer .rcb-headline,
.rcb-theme-alca .rcb-footer .rcb-text,
.rcb-theme-heyner .rcb-footer .rcb-headline,
.rcb-theme-heyner .rcb-footer .rcb-text {
  color: #ffffff;
}

.rcb-seller-footer {
  position: relative;
  z-index: 2;
  padding: 42px 20px;
  color: #ffffff;
  background: var(--rcb-brand);
  text-align: center;
}

.rcb-seller-footer p {
  margin: 0;
  font-weight: 800;
}

.rcb-style-winter {
  --rcb-page-background: #dff5ff;
}

.rcb-style-winter.rcb-theme-heyner {
  --rcb-page-background: #f4e9eb;
}

.rcb-style-winter .rcb-page {
  background:
    radial-gradient(circle at 12% 5%, rgb(255 255 255 / 95%) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 12%, rgb(255 255 255 / 75%) 0 3px, transparent 4px),
    linear-gradient(180deg, var(--rcb-page-background), var(--rcb-surface-soft));
  background-size: 130px 130px, 190px 190px, auto;
}

.rcb-snowfall {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 850px;
  overflow: hidden;
  pointer-events: none;
}

.rcb-snowfall span {
  position: absolute;
  top: -60px;
  color: rgb(255 255 255 / 78%);
  font-size: 24px;
  filter: drop-shadow(0 2px 3px rgb(43 37 123 / 20%));
  animation: rcb-snowfall 13s linear infinite, rcb-snow-sway 3.6s ease-in-out infinite alternate;
}

.rcb-theme-heyner .rcb-snowfall span {
  color: rgb(227 6 19 / 32%);
}

.rcb-snowfall span:nth-child(1) { left: 4%; animation-delay: -3s; animation-duration: 12s; }
.rcb-snowfall span:nth-child(2) { left: 12%; font-size: 15px; animation-delay: -9s; animation-duration: 15s; }
.rcb-snowfall span:nth-child(3) { left: 22%; font-size: 32px; animation-delay: -6s; animation-duration: 17s; }
.rcb-snowfall span:nth-child(4) { left: 33%; font-size: 18px; animation-delay: -12s; animation-duration: 14s; }
.rcb-snowfall span:nth-child(5) { left: 44%; font-size: 27px; animation-delay: -4s; animation-duration: 18s; }
.rcb-snowfall span:nth-child(6) { left: 53%; font-size: 17px; animation-delay: -1s; animation-duration: 13s; }
.rcb-snowfall span:nth-child(7) { left: 62%; font-size: 29px; animation-delay: -11s; animation-duration: 17s; }
.rcb-snowfall span:nth-child(8) { left: 70%; font-size: 19px; animation-delay: -7s; animation-duration: 14s; }
.rcb-snowfall span:nth-child(9) { left: 79%; font-size: 34px; animation-delay: -2s; animation-duration: 19s; }
.rcb-snowfall span:nth-child(10) { left: 86%; font-size: 16px; animation-delay: -10s; animation-duration: 13s; }
.rcb-snowfall span:nth-child(11) { left: 92%; font-size: 25px; animation-delay: -5s; animation-duration: 16s; }
.rcb-snowfall span:nth-child(12) { left: 97%; font-size: 19px; animation-delay: -8s; animation-duration: 15s; }

@keyframes rcb-snowfall {
  from { transform: translateY(-60px) rotate(0deg); }
  to { transform: translateY(900px) rotate(300deg); }
}

@keyframes rcb-snow-sway {
  from { margin-left: -16px; }
  to { margin-left: 18px; }
}

@media (hover: hover) and (pointer: fine) {
  .rcb-seller-usp,
  .rcb-trust-benefit,
  .rcb-trust-intro a {
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  }

  .rcb-seller-usp:hover,
  .rcb-trust-benefit:hover {
    transform: translateY(-3px);
  }

  .rcb-trust-intro a:hover {
    transform: translateY(-2px);
    background: var(--rcb-brand-deep);
  }
}

@media (max-width: 860px) {
  .rcb-seller-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .rcb-seller-usps {
    justify-content: flex-start;
  }

  .rcb-trust-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .rcb-seller-header {
    padding: 18px 16px;
  }

  .rcb-seller-usps {
    display: grid;
    width: 100%;
  }

  .rcb-seller-usp {
    white-space: normal;
  }

  .rcb-trust-section {
    gap: 28px;
    padding: 30px 24px;
  }

  .rcb-trust-benefits {
    grid-template-columns: 1fr;
  }

  .rcb-benefit-logo {
    width: 96px;
    flex-basis: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rcb-snowfall span {
    animation: none;
  }
}

/* Description markup, template generation 2026-09-10. */
.rc-description { white-space: normal; overflow-wrap: anywhere; }
.rc-description p { margin: 0 0 .75em; white-space: normal; }
.rc-description p:last-child { margin-bottom: 0; }
.rc-description ul, .rc-description ol { padding-left: 1.6em; margin: .6em 0; }
.rc-description ul { list-style: disc; }
.rc-description ol { list-style: decimal; }
.rc-description li { display: list-item; margin: .25em 0; }
.rc-description li p { margin: 0; }
.rc-description strong, .rc-description b { font-weight: 700; }
.rc-description em, .rc-description i { font-style: italic; }
.rc-description u { text-decoration: underline; }
.rc-description s, .rc-description del { text-decoration: line-through; }
.rc-description table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 1em 0; }
.rc-description th, .rc-description td { border: 1px solid #bac7d4; padding: .6em; vertical-align: top; }
.rc-description th { background: #eef3f8; }
.rc-description blockquote { margin: 1em 0; padding-left: 1em; border-left: 3px solid #aebdcc; }
.rc-description a { color: #165486; text-decoration: underline; }
.rc-description .rc-align-left { text-align: left; }
.rc-description .rc-align-center { text-align: center; }
.rc-description .rc-align-right { text-align: right; }
.rc-description .rc-align-justify { text-align: justify; }

/* Typisierte eBay-Katalogmodule, template generation 2026-09-15. */
.rcb-module-headingText { display: block; padding: clamp(24px, 5vw, 56px); }
.rcb-module-headingText .rcb-copy { max-width: 900px; }
.rcb-module-wideImage { display: block; }
.rcb-module-wideImage .rcb-headline, .rcb-module-wideImage .rcb-text { padding: 0 clamp(24px, 5vw, 56px); }
.rcb-module-wideImage .rcb-headline { margin: 0 0 18px; }
.rcb-module-wideImage .rcb-text { padding-top: 18px; }
.rcb-module-wideImage .rcb-image { width: 100%; max-height: 680px; object-fit: contain; }
.rcb-module-callout { display: block; padding: clamp(22px, 4vw, 42px); border-left: 6px solid var(--rcb-brand, #165486); background: #eef4f9; }
.rcb-module-callout h2 { margin: 0 0 12px; color: var(--rcb-brand-deep, #0c3d65); }
.rcb-module-callout.rcb-hide-empty:has(.rcb-dynamic-value:empty),
.rcb-module-callout.rcb-hide-empty:has(.rcb-dynamic-value > :only-child:empty) { display: none; }
.rcb-module-specificationTable { display: block; padding: clamp(24px, 5vw, 56px); }
.rcb-module-specificationTable .rcb-headline { margin-bottom: 20px; }
.rcb-specification-table { width: 100%; border-collapse: collapse; text-align: left; }
.rcb-specification-table th, .rcb-specification-table td { padding: 13px 16px; border-bottom: 1px solid #d8e0e8; vertical-align: top; }
.rcb-specification-table th { width: 42%; color: #31465c; background: #f5f8fb; font-weight: 750; }
.rcb-specification-table tr:nth-child(even) th, .rcb-specification-table tr:nth-child(even) td { background: #fafcfe; }
.rcb-specification-table tr.rcb-hide-empty:has(td.rcb-dynamic-value:empty) { display: none; }
.rcb-module-imageSpecificationTable .rcb-copy { padding: clamp(22px, 4vw, 46px); }
.rcb-theme-heyner .rcb-module-specificationTable,
.rcb-theme-heyner .rcb-module-imageSpecificationTable { color: #f7f7f7; background: #1f1f1f; }
.rcb-theme-heyner .rcb-specification-table { color: #f7f7f7; background: #1f1f1f; }
.rcb-theme-heyner .rcb-specification-table th,
.rcb-theme-heyner .rcb-specification-table td { border-color: #4c4c4c; }
.rcb-theme-heyner .rcb-specification-table th { color: #ffffff; background: #303030; }
.rcb-theme-heyner .rcb-specification-table td { color: #f3f3f3; background: #202020; }
.rcb-theme-heyner .rcb-specification-table tr:nth-child(even) th { background: #3b3b3b; }
.rcb-theme-heyner .rcb-specification-table tr:nth-child(even) td { background: #292929; }
.rcb-theme-heyner .rcb-module-callout { color: #241113; background: #fff7f7; border-left-color: #e30613; }
.rcb-theme-heyner .rcb-module-callout h2 { color: #8f0009; }
.rcb-theme-heyner .rcb-module-callout .rc-description { color: #241113; }
.rcb-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.rcb-module-featureGrid { display: block; padding: clamp(24px, 5vw, 56px); }
.rcb-module-featureGrid .rcb-headline { margin-bottom: 20px; }
.rcb-feature-grid article { padding: 20px; border: 1px solid #d6e0e9; border-radius: 8px; background: #fff; }
.rcb-feature-grid strong { display: block; margin-bottom: 8px; color: var(--rcb-brand-deep, #0c3d65); font-size: 17px; }
@media (max-width: 760px) {
  .rcb-feature-grid { grid-template-columns: 1fr; }
  .rcb-module-imageSpecificationTable .rcb-copy { padding: 20px; }
  .rcb-specification-table { table-layout: fixed; }
  .rcb-specification-table th, .rcb-specification-table td { padding: 11px 12px; overflow-wrap: anywhere; }
.rcb-specification-table th { width: 40%; }
}

/* eBay module refinement, template generation 2026-09-16.
   v5 keeps v4 immutable for existing published descriptions. */
.rcb-content {
  padding-top: clamp(28px, 4vw, 52px);
}

.rcb-modules {
  gap: clamp(18px, 2.5vw, 30px);
  padding: 0 clamp(16px, 2.5vw, 34px) clamp(28px, 4vw, 52px);
  background: var(--rcb-page-background);
}

.rcb-modules > .rcb-module,
.rcb-trust-section {
  overflow: hidden;
  border: 0;
  border-radius: 0 0 18px 18px;
  box-shadow:
    0 -4px 0 var(--rcb-brand),
    0 -16px 32px rgb(227 6 19 / 18%),
    var(--rcb-shadow);
}

.rcb-trust-section {
  margin-bottom: clamp(28px, 4vw, 52px);
}

.rcb-theme-heyner .rcb-modules {
  background: var(--rcb-page-background);
}

.rcb-specification-table {
  overflow: hidden;
  border: 1px solid var(--rcb-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
}

.rcb-specification-table th,
.rcb-specification-table td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--rcb-border);
}

.rcb-specification-table tr:last-child th,
.rcb-specification-table tr:last-child td {
  border-bottom: 0;
}

.rcb-specification-table th + td {
  border-left: 1px solid var(--rcb-border);
}

.rcb-theme-heyner .rcb-module-specificationTable,
.rcb-theme-heyner .rcb-module-imageSpecificationTable {
  background: #202020;
}

.rcb-theme-heyner .rcb-specification-table {
  border-color: #454545;
  background: #202020;
}

.rcb-theme-heyner .rcb-specification-table th,
.rcb-theme-heyner .rcb-specification-table td {
  border-color: #454545;
}

.rcb-theme-heyner .rcb-specification-table th {
  color: #ffffff;
  background: #1a1a1a;
}

.rcb-theme-heyner .rcb-specification-table td {
  color: #f3f3f3;
  background: #252525;
}

.rcb-theme-heyner .rcb-specification-table tr:nth-child(even) th {
  background: #1a1a1a;
}

.rcb-theme-heyner .rcb-specification-table tr:nth-child(even) td {
  background: #252525;
}

@media (max-width: 760px) {
  .rcb-content {
    padding-top: 24px;
  }

  .rcb-modules {
    gap: 20px;
    padding: 0 12px 30px;
  }

  .rcb-trust-section {
    margin-bottom: 24px;
  }

  .rcb-specification-table th,
  .rcb-specification-table td {
    padding: 10px 11px;
  }
}

/* eBay seller and headline spacing refinement, template generation 2026-09-16.
   v7 leaves the static seller area unframed and gives wide-image headings room. */
.rcb-trust-section {
  border-top: 0;
  border-radius: 0;
}

.rcb-module-wideImage .rcb-headline {
  padding-top: clamp(24px, 4vw, 46px);
}

@media (max-width: 760px) {
  .rcb-module-wideImage .rcb-headline {
    padding-top: 24px;
  }
}

/* eBay module alignment refinement, template generation 2026-09-16.
   v6 removes the outer glow and keeps every module at the content width. */
.rcb-content {
  padding-top: 0;
}

.rcb-modules {
  padding-right: 0;
  padding-left: 0;
}

.rcb-modules > .rcb-module,
.rcb-trust-section {
  border-top: 4px solid var(--rcb-brand);
  border-radius: 18px;
  box-shadow: none;
}

.rcb-trust-section {
  margin-bottom: clamp(28px, 4vw, 52px);
}

@media (max-width: 760px) {
  .rcb-content {
    padding-top: 0;
  }

  .rcb-modules {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Seller area override, template generation 2026-09-16.
   This selector intentionally wins over the reusable module-card styling. */
.rcb-page > .rcb-ebay-seller-module .rcb-trust-section {
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Content spacing and formula-empty rows, template generation 2026-09-16. */
.rcb-module-wideImage .rcb-text {
  padding-top: clamp(24px, 4vw, 46px);
  padding-bottom: clamp(24px, 4vw, 46px);
}

.rcb-module-wideImage .rcb-text > :first-child {
  margin-top: 0;
}

.rcb-module-wideImage .rcb-text > :last-child {
  margin-bottom: 0;
}

.rcb-specification-table tr.rcb-hide-empty:has(td.rcb-dynamic-value:empty),
.rcb-specification-table tr.rcb-hide-empty:has(td.rcb-dynamic-value > :only-child:empty) {
  display: none;
}

@media (max-width: 760px) {
  .rcb-module-wideImage .rcb-text {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.rcb-wide-headline:empty,
.rcb-wide-text:empty,
.rcb-wide-text:has(> :only-child:empty) {
  display: none;
}

.rcb-module-wideImage .rcb-headline:empty,
.rcb-module-wideImage .rcb-text:empty,
.rcb-module-wideImage .rcb-text:has(> :only-child:empty) {
  display: none;
}

/* v11: natural wide-image proportions and compact content spacing. */
.rcb-module-wideImage .rcb-image {
  height: auto;
  aspect-ratio: auto;
  max-height: none;
  object-fit: contain;
}
.rcb-page > .rcb-ebay-seller-module .rcb-trust-section { margin-bottom: 20px; }
.rcb-modules { gap: 16px; padding-bottom: 16px; }
.rcb-module .rcb-copy { padding: 24px; }
.rcb-module-headingText { padding: 24px; }
.rcb-module-headingText .rcb-copy { padding: 0; }
.rcb-module-specificationTable, .rcb-module-featureGrid { padding: 24px; }
.rcb-module-wideImage .rcb-headline { padding: 24px 24px 0; margin-bottom: 16px; }
.rcb-module-wideImage .rcb-text { padding: 20px 24px; }
.rcb-wide-headline { padding: 24px; }
.rcb-wide-text { padding: 20px 24px; }
@media (max-width: 760px) {
  .rcb-module .rcb-copy, .rcb-module-headingText,
  .rcb-module-specificationTable, .rcb-module-featureGrid { padding: 20px; }
  .rcb-module-headingText .rcb-copy { padding: 0; }
  .rcb-module-wideImage .rcb-headline { padding: 20px 20px 0; }
  .rcb-module-wideImage .rcb-text { padding: 16px 20px; }
}

/* Published eBay theme extension */
.rcb-theme-alca .rcb-modules, .rcb-theme-heyner .rcb-modules {
    background: var(--rcb-page-background) !important; 
}
