/*
 * Vereinsheim Template — FSV 63 Luckenwalde
 * Datei: /wp-content/themes/alchemists-child/assets/css/pages/vereinsheim.css
 */

.fsv63-vh,
.fsv63-vh * {
  box-sizing: border-box;
}

.fsv63-vh {
  --vh-bg: #020916;
  --vh-bg-2: #03142b;
  --vh-card: rgba(4, 18, 39, 0.86);
  --vh-card-2: rgba(6, 28, 61, 0.84);
  --vh-border: rgba(43, 145, 255, 0.33);
  --vh-border-soft: rgba(255, 255, 255, 0.08);
  --vh-blue: #1594ff;
  --vh-blue-soft: #56b9ff;
  --vh-yellow: #ffe200;
  --vh-text: #ffffff;
  --vh-muted: rgba(235, 244, 255, 0.75);
  --vh-muted-2: rgba(235, 244, 255, 0.58);
  --vh-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  --vh-radius: 12px;
  --vh-radius-lg: 18px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  margin: 0;
  color: var(--vh-text);
  background:
    radial-gradient(circle at 78% 4%, rgba(21, 148, 255, 0.25), transparent 35rem),
    linear-gradient(180deg, #041634 0%, var(--vh-bg) 60%, #020710 100%);
  font-family: Montserrat, Inter, "Helvetica Neue", Arial, sans-serif;
}

.fsv63-vh::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, transparent 0 7%, rgba(21, 148, 255, 0.24) 7.08%, transparent 7.18% 9.4%, rgba(21, 148, 255, 0.16) 9.48%, transparent 9.58%),
    radial-gradient(circle at 22% 34%, rgba(21, 148, 255, 0.08), transparent 26rem);
  opacity: 0.9;
}

.fsv63-vh a {
  color: inherit;
  text-decoration: none;
}

.fsv63-vh img,
.fsv63-vh svg {
  display: block;
}

.fsv63-vh-container {
  position: relative;
  z-index: 1;
  width: min(100% - 44px, 1180px);
  margin-inline: auto;
}

.fsv63-vh-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fsv63-vh-hero {
  position: relative;
  min-height: 570px;
  padding: clamp(54px, 6vw, 86px) 0 18px;
  background-image:
    linear-gradient(90deg, rgba(4, 16, 37, 0.98) 0%, rgba(4, 16, 37, 0.9) 32%, rgba(4, 16, 37, 0.36) 66%, rgba(4, 16, 37, 0.88) 100%),
    linear-gradient(180deg, rgba(4, 16, 37, 0.08) 0%, rgba(2, 9, 22, 0.88) 86%, var(--vh-bg) 100%),
    var(--fsv63-vh-hero-image);
  background-size: cover;
  background-position: center right;
}

.fsv63-vh-bg-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.48;
  background:
    linear-gradient(135deg, transparent 0 12%, rgba(80, 179, 255, 0.55) 12.1%, transparent 12.25% 13.8%, rgba(80, 179, 255, 0.32) 13.9%, transparent 14.05%),
    linear-gradient(135deg, transparent 0 76%, rgba(80, 179, 255, 0.25) 76.08%, transparent 76.2%);
}

.fsv63-vh-hero__content {
  max-width: 570px;
  padding-bottom: 26px;
}

.fsv63-vh-kicker {
  margin: 0 0 9px;
  color: var(--vh-blue-soft);
  font-size: clamp(0.73rem, 1vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fsv63-vh h1,
.fsv63-vh h2,
.fsv63-vh h3,
.fsv63-vh p {
  margin-top: 0;
}

.fsv63-vh h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 5.4vw, 5.55rem);
  line-height: 0.89;
  font-weight: 950;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.5);
}

.fsv63-vh-lead {
  max-width: 540px;
  margin-bottom: 20px;
  color: var(--vh-muted);
  font-size: clamp(0.94rem, 1.4vw, 1.1rem);
  line-height: 1.55;
  font-weight: 700;
}

