:root {
  --bwsv2-maroon: #870012;
  --bwsv2-maroon-dark: #570008;
  --bwsv2-ink: #232b37;
  --bwsv2-muted: #586171;
  --bwsv2-line: #d9d0c5;
  --bwsv2-soft: #f7f5f2;
  --bwsv2-beige: #f1eadf;
  --bwsv2-white: #fff;
  --bwsv2-shadow: 0 8px 18px rgba(35, 31, 26, .075);
  --bwsv2-gap: 18px;
}

body.bwsv2-detail-template .site-content,
body.bwsv2-detail-template .ast-container,
body.bwsv2-detail-template .entry-content,
body.bwsv2-detail-template article,
body.bwsv2-detail-template .elementor-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bwsv2-page {
  background: #fff;
  color: var(--bwsv2-ink);
  font-family: inherit;
}

.bwsv2-wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: min(calc(100% - 40px), 1000px);
}

.bwsv2-stack {
  display: grid;
  gap: var(--bwsv2-gap);
}

.bwsv2-page a { color: var(--bwsv2-maroon); }

.bwsv2-kicker {
  color: var(--bwsv2-maroon);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.25;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.bwsv2-vdp { padding: 8px 0 58px; }

.bwsv2-title-card,
.bwsv2-summary-card,
.bwsv2-media-card,
.bwsv2-details-card,
.bwsv2-related-card {
  background: #fff;
  border: 2px solid #e2d9ce;
  box-shadow: var(--bwsv2-shadow);
}

.bwsv2-top-nav {
  line-height: 1;
  margin: 0 0 8px;
}

.bwsv2-title-card {
  padding: 20px 22px 20px;
}

.bwsv2-back-link {
  color: var(--bwsv2-maroon) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}

.bwsv2-back-link:hover,
.bwsv2-back-link:focus-visible { text-decoration: underline !important; }

.bwsv2-title-card__main {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bwsv2-title-card h1 {
  color: var(--bwsv2-ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .98;
  margin: 0;
}

.bwsv2-subtitle {
  color: var(--bwsv2-muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  margin: 8px 0 0;
}

.bwsv2-title-card__price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: end;
  text-align: right;
}

.bwsv2-price {
  color: var(--bwsv2-maroon);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.bwsv2-status-pill {
  background: var(--bwsv2-maroon-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 6px 9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bwsv2-primary-grid {
  align-items: stretch;
  display: grid;
  gap: var(--bwsv2-gap);
  grid-template-columns: minmax(295px, .74fr) minmax(0, 1.26fr);
}

.bwsv2-summary-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
}

.bwsv2-summary-card h2 {
  color: var(--bwsv2-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.08;
  margin: 0 0 15px;
}

.bwsv2-quick-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bwsv2-quick-spec {
  background: #faf9f7;
  border: 1px solid var(--bwsv2-line);
  margin: -1px 0 0 -1px;
  min-height: 72px;
  padding: 12px;
}

.bwsv2-quick-spec span {
  color: var(--bwsv2-muted);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bwsv2-quick-spec strong {
  color: var(--bwsv2-ink);
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.bwsv2-carfax-inline {
  align-items: center;
  border: 1px solid var(--bwsv2-line);
  color: var(--bwsv2-ink) !important;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  line-height: 1.2;
  margin-top: 15px;
  padding: 9px 10px;
  text-decoration: none !important;
  width: fit-content;
}

.bwsv2-carfax-inline:hover,
.bwsv2-carfax-inline:focus-visible {
  border-color: var(--bwsv2-maroon);
  outline: none;
}

.bwsv2-carfax-mark {
  align-items: center;
  display: inline-flex;
  gap: 1px;
  line-height: 1;
  white-space: nowrap;
}

.bwsv2-carfax-mark span {
  background: #eef2f5;
  border: 1px solid #27323d;
  color: #26313c;
  display: inline-flex;
  font-size: 8px;
  font-weight: 900;
  height: 13px;
  justify-content: center;
  line-height: 1;
  padding-top: 1px;
  width: 13px;
}

.bwsv2-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.bwsv2-btn {
  align-items: center;
  border: 2px solid var(--bwsv2-maroon);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .45s ease, border-color .45s ease, color .45s ease, transform .45s ease;
}

.bwsv2-btn:hover,
.bwsv2-btn:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.bwsv2-btn--primary { background: var(--bwsv2-maroon); color: #fff !important; }
.bwsv2-btn--primary:hover,
.bwsv2-btn--primary:focus-visible { background: var(--bwsv2-maroon-dark); border-color: var(--bwsv2-maroon-dark); }

.bwsv2-btn--outline,
.bwsv2-btn--ghost { background: #fff; color: var(--bwsv2-maroon) !important; }
.bwsv2-btn--outline:hover,
.bwsv2-btn--outline:focus-visible,
.bwsv2-btn--ghost:hover,
.bwsv2-btn--ghost:focus-visible { background: var(--bwsv2-soft); }

.bwsv2-mini-note {
  background: #f2eadf;
  border: 1px solid #dccfc0;
  color: var(--bwsv2-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  margin-top: 10px;
  padding: 12px;
}

.bwsv2-mini-note strong { color: var(--bwsv2-ink); }

.bwsv2-media-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  padding: 12px;
}

.bwsv2-media-stage {
  align-items: center;
  background: #f3f0eb;
  border: 1px solid var(--bwsv2-line);
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 382px;
  overflow: hidden;
  position: relative;
}

.bwsv2-main-image,
.bwsv2-media-empty {
  display: block;
  height: 100%;
  min-height: 382px;
  object-fit: contain;
  width: 100%;
}

.bwsv2-media-empty {
  align-items: center;
  color: var(--bwsv2-muted);
  display: flex;
  font-weight: 900;
  justify-content: center;
}

.bwsv2-main-video {
  background: #101010;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.bwsv2-main-video iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.bwsv2-gallery-arrow {
  align-items: center;
  background: rgba(0, 0, 0, .62);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 34px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .45s ease, transform .45s ease;
  width: 34px;
  z-index: 5;
}

.bwsv2-gallery-arrow--prev { left: 10px; }
.bwsv2-gallery-arrow--next { right: 10px; }

.bwsv2-gallery-arrow:hover,
.bwsv2-gallery-arrow:focus-visible {
  background: rgba(0, 0, 0, .82);
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.bwsv2-media-toolbar {
  align-items: center;
  color: var(--bwsv2-muted);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0 8px;
}

.bwsv2-media-toolbar div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.bwsv2-media-toolbar button {
  background: transparent;
  border: 0;
  color: var(--bwsv2-maroon);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 0;
  text-decoration: underline;
}

.bwsv2-media-strip {
  display: grid;
  gap: 8px;
  grid-auto-columns: 82px;
  grid-auto-flow: column;
  grid-template-rows: 62px;
  margin-top: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 5px;
  scrollbar-width: thin;
}

.bwsv2-thumb {
  background: #fff;
  border: 2px solid #e2d9ce;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color .45s ease, transform .45s ease;
  width: 100%;
}

.bwsv2-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bwsv2-thumb.is-active,
.bwsv2-thumb:hover,
.bwsv2-thumb:focus-visible {
  border-color: var(--bwsv2-maroon);
  outline: none;
  transform: translateY(-1px);
}

.bwsv2-thumb--video::before {
  background: rgba(135, 0, 18, .94);
  border-radius: 999px;
  color: #fff;
  content: '▶';
  display: grid;
  font-size: 18px;
  height: 34px;
  left: 50%;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  z-index: 2;
}

.bwsv2-thumb--video span {
  background: rgba(0,0,0,.75);
  bottom: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  left: 0;
  padding: 3px 4px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.bwsv2-details-card { padding: 20px 24px 24px; }

.bwsv2-details-header {
  border-bottom: 1px solid var(--bwsv2-line);
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.bwsv2-details-header h2 {
  color: var(--bwsv2-ink);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin: 0;
}

.bwsv2-details-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.bwsv2-notes-block h3,
.bwsv2-specs-block h3,
.bwsv2-features-block h3 {
  color: var(--bwsv2-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

.bwsv2-notes-block p {
  color: #404958;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}

.bwsv2-spec-groups {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.bwsv2-spec-group h4 {
  color: var(--bwsv2-maroon);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.bwsv2-spec-group dl { margin: 0; }

.bwsv2-spec-group dl div {
  align-items: center;
  border-bottom: 1px solid #e9e2da;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 34px;
  padding: 7px 0;
}

.bwsv2-spec-group dl div:first-child { border-top: 1px solid #e9e2da; }

.bwsv2-spec-group dt,
.bwsv2-spec-group dd {
  color: var(--bwsv2-ink);
  font-size: 13px;
  margin: 0;
}

.bwsv2-spec-group dt {
  align-items: center;
  color: #4a5361;
  display: flex;
  font-weight: 850;
  gap: 8px;
}

.bwsv2-spec-group dd {
  font-weight: 900;
  text-align: right;
}

.bwsv2-row-icon {
  color: var(--bwsv2-maroon);
  flex: 0 0 auto;
}

.bwsv2-features-block {
  border-top: 1px solid var(--bwsv2-line);
  margin-top: 24px;
  padding-top: 20px;
}

.bwsv2-features-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bwsv2-features-block li {
  background: #fff;
  border: 1px solid var(--bwsv2-line);
  color: var(--bwsv2-ink);
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.bwsv2-cta-band { padding: 0; }

.bwsv2-cta-band__inner {
  align-items: center;
  background: var(--bwsv2-maroon);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto;
  padding: 28px;
}

.bwsv2-cta-band .bwsv2-kicker { color: rgba(255,255,255,.82); }
.bwsv2-cta-band h2 { color: #fff; font-size: 28px; font-weight: 900; line-height: 1.05; margin: 0; }
.bwsv2-cta-band p { color: rgba(255,255,255,.9); font-weight: 650; line-height: 1.5; margin: 8px 0 0; }

.bwsv2-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bwsv2-btn--light { background: #fff; border-color: #fff; color: var(--bwsv2-maroon) !important; }
.bwsv2-btn--light-outline { background: transparent; border-color: #fff; color: #fff !important; }
.bwsv2-btn--light-outline:hover,
.bwsv2-btn--light-outline:focus-visible { background: rgba(255,255,255,.12); }

.bwsv2-related { padding: 0; }
.bwsv2-related h2 {
  color: var(--bwsv2-ink);
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 16px;
}

.bwsv2-related__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.bwsv2-related-card {
  color: var(--bwsv2-ink) !important;
  display: block;
  padding: 0 0 14px;
  text-decoration: none !important;
}

.bwsv2-related-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.bwsv2-related-card span,
.bwsv2-related-card strong {
  display: block;
  margin-left: 14px;
  margin-right: 14px;
}

.bwsv2-related-card__title {
  color: var(--bwsv2-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 14px;
}

.bwsv2-related-card span:not(.bwsv2-related-card__title) {
  color: var(--bwsv2-muted);
  font-size: 13px;
  font-weight: 650;
  margin-top: 5px;
}

.bwsv2-related-card strong {
  color: var(--bwsv2-maroon);
  font-size: 15px;
  font-weight: 900;
  margin-top: 12px;
}

.bwsv2-view-all {
  align-items: center;
  border: 2px solid var(--bwsv2-maroon);
  color: var(--bwsv2-maroon) !important;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  margin-top: 28px;
  min-height: 44px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.bwsv2-lightbox[hidden] { display: none !important; }
html.bwsv2-modal-open { overflow: hidden; }

.bwsv2-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 99999;
}

.bwsv2-lightbox__backdrop {
  background: rgba(0,0,0,.78);
  inset: 0;
  position: absolute;
}

.bwsv2-lightbox__panel {
  background: #fff;
  max-height: min(92vh, 900px);
  max-width: 1100px;
  overflow: auto;
  padding: 14px;
  position: relative;
  width: min(calc(100% - 28px), 1100px);
  z-index: 2;
}

.bwsv2-lightbox__close {
  background: var(--bwsv2-maroon);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  font-weight: 900;
  height: 42px;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 5;
}

.bwsv2-lightbox__stage {
  align-items: center;
  background: #111;
  display: flex;
  justify-content: center;
  min-height: 62vh;
  overflow: hidden;
  position: relative;
}

.bwsv2-lightbox__stage img {
  display: block;
  max-height: 74vh;
  max-width: 100%;
  object-fit: contain;
}

.bwsv2-lightbox__meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 2px;
}

.bwsv2-lightbox__meta span { color: var(--bwsv2-muted); font-weight: 800; }

.bwsv2-lightbox__thumbs {
  display: grid;
  gap: 8px;
  grid-auto-columns: 84px;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 64px);
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
}

.bwsv2-empty { padding: 70px 0; }
.bwsv2-empty .bwsv2-wrap { border: 2px solid #e3ded7; padding: 36px; }

@media (max-width: 980px) {
  .bwsv2-title-card__main,
  .bwsv2-primary-grid,
  .bwsv2-details-grid,
  .bwsv2-cta-band__inner { grid-template-columns: 1fr; }
  .bwsv2-title-card__price { align-items: flex-start; text-align: left; }
  .bwsv2-media-card { order: 1; }
  .bwsv2-summary-card { order: 2; }
  .bwsv2-related__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --bwsv2-gap: 16px; }
  .bwsv2-wrap { width: min(calc(100% - 32px), 1000px); }
  .bwsv2-vdp { padding: 10px 0 46px; }
  .bwsv2-title-card { padding: 17px 18px 19px; }
  .bwsv2-title-card h1 { font-size: 34px; }
  .bwsv2-summary-card,
  .bwsv2-details-card { padding: 20px; }
  .bwsv2-summary-card h2 { font-size: 22px; }
  .bwsv2-quick-specs { grid-template-columns: 1fr 1fr; }
  .bwsv2-media-card { padding: 10px; }
  .bwsv2-media-stage { min-height: 270px; }
  .bwsv2-main-image,
  .bwsv2-media-empty { min-height: 270px; }
  .bwsv2-media-toolbar { align-items: flex-start; flex-direction: column; gap: 6px; }
  .bwsv2-media-toolbar div { justify-content: flex-start; }
  .bwsv2-media-strip {
    grid-auto-columns: 72px;
    grid-template-rows: 54px;
  }
  .bwsv2-gallery-arrow { font-size: 31px; height: 38px; width: 30px; }
  .bwsv2-details-header { margin-bottom: 18px; }
  .bwsv2-spec-groups { grid-template-columns: 1fr; }
  .bwsv2-spec-group dl div { grid-template-columns: minmax(0, 1fr) auto; }
  .bwsv2-cta-band__inner { padding: 24px 22px; }
  .bwsv2-cta-band__actions { align-items: stretch; flex-direction: column; }
  .bwsv2-lightbox { padding: 10px; }
  .bwsv2-lightbox__panel { width: min(calc(100% - 12px), 1100px); }
  .bwsv2-lightbox__stage { min-height: 44vh; }
  .bwsv2-lightbox__stage img { max-height: 60vh; }
  .bwsv2-lightbox__thumbs {
    grid-auto-columns: 72px;
    grid-template-rows: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bwsv2-page *, .bwsv2-page *::before, .bwsv2-page *::after {
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Shared V2 footer cleanup and map protection. */
body.bw2-v2-prototype-page .bw2-v2-footer-off,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-element-40e04e8,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-element-30a853,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-social-icons,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-social-icons-wrapper,
body.bw2-v2-prototype-page #colophon .elementor-element-40e04e8,
body.bw2-v2-prototype-page #colophon .elementor-element-30a853,
body.bw2-v2-prototype-page #colophon .elementor-widget-social-icons,
body.bw2-v2-prototype-page #colophon .elementor-social-icons-wrapper,
body.bw2-v2-prototype-page #ast-scroll-top,
body.bw2-v2-prototype-page .ast-scroll-to-top-right,
body.bw2-v2-prototype-page .ast-scroll-to-top-left,
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-footer-mobile-inline-row,
body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-legal-row,
body.bw2-v2-prototype-page #colophon .bw2-footer-mobile-inline-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-legal-row {
  display: none !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-row,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-row {
  background: #fff !important;
  border-top: 1px solid #eee !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
  align-items: center !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
  min-height: 58px !important;
  padding: 16px 20px !important;
  width: min(calc(100% - 40px), 1000px) !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-copyright,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-copyright {
  color: #2f3746 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
  align-items: center !important;
  background: #3f5f9d !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  height: 28px !important;
  justify-content: center !important;
  text-decoration: none !important;
  width: 28px !important;
}

body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social svg,
body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social svg { height: 14px !important; width: 14px !important; }

body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-google_maps,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-google_maps .elementor-widget-container,
body.bw2-v2-prototype-page footer.elementor-location-footer .elementor-widget-google_maps iframe,
body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page footer.elementor-location-footer iframe[src*="maps.google"],
body.bw2-v2-prototype-page #colophon .elementor-widget-google_maps,
body.bw2-v2-prototype-page #colophon .elementor-widget-google_maps .elementor-widget-container,
body.bw2-v2-prototype-page #colophon .elementor-widget-google_maps iframe,
body.bw2-v2-prototype-page #colophon iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page #colophon iframe[src*="maps.google"],
body.bw2-v2-prototype-page footer .elementor-widget-google_maps,
body.bw2-v2-prototype-page footer .elementor-widget-google_maps .elementor-widget-container,
body.bw2-v2-prototype-page footer .elementor-widget-google_maps iframe,
body.bw2-v2-prototype-page footer iframe[src*="google.com/maps"],
body.bw2-v2-prototype-page footer iframe[src*="maps.google"] {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  max-width: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
}

@media (max-width: 767px) {
  body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-inner,
  body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-inner,
  body.bw2-v2-prototype-page footer .bw2-v2-footer-final-inner {
    gap: 12px !important;
    min-height: 64px !important;
    padding: 16px 22px 20px !important;
    width: 100% !important;
  }
  body.bw2-v2-prototype-page footer.elementor-location-footer .bw2-v2-footer-final-social,
  body.bw2-v2-prototype-page #colophon .bw2-v2-footer-final-social,
  body.bw2-v2-prototype-page footer .bw2-v2-footer-final-social {
    height: 27px !important;
    width: 27px !important;
  }
}

/* V61 vehicle detail polish */
.bwsv2-details-card { background: #fff; }
@media (max-width: 720px) { .bwsv2-top-nav { margin-bottom: 7px; } }

/* V62: normalize top card/detail section padding with At a Glance card */
.bwsv2-title-card,
.bwsv2-summary-card,
.bwsv2-details-card {
  padding: 20px !important;
}

.bwsv2-details-header {
  margin-bottom: 20px;
  padding-bottom: 14px;
}

/* V64: card-header spacing normalization + home-style gallery arrows. */
body.bwsv2-detail-template .bwsv2-vdp {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}

body.bwsv2-detail-template .bwsv2-top-nav {
  margin: 0 0 8px !important;
  padding-left: 24px !important;
}

body.bwsv2-detail-template .bwsv2-title-card,
body.bwsv2-detail-template .bwsv2-summary-card,
body.bwsv2-detail-template .bwsv2-details-card {
  box-sizing: border-box !important;
  padding: 24px !important;
}

body.bwsv2-detail-template .bwsv2-title-card__main,
body.bwsv2-detail-template .bwsv2-title-card__copy,
body.bwsv2-detail-template .bwsv2-details-header > div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.bwsv2-detail-template .bwsv2-title-card .bwsv2-kicker,
body.bwsv2-detail-template .bwsv2-summary-card > .bwsv2-kicker,
body.bwsv2-detail-template .bwsv2-details-header .bwsv2-kicker {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  transform: none !important;
}

body.bwsv2-detail-template .bwsv2-summary-card h2,
body.bwsv2-detail-template .bwsv2-details-header h2,
body.bwsv2-detail-template .bwsv2-title-card h1 {
  margin-top: 0 !important;
}

body.bwsv2-detail-template .bwsv2-details-header {
  border-bottom: 1px solid var(--bwsv2-line) !important;
  margin: 0 0 22px !important;
  padding: 0 0 16px !important;
}

body.bwsv2-detail-template .bwsv2-view-all {
  margin-bottom: 0 !important;
}

body.bwsv2-detail-template footer.elementor-location-footer .elementor-widget-google_maps iframe,
body.bwsv2-detail-template footer.elementor-location-footer iframe[src*="google.com/maps"],
body.bwsv2-detail-template footer.elementor-location-footer iframe[src*="maps.google"],
body.bwsv2-detail-template #colophon .elementor-widget-google_maps iframe,
body.bwsv2-detail-template #colophon iframe[src*="google.com/maps"],
body.bwsv2-detail-template #colophon iframe[src*="maps.google"],
body.bwsv2-detail-template footer .elementor-widget-google_maps iframe,
body.bwsv2-detail-template footer iframe[src*="google.com/maps"],
body.bwsv2-detail-template footer iframe[src*="maps.google"] {
  height: 360px !important;
  min-height: 360px !important;
}

body.bwsv2-detail-template .bwsv2-gallery-arrow,
body.bwsv2-detail-template .bwsv2-gallery-arrow:hover,
body.bwsv2-detail-template .bwsv2-gallery-arrow:focus,
body.bwsv2-detail-template .bwsv2-gallery-arrow:active {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  cursor: pointer !important;
  display: inline-grid !important;
  font-size: 0 !important;
  height: 52px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 52px !important;
  min-width: 46px !important;
  padding: 0 !important;
  place-items: center !important;
  position: absolute !important;
  text-decoration: none !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: transform .45s ease, filter .45s ease !important;
  width: 46px !important;
  z-index: 6 !important;
}

body.bwsv2-detail-template .bwsv2-gallery-arrow--prev { left: 12px !important; }
body.bwsv2-detail-template .bwsv2-gallery-arrow--next { right: 12px !important; }

body.bwsv2-detail-template .bwsv2-arrow-svg,
body.bwsv2-detail-template .bwsv2-arrow-svg svg {
  display: block !important;
  height: 46px !important;
  overflow: visible !important;
  width: 46px !important;
}

body.bwsv2-detail-template .bwsv2-arrow-outline,
body.bwsv2-detail-template .bwsv2-arrow-face {
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transition: stroke .45s ease, stroke-width .45s ease, transform .45s ease !important;
  vector-effect: non-scaling-stroke;
}

body.bwsv2-detail-template .bwsv2-arrow-outline {
  stroke: rgba(18, 24, 30, .9) !important;
  stroke-width: 8.5 !important;
}

body.bwsv2-detail-template .bwsv2-arrow-face {
  stroke: #fff !important;
  stroke-width: 3.15 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.bwsv2-detail-template .bwsv2-gallery-arrow:hover,
  body.bwsv2-detail-template .bwsv2-gallery-arrow:focus {
    filter: drop-shadow(0 4px 7px rgba(0,0,0,.22)) !important;
    transform: translateY(calc(-50% - 2px)) scale(1.045) !important;
  }

  body.bwsv2-detail-template .bwsv2-gallery-arrow:hover .bwsv2-arrow-outline,
  body.bwsv2-detail-template .bwsv2-gallery-arrow:focus .bwsv2-arrow-outline {
    stroke: rgba(8, 12, 16, .96) !important;
    stroke-width: 9.75 !important;
  }

  body.bwsv2-detail-template .bwsv2-gallery-arrow:hover .bwsv2-arrow-face,
  body.bwsv2-detail-template .bwsv2-gallery-arrow:focus .bwsv2-arrow-face {
    stroke: #fff !important;
    stroke-width: 3.55 !important;
  }
}

body.bwsv2-detail-template .bwsv2-gallery-arrow:focus-visible {
  outline: 3px solid rgba(135, 0, 18, .35) !important;
  outline-offset: 3px !important;
}

@media (max-width: 720px) {
  body.bwsv2-detail-template .bwsv2-vdp { padding-bottom: 24px !important; }
  body.bwsv2-detail-template .bwsv2-top-nav { padding-left: 18px !important; }
  body.bwsv2-detail-template .bwsv2-title-card,
  body.bwsv2-detail-template .bwsv2-summary-card,
  body.bwsv2-detail-template .bwsv2-details-card {
    padding: 20px !important;
  }
  body.bwsv2-detail-template .bwsv2-gallery-arrow,
  body.bwsv2-detail-template .bwsv2-gallery-arrow:hover,
  body.bwsv2-detail-template .bwsv2-gallery-arrow:focus,
  body.bwsv2-detail-template .bwsv2-gallery-arrow:active {
    height: 46px !important;
    min-height: 46px !important;
    min-width: 42px !important;
    width: 42px !important;
  }
  body.bwsv2-detail-template .bwsv2-gallery-arrow--prev { left: 4px !important; }
  body.bwsv2-detail-template .bwsv2-gallery-arrow--next { right: 4px !important; }
  body.bwsv2-detail-template .bwsv2-arrow-svg,
  body.bwsv2-detail-template .bwsv2-arrow-svg svg {
    height: 42px !important;
    width: 42px !important;
  }
  body.bwsv2-detail-template .bwsv2-arrow-outline { stroke-width: 7.6 !important; }
  body.bwsv2-detail-template .bwsv2-arrow-face { stroke-width: 2.95 !important; }
  body.bwsv2-detail-template footer.elementor-location-footer .elementor-widget-google_maps iframe,
  body.bwsv2-detail-template footer.elementor-location-footer iframe[src*="google.com/maps"],
  body.bwsv2-detail-template footer.elementor-location-footer iframe[src*="maps.google"],
  body.bwsv2-detail-template #colophon .elementor-widget-google_maps iframe,
  body.bwsv2-detail-template #colophon iframe[src*="google.com/maps"],
  body.bwsv2-detail-template #colophon iframe[src*="maps.google"],
  body.bwsv2-detail-template footer .elementor-widget-google_maps iframe,
  body.bwsv2-detail-template footer iframe[src*="google.com/maps"],
  body.bwsv2-detail-template footer iframe[src*="maps.google"] {
    height: 320px !important;
    min-height: 320px !important;
  }
}

/* V65: final VDP spacing, back-link motion, CARFAX action rhythm, and bottom map spacing. */
body.bwsv2-detail-template main.bwsv2-page {
  margin-top: -20px !important;
}

body.bwsv2-detail-template .bwsv2-vdp {
  padding-bottom: 18px !important;
}

body.bwsv2-detail-template .bwsv2-top-nav {
  padding-left: 10px !important;
  margin-bottom: 9px !important;
}

body.bwsv2-detail-template .bwsv2-back-link {
  align-items: center !important;
  display: inline-flex !important;
  gap: 4px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transform-origin: left center !important;
  transition: transform .52s ease, color .52s ease !important;
}

body.bwsv2-detail-template .bwsv2-back-arrow,
body.bwsv2-detail-template .bwsv2-back-text {
  display: inline-block !important;
  transform-origin: left center !important;
  transition: transform .52s ease, color .52s ease, letter-spacing .52s ease !important;
}

body.bwsv2-detail-template .bwsv2-back-arrow {
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  width: 10px !important;
}

body.bwsv2-detail-template .bwsv2-back-link:hover,
body.bwsv2-detail-template .bwsv2-back-link:focus-visible {
  color: var(--bwsv2-maroon-dark) !important;
  text-decoration: none !important;
}

body.bwsv2-detail-template .bwsv2-back-link:hover .bwsv2-back-arrow,
body.bwsv2-detail-template .bwsv2-back-link:focus-visible .bwsv2-back-arrow {
  transform: translateX(-5px) !important;
}

body.bwsv2-detail-template .bwsv2-back-link:hover .bwsv2-back-text,
body.bwsv2-detail-template .bwsv2-back-link:focus-visible .bwsv2-back-text {
  letter-spacing: .01em !important;
  transform: translateY(1px) scale(1.035) !important;
}

body.bwsv2-detail-template .bwsv2-carfax-inline {
  border: 2px solid var(--bwsv2-line) !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  width: 100% !important;
}

body.bwsv2-detail-template .bwsv2-carfax-inline:hover,
body.bwsv2-detail-template .bwsv2-carfax-inline:focus-visible {
  background: var(--bwsv2-soft) !important;
  border-color: var(--bwsv2-maroon) !important;
}

body.bwsv2-detail-template .bwsv2-view-all {
  margin-top: 20px !important;
}

body.bwsv2-detail-template .bwsv2-related {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 720px) {
  body.bwsv2-detail-template main.bwsv2-page {
    margin-top: 0 !important;
  }

  body.bwsv2-detail-template .bwsv2-top-nav {
    padding-left: 8px !important;
  }
}

/* V66: restore visible back link while keeping the tight top rhythm, and remove extra pre-map gap. */
body.bwsv2-detail-template main.bwsv2-page {
  margin-top: 0 !important;
}

body.bwsv2-detail-template .bwsv2-vdp {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}

body.bwsv2-detail-template .bwsv2-stack {
  gap: 14px !important;
}

body.bwsv2-detail-template .bwsv2-top-nav {
  display: block !important;
  margin: 0 !important;
  padding-left: 12px !important;
  position: relative !important;
  z-index: 3 !important;
}

body.bwsv2-detail-template .bwsv2-back-link {
  opacity: 1 !important;
  visibility: visible !important;
}

body.bwsv2-detail-template .bwsv2-related,
body.bwsv2-detail-template .bwsv2-related + *,
body.bwsv2-detail-template .bwsv2-view-all {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.bwsv2-detail-template footer.elementor-location-footer,
body.bwsv2-detail-template #colophon,
body.bwsv2-detail-template footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.bwsv2-detail-template footer.elementor-location-footer > *,
body.bwsv2-detail-template #colophon > * {
  margin-top: 0 !important;
}

body.bwsv2-detail-template footer.elementor-location-footer .elementor-widget-google_maps,
body.bwsv2-detail-template #colophon .elementor-widget-google_maps,
body.bwsv2-detail-template footer .elementor-widget-google_maps {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 720px) {
  body.bwsv2-detail-template .bwsv2-vdp {
    padding-top: 10px !important;
  }

  body.bwsv2-detail-template .bwsv2-top-nav {
    padding-left: 10px !important;
  }
}

/* V67: mobile VDP rhythm polish.
   Tighten the CTA band, keep related cards easier to scan on phones,
   and add a small intentional breath before the footer map instead of
   letting the final inventory button crash into the map. */
@media (max-width: 720px) {
  body.bwsv2-detail-template .bwsv2-cta-band__inner {
    padding-bottom: 20px !important;
  }

  body.bwsv2-detail-template .bwsv2-cta-band__actions {
    gap: 10px !important;
  }

  body.bwsv2-detail-template .bwsv2-related {
    padding-bottom: 18px !important;
  }

  body.bwsv2-detail-template .bwsv2-related-card img {
    aspect-ratio: 16 / 10 !important;
  }

  body.bwsv2-detail-template .bwsv2-related h2 {
    font-size: 30px !important;
    line-height: 1.05 !important;
  }

  body.bwsv2-detail-template .bwsv2-view-all {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
  }

  body.bwsv2-detail-template footer.elementor-location-footer,
  body.bwsv2-detail-template #colophon,
  body.bwsv2-detail-template footer {
    margin-top: 0 !important;
  }
}



/* V79 sitewide V2 polish: brand-hover and shared rhythm helpers.
   Scope stays on V2 prototype pages so the live site templates are untouched. */
body.bw2-v2-prototype-page .main-header-menu .menu-link:hover,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:hover,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current-menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current_page_item > .menu-link,
body.bw2-v2-prototype-page .site-header a:hover,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  color: #870012 !important;
}
body.bw2-v2-prototype-page .main-header-menu .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link,
body.bw2-v2-prototype-page .site-header a {
  transition: color .28s ease, opacity .28s ease !important;
}
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus-visible,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  outline: 2px solid #870012 !important;
  outline-offset: 3px !important;
}


/* V79 vehicle pages: Contact-style page entry + balanced footer map rhythm. */
body.bwsv2-detail-template .bwsv2-wrap {
  max-width: var(--bwsv2-page-width, 1000px) !important;
  width: min(calc(100% - 40px), var(--bwsv2-page-width, 1000px)) !important;
}
body.bwsv2-detail-template .bwsv2-vdp {
  padding-top: 42px !important;
  padding-bottom: 56px !important;
}
body.bwsv2-detail-template .bwsv2-stack {
  gap: 18px !important;
}
body.bwsv2-detail-template .bwsv2-top-nav {
  margin: 0 0 10px !important;
  padding-left: 10px !important;
}
body.bwsv2-detail-template .bwsv2-related {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.bwsv2-detail-template .bwsv2-view-all {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 760px) {
  body.bwsv2-detail-template .bwsv2-wrap {
    width: min(calc(100% - 28px), var(--bwsv2-page-width, 1000px)) !important;
  }
  body.bwsv2-detail-template .bwsv2-vdp {
    padding-top: 36px !important;
    padding-bottom: 44px !important;
  }
}

/* V80 final sitewide rhythm pass.
   Contact V2 is the reference for top/bottom page rhythm. */
body.bw2-v2-prototype-page {
  --bw2-v80-width: 1140px;
  --bw2-v80-gutter: 40px;
  --bw2-v80-top: 54px;
  --bw2-v80-top-mobile: 34px;
  --bw2-v80-bottom: 64px;
  --bw2-v80-maroon: #870012;
  --bw2-v80-maroon-dark: #5e000b;
  --bw2-v80-ink: #232b37;
  --bw2-v80-muted: #596372;
}

body.bw2-v2-prototype-page .bw2-wrap,
body.bw2-v2-prototype-page .bwiv2-wrap,
body.bw2-v2-prototype-page .bwcv2-wrap,
body.bw2-v2-prototype-page .bwfv2-wrap,
body.bw2-v2-prototype-page .bwav2-wrap,
body.bw2-v2-prototype-page .bwsv2-wrap {
  max-width: var(--bw2-v80-width) !important;
  width: min(calc(100% - var(--bw2-v80-gutter)), var(--bw2-v80-width)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header/menu: remove theme/browser blue hover and use the Backwoods maroon everywhere on V2. */
body.bw2-v2-prototype-page .main-header-menu .menu-link:hover,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item:hover > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:hover,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current-menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current_page_item > .menu-link,
body.bw2-v2-prototype-page .site-header a:hover,
body.bw2-v2-prototype-page .site-header a:focus-visible,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:hover,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-menu-toggle:hover,
body.bw2-v2-prototype-page .ast-menu-toggle:focus-visible,
body.bw2-v2-prototype-page .main-header-menu-toggle:hover,
body.bw2-v2-prototype-page .main-header-menu-toggle:focus-visible {
  color: var(--bw2-v80-maroon) !important;
  border-color: var(--bw2-v80-maroon) !important;
}
body.bw2-v2-prototype-page .main-header-menu .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link,
body.bw2-v2-prototype-page .site-header a,
body.bw2-v2-prototype-page .ast-menu-toggle,
body.bw2-v2-prototype-page .main-header-menu-toggle {
  transition: color .28s ease, border-color .28s ease, background-color .28s ease, transform .28s ease !important;
}
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus-visible,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  outline: 2px solid rgba(135, 0, 18, .32) !important;
  outline-offset: 3px !important;
}

/* Contact reference rhythm */
body.bwcv2-contact-template .bwcv2-hero {
  padding-top: var(--bw2-v80-top) !important;
  padding-bottom: 22px !important;
}
body.bwcv2-contact-template .bwcv2-main {
  padding-top: 28px !important;
  padding-bottom: var(--bw2-v80-bottom) !important;
}

/* Inventory, About, Financing should start where Contact starts. */
body.bwiv2-inventory-template .bwiv2-page,
body.bwav2-about-template .bwav2-hero,
body.bwfv2-financing-template .bwfv2-page-head {
  padding-top: var(--bw2-v80-top) !important;
}
body.bwiv2-inventory-template .bwiv2-page {
  padding-bottom: var(--bw2-v80-bottom) !important;
}
body.bwav2-about-template .bwav2-section--cta {
  padding-bottom: 56px !important;
}
body.bwav2-about-template .bwav2-site {
  padding-bottom: 0 !important;
}

/* Vehicle detail keeps its closer VDP top, but uses the same bottom/map discipline. */
body.bwsv2-detail-template .bwsv2-vdp {
  padding-bottom: 48px !important;
}
body.bwsv2-detail-template .bwsv2-related,
body.bwsv2-detail-template .bwsv2-view-all {
  margin-bottom: 0 !important;
}

/* Financing typography and layout: less heavy, centered, no banded background. */
body.bwfv2-financing-template .site-content > .ast-container,
body.bwfv2-financing-template #primary,
body.bwfv2-financing-template .site-main,
body.bwfv2-financing-template article,
body.bwfv2-financing-template .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.bwfv2-financing-template .bwfv2-page {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: #fff !important;
}
body.bwfv2-financing-template .bwfv2-kicker {
  color: var(--bw2-v80-maroon) !important;
  font-weight: 800 !important;
}
body.bwfv2-financing-template .bwfv2-page-head h1 {
  font-size: clamp(30px, 4vw, 43px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
  line-height: 1.06 !important;
  max-width: 860px !important;
}
body.bwfv2-financing-template .bwfv2-page-head p,
body.bwfv2-financing-template .bwfv2-section-title p,
body.bwfv2-financing-template .bwfv2-step-row p,
body.bwfv2-financing-template .bwfv2-bring-card > p:not(.bwfv2-kicker),
body.bwfv2-financing-template .bwfv2-cta p {
  color: var(--bw2-v80-muted) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}
body.bwfv2-financing-template .bwfv2-section-title h2,
body.bwfv2-financing-template .bwfv2-bring-card h2,
body.bwfv2-financing-template .bwfv2-cta h2 {
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
  line-height: 1.1 !important;
}
body.bwfv2-financing-template .bwfv2-step-row h3,
body.bwfv2-financing-template .bwfv2-checklist li,
body.bwfv2-financing-template .bwfv2-btn {
  font-weight: 800 !important;
}
body.bwfv2-financing-template .bwfv2-hero-image-section {
  padding-bottom: 28px !important;
}
body.bwfv2-financing-template .bwfv2-process {
  padding-top: 0 !important;
  padding-bottom: 28px !important;
}
body.bwfv2-financing-template .bwfv2-bring {
  background: #fff !important;
  border: 0 !important;
  padding: 0 0 28px !important;
}
body.bwfv2-financing-template .bwfv2-bring-card {
  padding: 26px !important;
}
body.bwfv2-financing-template .bwfv2-cta {
  background: transparent !important;
  padding: 0 0 56px !important;
  margin-bottom: 0 !important;
}
body.bwfv2-financing-template .bwfv2-cta-inner {
  background: #870012 !important;
  color: #fff !important;
  padding: 34px 38px !important;
}
body.bwfv2-financing-template .bwfv2-cta h2,
body.bwfv2-financing-template .bwfv2-cta p,
body.bwfv2-financing-template .bwfv2-cta .bwfv2-kicker,
body.bwfv2-financing-template .bwfv2-cta .bwfv2-kicker--light {
  color: #fff !important;
}

/* Footer/map handoff. */
body.bw2-v2-prototype-page footer.elementor-location-footer,
body.bw2-v2-prototype-page #colophon,
body.bw2-v2-prototype-page footer {
  margin-top: 0 !important;
}
body.bw2-v2-prototype-page footer.elementor-location-footer iframe,
body.bw2-v2-prototype-page #colophon iframe,
body.bw2-v2-prototype-page footer iframe {
  display: block !important;
}

@media (max-width: 720px) {
  body.bw2-v2-prototype-page {
    --bw2-v80-gutter: 32px;
  }
  body.bwcv2-contact-template .bwcv2-hero,
  body.bwiv2-inventory-template .bwiv2-page,
  body.bwav2-about-template .bwav2-hero,
  body.bwfv2-financing-template .bwfv2-page-head {
    padding-top: var(--bw2-v80-top-mobile) !important;
  }
  body.bwcv2-contact-template .bwcv2-main,
  body.bwiv2-inventory-template .bwiv2-page,
  body.bwsv2-detail-template .bwsv2-vdp {
    padding-bottom: 44px !important;
  }
  body.bwfv2-financing-template .bwfv2-page-head h1 {
    font-size: clamp(30px, 9.2vw, 40px) !important;
  }
  body.bwfv2-financing-template .bwfv2-cta-inner {
    padding: 28px 24px !important;
  }
}


/* V81 sitewide V2 rhythm + link polish.
   Contact V2 is the spacing reference. Scope stays on prototype pages only. */
body.bw2-v2-prototype-page {
  --bw2-v81-width: 1140px;
  --bw2-v81-gutter: 40px;
  --bw2-v81-top: 42px;
  --bw2-v81-top-mobile: 30px;
  --bw2-v81-bottom: 56px;
  --bw2-v81-maroon: #870012;
  --bw2-v81-maroon-dark: #5e000b;
  --bw2-v81-ink: #232b37;
  --bw2-v81-muted: #596372;
  --bw2-v81-line: #d9d0c5;
}

body.bw2-v2-prototype-page .bw2-wrap,
body.bw2-v2-prototype-page .bwiv2-wrap,
body.bw2-v2-prototype-page .bwcv2-wrap,
body.bw2-v2-prototype-page .bwfv2-wrap,
body.bw2-v2-prototype-page .bwav2-wrap,
body.bw2-v2-prototype-page .bwsv2-wrap {
  box-sizing: border-box !important;
  max-width: var(--bw2-v81-width) !important;
  width: min(calc(100% - var(--bw2-v81-gutter)), var(--bw2-v81-width)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header/menu V2 link hover: keep the browser/theme blue out of the V2 prototype. */
body.bw2-v2-prototype-page #masthead a:hover,
body.bw2-v2-prototype-page #masthead a:focus-visible,
body.bw2-v2-prototype-page .site-header a:hover,
body.bw2-v2-prototype-page .site-header a:focus-visible,
body.bw2-v2-prototype-page .main-header-menu .menu-link:hover,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus,
body.bw2-v2-prototype-page .main-header-menu .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item:hover > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:hover,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link:focus,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current-menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .current_page_item > .menu-link,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:hover,
body.bw2-v2-prototype-page .ast-mobile-header-wrap .menu-link:focus-visible,
body.bw2-v2-prototype-page .ast-menu-toggle:hover,
body.bw2-v2-prototype-page .ast-menu-toggle:focus-visible,
body.bw2-v2-prototype-page .main-header-menu-toggle:hover,
body.bw2-v2-prototype-page .main-header-menu-toggle:focus-visible {
  color: var(--bw2-v81-maroon) !important;
  border-color: var(--bw2-v81-maroon) !important;
}
body.bw2-v2-prototype-page #masthead a,
body.bw2-v2-prototype-page .site-header a,
body.bw2-v2-prototype-page .main-header-menu .menu-link,
body.bw2-v2-prototype-page .ast-builder-menu .main-navigation .menu-item > .menu-link,
body.bw2-v2-prototype-page .ast-menu-toggle,
body.bw2-v2-prototype-page .main-header-menu-toggle {
  transition: color .28s ease, border-color .28s ease, background-color .28s ease, transform .28s ease !important;
}
body.bw2-v2-prototype-page #masthead a:focus-visible,
body.bw2-v2-prototype-page .site-header a:focus-visible {
  outline: 2px solid rgba(135, 0, 18, .32) !important;
  outline-offset: 3px !important;
}

/* Inner-page top/bottom rhythm. Contact V2 is the reference. */
body.bwcv2-contact-template .bwcv2-hero,
body.bwav2-about-template .bwav2-hero,
body.bwfv2-financing-template .bwfv2-page-head {
  padding-top: var(--bw2-v81-top) !important;
}
body.bwiv2-inventory-template .bwiv2-page {
  padding-top: var(--bw2-v81-top) !important;
  padding-bottom: var(--bw2-v81-bottom) !important;
}
body.bwcv2-contact-template .bwcv2-main {
  padding-top: 26px !important;
  padding-bottom: var(--bw2-v81-bottom) !important;
}
body.bwav2-about-template .bwav2-section--cta,
body.bwfv2-financing-template .bwfv2-cta {
  padding-bottom: var(--bw2-v81-bottom) !important;
}
body.bwsv2-detail-template .bwsv2-vdp {
  padding-bottom: 48px !important;
}

/* Map/footer handoff: one clean map transition and no extra page-bottom whitespace. */
body.bw2-v2-prototype-page footer.elementor-location-footer,
body.bw2-v2-prototype-page #colophon,
body.bw2-v2-prototype-page footer {
  margin-top: 0 !important;
}
body.bw2-v2-prototype-page footer.elementor-location-footer iframe,
body.bw2-v2-prototype-page #colophon iframe,
body.bw2-v2-prototype-page footer iframe {
  display: block !important;
}

@media (max-width: 720px) {
  body.bw2-v2-prototype-page {
    --bw2-v81-gutter: 32px;
  }
  body.bwcv2-contact-template .bwcv2-hero,
  body.bwav2-about-template .bwav2-hero,
  body.bwfv2-financing-template .bwfv2-page-head,
  body.bwiv2-inventory-template .bwiv2-page {
    padding-top: var(--bw2-v81-top-mobile) !important;
  }
  body.bwcv2-contact-template .bwcv2-main,
  body.bwiv2-inventory-template .bwiv2-page,
  body.bwsv2-detail-template .bwsv2-vdp {
    padding-bottom: 44px !important;
  }
}

main#primary {
  margin-bottom: 0 !important;
}

/* V82 Vehicle typography cap + unified V2 hierarchy.
   Goal: no V2 heading above 36px desktop, with cleaner hierarchy through weight, spacing, and color. */
body.bwsv2-detail-template .bwsv2-title-card h1,
body.bwsv2-detail-template .entry-content h1 {
  color: var(--bwsv2-ink) !important;
  font-size: clamp(30px, 3.2vw, 36px) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
  line-height: 1.12 !important;
}

body.bwsv2-detail-template .bwsv2-summary-card h2,
body.bwsv2-detail-template .bwsv2-details-header h2,
body.bwsv2-detail-template .bwsv2-cta-band h2,
body.bwsv2-detail-template .bwsv2-related h2,
body.bwsv2-detail-template .entry-content h2 {
  color: var(--bwsv2-ink) !important;
  font-size: clamp(24px, 2.6vw, 30px) !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  line-height: 1.18 !important;
}

body.bwsv2-detail-template .bwsv2-cta-band h2 {
  color: #fff !important;
}

body.bwsv2-detail-template .bwsv2-notes-block h3,
body.bwsv2-detail-template .bwsv2-specs-block h3,
body.bwsv2-detail-template .bwsv2-features-block h3,
body.bwsv2-detail-template .entry-content h3 {
  color: var(--bwsv2-ink) !important;
  font-size: clamp(20px, 2vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  line-height: 1.25 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group h4,
body.bwsv2-detail-template .entry-content h4 {
  color: #374151 !important;
  font-size: clamp(14px, 1.6vw, 15px) !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

body.bwsv2-detail-template .bwsv2-kicker {
  color: var(--bwsv2-maroon) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.bwsv2-detail-template .bwsv2-cta-band .bwsv2-kicker {
  color: rgba(255,255,255,.86) !important;
}

body.bwsv2-detail-template .bwsv2-subtitle {
  color: var(--bwsv2-muted) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: -.005em !important;
  line-height: 1.55 !important;
}

body.bwsv2-detail-template .bwsv2-price {
  color: var(--bwsv2-maroon) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
}

body.bwsv2-detail-template .bwsv2-notes-block p,
body.bwsv2-detail-template .bwsv2-cta-band p {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.65 !important;
}

body.bwsv2-detail-template .bwsv2-notes-block p {
  color: #404958 !important;
}

body.bwsv2-detail-template .bwsv2-cta-band p {
  color: rgba(255,255,255,.9) !important;
}

body.bwsv2-detail-template .bwsv2-mini-note,
body.bwsv2-detail-template .bwsv2-media-toolbar,
body.bwsv2-detail-template .bwsv2-related-card span:not(.bwsv2-related-card__title) {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
}

body.bwsv2-detail-template .bwsv2-quick-spec span {
  color: var(--bwsv2-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.bwsv2-detail-template .bwsv2-quick-spec strong {
  color: var(--bwsv2-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dt,
body.bwsv2-detail-template .bwsv2-spec-group dd {
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dt {
  color: #4B5563 !important;
  font-weight: 600 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dd {
  color: var(--bwsv2-ink) !important;
  font-weight: 700 !important;
}

body.bwsv2-detail-template .bwsv2-related-card__title {
  color: var(--bwsv2-ink) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
  line-height: 1.25 !important;
}

body.bwsv2-detail-template .bwsv2-related-card strong {
  color: var(--bwsv2-maroon) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
}

body.bwsv2-detail-template .bwsv2-btn,
body.bwsv2-detail-template .bwsv2-view-all,
body.bwsv2-detail-template .bwsv2-carfax-inline,
body.bwsv2-detail-template .bwsv2-back-link {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body.bwsv2-detail-template .bwsv2-back-link {
  font-size: 13px !important;
}

@media (max-width: 720px) {
  body.bwsv2-detail-template .bwsv2-title-card h1,
  body.bwsv2-detail-template .entry-content h1 {
    font-size: clamp(28px, 8vw, 30px) !important;
    line-height: 1.15 !important;
  }

  body.bwsv2-detail-template .bwsv2-summary-card h2,
  body.bwsv2-detail-template .bwsv2-details-header h2,
  body.bwsv2-detail-template .bwsv2-cta-band h2,
  body.bwsv2-detail-template .bwsv2-related h2,
  body.bwsv2-detail-template .entry-content h2 {
    font-size: clamp(24px, 7vw, 26px) !important;
    line-height: 1.2 !important;
  }

  body.bwsv2-detail-template .bwsv2-notes-block h3,
  body.bwsv2-detail-template .bwsv2-specs-block h3,
  body.bwsv2-detail-template .bwsv2-features-block h3,
  body.bwsv2-detail-template .entry-content h3 {
    font-size: 20px !important;
  }

  body.bwsv2-detail-template .bwsv2-spec-group h4,
  body.bwsv2-detail-template .entry-content h4 {
    font-size: 14px !important;
  }

  body.bwsv2-detail-template .bwsv2-kicker {
    font-size: 12px !important;
  }

  body.bwsv2-detail-template .bwsv2-subtitle {
    font-size: 17px !important;
  }

  body.bwsv2-detail-template .bwsv2-price {
    font-size: 24px !important;
  }

  body.bwsv2-detail-template .bwsv2-related-card__title {
    font-size: 19px !important;
  }

  body.bwsv2-detail-template .bwsv2-related-card strong {
    font-size: 22px !important;
  }

  body.bwsv2-detail-template .bwsv2-spec-group dt,
  body.bwsv2-detail-template .bwsv2-spec-group dd {
    font-size: 13px !important;
  }

  body.bwsv2-detail-template .bwsv2-btn,
  body.bwsv2-detail-template .bwsv2-view-all,
  body.bwsv2-detail-template .bwsv2-carfax-inline {
    font-size: 15px !important;
  }
}



/* V91: Vehicle Detail V2 listing details hybrid polish.
   Keep notes/specs side-by-side, give specs more width, and hide unused CPT features. */
body.bwsv2-detail-template .bwsv2-details-card {
  padding: 24px !important;
}

body.bwsv2-detail-template .bwsv2-details-header {
  margin-bottom: 22px !important;
  padding-bottom: 14px !important;
}

body.bwsv2-detail-template .bwsv2-details-grid {
  align-items: start !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: minmax(0, 0.40fr) minmax(0, 0.60fr) !important;
}

body.bwsv2-detail-template .bwsv2-notes-block,
body.bwsv2-detail-template .bwsv2-specs-block {
  min-width: 0 !important;
}

body.bwsv2-detail-template .bwsv2-notes-block h3,
body.bwsv2-detail-template .bwsv2-specs-block h3 {
  margin: 0 0 12px !important;
}

body.bwsv2-detail-template .bwsv2-notes-block p {
  margin: 0 !important;
  max-width: 100% !important;
}

body.bwsv2-detail-template .bwsv2-spec-groups {
  display: grid !important;
  gap: 17px 24px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  min-width: 0 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group {
  min-width: 0 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group h4 {
  border-bottom: 1px solid var(--bwsv2-line) !important;
  margin: 0 !important;
  padding-bottom: 8px !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dl {
  margin: 0 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dl div:first-child {
  border-top: 0 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dl div {
  min-height: 34px !important;
  padding: 8px 0 !important;
}

body.bwsv2-detail-template .bwsv2-spec-group dd {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

body.bwsv2-detail-template .bwsv2-features-block {
  display: none !important;
}

@media (min-width: 1100px) {
  body.bwsv2-detail-template .bwsv2-details-grid {
    grid-template-columns: minmax(0, 0.40fr) minmax(0, 0.60fr) !important;
  }
}

@media (max-width: 980px) {
  body.bwsv2-detail-template .bwsv2-details-grid {
    gap: 22px !important;
    grid-template-columns: 1fr !important;
  }

  body.bwsv2-detail-template .bwsv2-notes-block {
    border-bottom: 1px solid var(--bwsv2-line) !important;
    padding-bottom: 20px !important;
  }

  body.bwsv2-detail-template .bwsv2-spec-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.bwsv2-detail-template .bwsv2-details-card {
    padding: 22px !important;
  }

  body.bwsv2-detail-template .bwsv2-details-header {
    margin-bottom: 18px !important;
  }

  body.bwsv2-detail-template .bwsv2-spec-groups {
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }
}

/* V92: Related listings UX for low-inventory CPTs.
   A single related item should feel intentional, not like an empty 3-column grid. */
body.bwsv2-detail-template .bwsv2-related__head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}

body.bwsv2-detail-template .bwsv2-related__head h2 {
  margin-bottom: 0 !important;
}

body.bwsv2-detail-template .bwsv2-related__head p {
  color: var(--bwsv2-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  max-width: 360px;
  text-align: right;
}

body.bwsv2-detail-template .bwsv2-related-card {
  overflow: hidden;
}

body.bwsv2-detail-template .bwsv2-related-card__media {
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

body.bwsv2-detail-template .bwsv2-related-card__media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

body.bwsv2-detail-template .bwsv2-related-card__placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #f3f0eb;
  color: var(--bwsv2-muted);
  display: flex;
  font-weight: 900;
  justify-content: center;
  margin: 0 !important;
  padding: 20px;
  text-align: center;
}

body.bwsv2-detail-template .bwsv2-related-card__body,
body.bwsv2-detail-template .bwsv2-related-card__meta {
  display: block;
  margin-left: 14px !important;
  margin-right: 14px !important;
}

body.bwsv2-detail-template .bwsv2-related-card__body {
  margin-top: 14px !important;
}

body.bwsv2-detail-template .bwsv2-related-card__body > span,
body.bwsv2-detail-template .bwsv2-related-card__meta > span,
body.bwsv2-detail-template .bwsv2-related-card__meta > strong {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.bwsv2-detail-template .bwsv2-related-card__meta {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 12px !important;
}

body.bwsv2-detail-template .bwsv2-related-card__cta {
  color: var(--bwsv2-maroon);
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: underline;
  white-space: nowrap;
}

@media (min-width: 981px) {
  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related__grid {
    grid-template-columns: 1fr !important;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(260px, 34%) minmax(0, 1fr) minmax(165px, auto);
    min-height: 188px;
    padding: 0 !important;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__media {
    height: 100%;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__media img,
  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__placeholder {
    aspect-ratio: auto;
    height: 100%;
    min-height: 188px;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__body {
    align-self: center;
    margin: 0 !important;
    padding: 24px 22px;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__title {
    font-size: 24px !important;
    line-height: 1.15 !important;
    margin-top: 0 !important;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__subtitle {
    font-size: 15px !important;
    margin-top: 7px !important;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__meta {
    align-content: center;
    align-self: center;
    display: grid;
    justify-items: end;
    margin: 0 !important;
    padding: 24px 22px 24px 0;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__meta strong {
    font-size: 24px !important;
    margin-top: 0 !important;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card__cta {
    align-items: center;
    border: 2px solid var(--bwsv2-maroon);
    justify-content: center;
    min-height: 38px;
    min-width: 128px;
    padding: 9px 13px;
    text-decoration: none;
  }

  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card:hover .bwsv2-related-card__cta,
  body.bwsv2-detail-template .bwsv2-related--single .bwsv2-related-card:focus-visible .bwsv2-related-card__cta {
    background: var(--bwsv2-maroon);
    color: #fff;
  }

  body.bwsv2-detail-template .bwsv2-related--double .bwsv2-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.bwsv2-detail-template .bwsv2-related__head {
    align-items: start;
    display: block;
  }

  body.bwsv2-detail-template .bwsv2-related__head p {
    margin-top: 8px;
    max-width: none;
    text-align: left;
  }

  body.bwsv2-detail-template .bwsv2-related-card__meta {
    align-items: center;
  }
}
