:root {
  --rg-border-radius: 8px;
  --rg-font-barlow: 'Barlow Condensed', sans-serif;
}

.rg-modell-abmessungen {
  background-color: var(--base-3);
  border-radius: var(--rg-border-radius);
  padding: 28px 24px 20px;
}

.rg-modell-abmessungen img {
  width: 100%;
  height: auto;
}

/* --- Spec grid (Fahrzeugdaten, Konditionen) --- */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
}
.spec-grid--single {
  grid-template-columns: 1fr;
  max-width: 720px;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--rg-neutral-grey);
  font-size: 15px;
}
.spec-row__k {
  color: var(--rg-text-muted);
}
.spec-row__v {
  font-weight: 600;
  color: var(--rg-primary-dark);
  text-align: right;
}
@media (max-width: 640px) {
  .spec-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Offer tags (Fahrzeug- & Ausstattungshighlights) --- */
.offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.offer-tags li {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--rg-primary-dark);
  background: var(--rg-neutral-grey);
  border-radius: 999px;
  padding: 7px 14px;
}

.rg-angebot-hero .lp-hero__eyebrow {
  display: inline-block;
  font-family: var(--rg-font-barlow);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rg-primary-dark);
  background: var(--rg-skoda-electric-green);
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.rg-angebot-hero .lp-hero__title {
  color: var(--base-3);
}
.rg-angebot-hero .lp-hero__introtext {
  font-size: 19px;
  color: var(--rg-white-muted);
  margin-bottom: 26px;
}
.offer-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 4px;
}
.offer-price__lbl {
  font-size: 14px;
  color: var(--rg-white-muted);
}
.offer-price__val {
  font-family: var(--rg-font-barlow);
  font-weight: 800;
  font-size: 40px;
  color: var(--rg-skoda-electric-green);
}
.offer-price__hint {
  font-size: 13px;
  color: var(--rg-white-muted);
  margin-bottom: 20px;
}
.offer-price__hint {
  font-size: 13px;
  color: var(--rg-white-muted);
  margin-bottom: 20px;
}