.fsv63-vh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fsv63-vh-btn {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.fsv63-vh-btn:hover,
.fsv63-vh-btn:focus-visible {
  transform: translateY(-2px);
}

.fsv63-vh-btn--primary {
  background: linear-gradient(180deg, #17a3ff, #056ff1);
  box-shadow: 0 15px 30px rgba(5, 111, 241, 0.34);
}

.fsv63-vh-btn--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(2, 9, 22, 0.46);
}

.fsv63-vh-board {
  display: grid;
  grid-template-columns: 0.92fr 1fr 1.34fr;
  gap: 12px;
  align-items: stretch;
  margin-top: 8px;
}

.fsv63-vh-card,
.fsv63-vh-feature,
.fsv63-vh-info-card,
.fsv63-vh-partners {
  border: 1px solid var(--vh-border);
  background: linear-gradient(180deg, var(--vh-card-2), var(--vh-card));
  box-shadow: var(--vh-shadow);
  backdrop-filter: blur(8px);
}

.fsv63-vh-card {
  border-radius: var(--vh-radius);
  overflow: hidden;
}

.fsv63-vh-card__head {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  border-bottom: 1px solid var(--vh-border-soft);
}

.fsv63-vh-card__head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fsv63-vh-card__head h2 .fsv63-vh-icon {
  color: var(--vh-blue);
  width: 1.25em;
  height: 1.25em;
}

.fsv63-vh-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vh-blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fsv63-vh-link:hover,
.fsv63-vh-link:focus-visible {
  color: var(--vh-yellow);
}

.fsv63-vh-card--next .fsv63-vh-link,
.fsv63-vh-card--month .fsv63-vh-link {
  width: 100%;
  min-height: 39px;
  justify-content: center;
  border-top: 1px solid var(--vh-border-soft);
}

.fsv63-vh-next-list {
  display: grid;
}

.fsv63-vh-next-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 76px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--vh-border-soft);
}

.fsv63-vh-datebox {
  width: 54px;
  height: 58px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(86, 185, 255, 0.35);
  border-radius: 8px;
  background: rgba(1, 9, 21, 0.56);
}

.fsv63-vh-datebox span,
.fsv63-vh-datebox em {
  color: var(--vh-blue-soft);
  font-size: 0.69rem;
  font-weight: 950;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}

.fsv63-vh-datebox strong {
  margin: 2px 0;
  color: #fff;
  font-size: 1.44rem;
  line-height: 0.86;
  font-weight: 950;
}

.fsv63-vh-next-item h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 950;
}

.fsv63-vh-next-item p {
  margin: 0;
  color: var(--vh-muted-2);
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 700;
}

.fsv63-vh-month-list {
  padding: 6px 0;
}

.fsv63-vh-month-item {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 35px;
  padding: 4px 14px;
}

.fsv63-vh-month-date {
  display: flex;
  gap: 7px;
  align-items: baseline;
  white-space: nowrap;
}

.fsv63-vh-month-date b {
  color: var(--vh-blue-soft);
  font-size: 0.76rem;
  line-height: 1;
}

.fsv63-vh-month-date span,
.fsv63-vh-month-item time {
  color: var(--vh-muted-2);
  font-size: 0.71rem;
  font-weight: 800;
}

.fsv63-vh-month-main {
  min-width: 0;
}

.fsv63-vh-month-main strong {
  display: block;
  color: var(--vh-muted);
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fsv63-vh-month-main small {
  display: block;
  margin-top: 1px;
  color: var(--vh-muted-2);
  font-size: 0.63rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fsv63-vh-highlight {
  min-height: 100%;
  padding: 28px 30px;
  background-image:
    linear-gradient(90deg, rgba(5, 21, 47, 0.94) 0%, rgba(5, 21, 47, 0.74) 46%, rgba(5, 21, 47, 0.16) 100%),
    var(--fsv63-vh-highlight-image),
    radial-gradient(circle at 84% 12%, rgba(21, 148, 255, 0.58), transparent 44%);
  background-size: cover;
  background-position: center;
}

.fsv63-vh-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 22px;
  padding: 0 11px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, #19a6ff, #0879ec);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fsv63-vh-highlight h2 {
  margin: 0 0 9px;
  font-size: clamp(1.8rem, 3.1vw, 3.2rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.fsv63-vh-highlight p {
  max-width: 390px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 850;
  text-transform: uppercase;
}

.fsv63-vh-highlight__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 22px;
}

.fsv63-vh-highlight__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vh-muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.fsv63-vh-section {
  position: relative;
  z-index: 1;
  padding: 12px 0 0;
}

.fsv63-vh-section--compact {
  padding-top: 0;
}

.fsv63-vh-feature-row,
.fsv63-vh-info-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fsv63-vh-feature {
  min-height: 86px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px 18px;
  border-radius: var(--vh-radius);
}

.fsv63-vh-feature__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, rgba(21, 148, 255, 0.48), rgba(21, 148, 255, 0.18));
}

.fsv63-vh-feature__icon .fsv63-vh-icon {
  width: 28px;
  height: 28px;
  color: #fff;
}

.fsv63-vh-feature h3,
.fsv63-vh-info-card h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 0.76rem;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.fsv63-vh-feature p,
.fsv63-vh-info-card p,
.fsv63-vh-info-card dd,
.fsv63-vh-info-card dt {
  margin: 0;
  color: var(--vh-muted);
  font-size: 0.68rem;
  line-height: 1.4;
  font-weight: 700;
}

.fsv63-vh-gallery-card {
  padding-bottom: 12px;
}

.fsv63-vh-gallery {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.55fr 1fr 1.15fr;
  gap: 10px;
  padding: 12px;
}

.fsv63-vh-gallery figure {
  position: relative;
  min-height: 88px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(86, 185, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(21, 148, 255, 0.22), rgba(255, 226, 0, 0.12)),
    #071b39;
}

.fsv63-vh-gallery img {
  width: 100%;
  height: 100%;
  min-height: 88px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 220ms ease, opacity 220ms ease;
}

.fsv63-vh-gallery figure:hover img {
  transform: scale(1.045);
  opacity: 0.9;
}

.fsv63-vh-info-card {
  min-height: 104px;
  padding: 17px 19px;
  border-radius: var(--vh-radius);
}

.fsv63-vh-info-card h2 {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
}

.fsv63-vh-info-card h2 .fsv63-vh-icon {
  width: 1.18em;
  height: 1.18em;
  color: var(--vh-blue);
}

.fsv63-vh-info-card dl {
  display: grid;
  gap: 4px;
  margin: 0 0 8px;
}

.fsv63-vh-info-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.fsv63-vh-info-card dd {
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.fsv63-vh-section--partners {
  padding-bottom: 24px;
}

.fsv63-vh-partners {
  display: grid;
  grid-template-columns: 1fr repeat(6, 1.2fr) 1fr;
  align-items: stretch;
  min-height: 54px;
  border-radius: 8px;
  overflow: hidden;
}

.fsv63-vh-partners h2,
.fsv63-vh-partner,
.fsv63-vh-partners .fsv63-vh-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0;
  padding: 0 12px;
  border-right: 1px solid var(--vh-border-soft);
  text-align: center;
}

.fsv63-vh-partners h2 {
  color: var(--vh-blue-soft);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fsv63-vh-partner {
  color: #fff;
  font-size: clamp(0.68rem, 0.92vw, 0.86rem);
  line-height: 1.1;
  font-weight: 950;
}

.fsv63-vh-partners .fsv63-vh-link {
  border-right: 0;
}

@media (max-width: 1180px) {
  .fsv63-vh-board {
    grid-template-columns: 1fr 1fr;
  }

  .fsv63-vh-highlight {
    grid-column: 1 / -1;
  }

  .fsv63-vh-feature-row,
  .fsv63-vh-info-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsv63-vh-partners {
    grid-template-columns: repeat(3, 1fr);
  }

  .fsv63-vh-partners h2,
  .fsv63-vh-partner,
  .fsv63-vh-partners .fsv63-vh-link {
    border-bottom: 1px solid var(--vh-border-soft);
  }
}

@media (max-width: 780px) {
  .fsv63-vh-container {
    width: min(100% - 26px, 1180px);
  }

  .fsv63-vh-hero {
    min-height: auto;
    padding-top: 46px;
  }

  .fsv63-vh-board,
  .fsv63-vh-feature-row,
  .fsv63-vh-info-row {
    grid-template-columns: 1fr;
  }

  .fsv63-vh-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .fsv63-vh-gallery figure:nth-child(3) {
    grid-column: 1 / -1;
  }

  .fsv63-vh-month-item {
    grid-template-columns: 74px 1fr;
  }

  .fsv63-vh-month-item time {
    grid-column: 2;
  }

  .fsv63-vh-month-main strong,
  .fsv63-vh-month-main small {
    white-space: normal;
  }

  .fsv63-vh-feature {
    min-height: auto;
  }

  .fsv63-vh-partners {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .fsv63-vh-actions,
  .fsv63-vh-highlight__meta {
    flex-direction: column;
    align-items: stretch;
  }

  .fsv63-vh-btn {
    width: 100%;
  }

  .fsv63-vh-next-item {
    grid-template-columns: 48px 1fr;
  }

  .fsv63-vh-datebox {
    width: 48px;
  }

  .fsv63-vh-card__head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 12px;
  }

  .fsv63-vh-gallery,
  .fsv63-vh-partners {
    grid-template-columns: 1fr;
  }

  .fsv63-vh-gallery figure:nth-child(3) {
    grid-column: auto;
  }

  .fsv63-vh-info-card dl div {
    display: grid;
  }

  .fsv63-vh-info-card dd {
    text-align: left;
  }
}


/* ------------------------------------------------------------
   FSV63 Vereinsheim — Feinschliff 2026
   Nutzt vorhandene Child-Theme-Dateien + lokale Font Awesome Icons.
------------------------------------------------------------ */

.fsv63-vh {
  --vh-card: rgba(3, 17, 38, 0.9);
  --vh-card-2: rgba(6, 33, 72, 0.9);
  --vh-yellow: #ffdc21;
  --vh-radius: 18px;
  --vh-radius-lg: 24px;
}

.fsv63-vh .fsv63-fa-icon,
.fsv63-vh-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-style: normal;
  stroke: none;
}

.fsv63-vh-hero--no-image {
  background-image:
    radial-gradient(circle at 78% 10%, rgba(21, 148, 255, 0.32), transparent 34rem),
    linear-gradient(125deg, rgba(4, 16, 37, 0.98) 0%, rgba(4, 16, 37, 0.92) 44%, rgba(8, 39, 83, 0.88) 100%);
}

.fsv63-vh-hero__content {
  position: relative;
}

.fsv63-vh-hero__content::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -16px;
  width: 5px;
  height: 96px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--vh-yellow), rgba(255, 220, 33, 0));
  box-shadow: 0 0 24px rgba(255, 220, 33, 0.24);
}

.fsv63-vh-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 18px;
}

.fsv63-vh-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 220, 33, 0.28);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(2, 9, 22, 0.48);
  backdrop-filter: blur(8px);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.fsv63-vh-hero-meta .fsv63-vh-icon {
  color: var(--vh-yellow);
}

.fsv63-vh-btn {
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

.fsv63-vh-btn--primary {
  color: #061326;
  background: linear-gradient(180deg, #ffe866, var(--vh-yellow));
  box-shadow: 0 18px 34px rgba(255, 220, 33, 0.22);
}

.fsv63-vh-btn--ghost:hover,
.fsv63-vh-btn--ghost:focus-visible {
  border-color: rgba(255, 220, 33, .58);
  background: rgba(255, 220, 33, 0.08);
}

.fsv63-vh-card,
.fsv63-vh-feature,
.fsv63-vh-info-card,
.fsv63-vh-partners {
  position: relative;
  border-color: rgba(86, 185, 255, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.fsv63-vh-card::before,
.fsv63-vh-feature::before,
.fsv63-vh-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.10), transparent 34%, rgba(255, 220, 33, .04));
  opacity: .75;
}

.fsv63-vh-card__head {
  min-height: 50px;
  background: rgba(2, 9, 22, .24);
}

.fsv63-vh-card__head h2 .fsv63-vh-icon,
.fsv63-vh-info-card h2 .fsv63-vh-icon {
  color: var(--vh-yellow);
}

.fsv63-vh-link {
  color: var(--vh-yellow);
}

.fsv63-vh-link .fsv63-vh-icon {
  transition: transform 160ms ease;
}

.fsv63-vh-link:hover .fsv63-vh-icon,
.fsv63-vh-link:focus-visible .fsv63-vh-icon {
  transform: translateX(3px);
}

.fsv63-vh-datebox {
  border-color: rgba(255, 220, 33, 0.32);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 220, 33, 0.18), transparent 62%),
    rgba(1, 9, 21, 0.62);
}

.fsv63-vh-datebox span,
.fsv63-vh-datebox em,
.fsv63-vh-month-date b {
  color: var(--vh-yellow);
}

.fsv63-vh-empty {
  min-height: 228px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  color: var(--vh-muted);
}

.fsv63-vh-empty .fsv63-vh-icon {
  width: 34px;
  height: 34px;
  color: var(--vh-yellow);
}

.fsv63-vh-empty strong {
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fsv63-vh-empty span {
  max-width: 220px;
  color: var(--vh-muted-2);
  font-size: .72rem;
  line-height: 1.35;
  font-weight: 700;
}

.fsv63-vh-month-item {
  border-left: 3px solid transparent;
}

.fsv63-vh-month-item.is-today {
  border-left-color: var(--vh-yellow);
  background: rgba(255, 220, 33, .07);
}

.fsv63-vh-month-item.is-past {
  opacity: .48;
}

.fsv63-vh-highlight--no-image {
  background-image:
    radial-gradient(circle at 90% 15%, rgba(255, 220, 33, 0.18), transparent 34rem),
    linear-gradient(135deg, rgba(5, 21, 47, 0.98), rgba(4, 54, 112, 0.78));
}

.fsv63-vh-highlight::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -50px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  border: 24px solid rgba(255, 220, 33, .08);
  pointer-events: none;
}

.fsv63-vh-badge {
  color: #061326;
  background: linear-gradient(180deg, #ffe866, var(--vh-yellow));
}

.fsv63-vh-feature {
  overflow: hidden;
}

.fsv63-vh-feature__icon {
  color: #061326;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.48), transparent 34%),
    linear-gradient(180deg, #ffe866, var(--vh-yellow));
  box-shadow: 0 16px 30px rgba(255, 220, 33, .16);
}

.fsv63-vh-feature__icon .fsv63-vh-icon {
  color: #061326;
}

.fsv63-vh-gallery figure {
  min-height: 112px;
  border-radius: 14px;
}

.fsv63-vh-gallery img {
  min-height: 112px;
}

.fsv63-vh-gallery__placeholder {
  min-height: 112px;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 18px;
  text-align: center;
  color: rgba(255,255,255,.82);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 220, 33, 0.16), transparent 56%),
    linear-gradient(135deg, rgba(21,148,255,.20), rgba(2,9,22,.42));
}

.fsv63-vh-gallery__placeholder .fsv63-vh-icon {
  width: 30px;
  height: 30px;
  color: var(--vh-yellow);
}

.fsv63-vh-gallery__placeholder span {
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.fsv63-vh-info-card {
  overflow: hidden;
}

.fsv63-vh-info-card a:not(.fsv63-vh-link) {
  color: #fff;
  font-weight: 850;
}

.fsv63-vh-partners {
  border-radius: var(--vh-radius-lg);
}

.fsv63-vh-partners h2 {
  color: var(--vh-yellow);
}

@media (max-width: 780px) {
  .fsv63-vh-hero__content::before {
    left: -13px;
    height: 72px;
  }

  .fsv63-vh-hero-meta {
    gap: 7px;
  }

  .fsv63-vh-hero-meta span {
    min-height: 32px;
    font-size: .64rem;
  }
}

@media (max-width: 520px) {
  .fsv63-vh-hero-meta {
    display: grid;
  }

  .fsv63-vh-hero-meta span {
    justify-content: center;
  }

  .fsv63-vh-empty {
    min-height: 170px;
  }
}
