/**
 * Vos & Nos shared location system — v1.5.9
 * Central location selector, location-detail CTA and Google-review component.
 * New selectors are activated by .vn-locations-page--v2 / .vn-location-reviews.
 */

:root{
  --vn-loc-dark:#00291f;
  --vn-loc-mint:#70bb9a;
  --vn-loc-mint-soft:#eef8f3;
  --vn-loc-yellow:#fafd80;
  --vn-loc-copper:#cb9573;
  --vn-loc-border:rgba(0,41,31,.16);
  --vn-loc-shadow:0 1.2rem 3.2rem rgba(0,41,31,.08);
}

/* ---------- Central locations page ---------- */
.vn-locations-page.vn-locations-page--v2{
  color:#4f5b56;
  overflow-x:clip;
}

.vn-locations-page--v2 .vn-locations-intro{
  max-width:84rem;
  padding-bottom:3.6rem;
}

.vn-locations-page--v2 .vn-locations-intro h2{
  margin-bottom:1.2rem;
}

.vn-locations-page--v2 .vn-lead{
  max-width:76rem;
  margin:0;
  font-size:1.9rem;
  line-height:1.55;
}

.vn-locations-page--v2 .vn-location-selector{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(34rem,.88fr);
  gap:2.4rem;
  align-items:stretch;
  margin-top:3.6rem;
}

.vn-locations-page--v2 .vn-location-map{
  position:relative;
  min-height:58rem;
  overflow:hidden;
  border:1px solid var(--vn-loc-border);
  border-radius:1.8rem;
  background:
    radial-gradient(circle at 24% 84%,rgba(112,187,154,.21) 0 14%,transparent 14.5%),
    radial-gradient(circle at 71% 18%,rgba(112,187,154,.18) 0 18%,transparent 18.5%),
    linear-gradient(142deg,transparent 0 18%,rgba(255,255,255,.88) 18.3% 19.1%,transparent 19.4% 48%,rgba(255,255,255,.82) 48.2% 49%,transparent 49.3% 100%),
    linear-gradient(30deg,transparent 0 31%,rgba(255,255,255,.74) 31.2% 31.9%,transparent 32.2% 62%,rgba(255,255,255,.75) 62.2% 62.9%,transparent 63.2% 100%),
    #e8f4ee;
  box-shadow:var(--vn-loc-shadow);
}

.vn-locations-page--v2 .vn-location-map:before,
.vn-locations-page--v2 .vn-location-map:after{
  content:"";
  position:absolute;
  pointer-events:none;
}

.vn-locations-page--v2 .vn-location-map:before{
  inset:5.5rem 8%;
  border:2px solid rgba(0,41,31,.09);
  border-radius:48% 52% 45% 55% / 52% 47% 53% 48%;
  transform:rotate(-6deg);
}

.vn-locations-page--v2 .vn-location-map:after{
  left:10%;
  right:12%;
  top:49%;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(0,41,31,.12) 12% 88%,transparent);
  transform:rotate(-12deg);
}

.vn-locations-page--v2 .vn-map-caption{
  position:absolute;
  z-index:1;
  top:2.2rem;
  left:2.4rem;
  margin:0;
  color:var(--vn-loc-dark);
  font-size:1.25rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.vn-locations-page--v2 .vn-map-city{
  position:absolute;
  z-index:1;
  color:rgba(0,41,31,.46);
  font-size:1.25rem;
  font-weight:700;
  pointer-events:none;
}
.vn-locations-page--v2 .vn-map-city--maastricht{left:11%;bottom:10%}
.vn-locations-page--v2 .vn-map-city--sittard{left:43%;top:13%}
.vn-locations-page--v2 .vn-map-city--heerlen{right:18%;bottom:33%}

.vn-locations-page--v2 .vn-map-pin{
  position:absolute;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.65rem;
  color:var(--vn-loc-dark);
  font-size:1.25rem;
  font-weight:800;
  line-height:1.15;
  text-align:center;
  text-decoration:none;
  transform:translate(-50%,-50%);
}

.vn-locations-page--v2 .vn-map-pin:before{
  content:"";
  width:3.8rem;
  height:3.8rem;
  border:.55rem solid #fff;
  border-radius:50% 50% 50% 0;
  background:var(--vn-loc-dark);
  box-shadow:0 .7rem 1.8rem rgba(0,41,31,.18);
  transform:rotate(-45deg);
  transition:transform 180ms ease,background-color 180ms ease;
}

.vn-locations-page--v2 .vn-map-pin:hover:before,
.vn-locations-page--v2 .vn-map-pin:focus:before{
  background:var(--vn-loc-mint);
  transform:rotate(-45deg) scale(1.08);
}

.vn-locations-page--v2 .vn-map-pin:focus-visible{
  outline:.3rem solid var(--vn-loc-yellow);
  outline-offset:.5rem;
  border-radius:.4rem;
}

.vn-locations-page--v2 .vn-map-pin--geleen{left:47%;top:25%}
.vn-locations-page--v2 .vn-map-pin--meerssen{left:25%;top:66%}
.vn-locations-page--v2 .vn-map-pin--brunssum{left:71%;top:43%}
.vn-locations-page--v2 .vn-map-pin--kerkrade{left:83%;top:68%}

.vn-locations-page--v2 .vn-location-list{
  display:grid;
  grid-template-columns:1fr;
  gap:1.2rem;
  margin:0;
  padding:0;
  list-style:none;
}

.vn-locations-page--v2 .vn-location-choice{
  display:grid;
  grid-template-columns:1fr auto;
  gap:1.4rem;
  align-items:center;
  min-height:0;
  padding:2rem 2.1rem;
  border:1px solid var(--vn-loc-border);
  border-radius:1.4rem;
  background:#fff;
  box-shadow:0 .6rem 1.8rem rgba(0,41,31,.045);
  color:inherit;
  text-decoration:none;
  transition:border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease,background-color 180ms ease;
}

.vn-locations-page--v2 .vn-location-choice:hover,
.vn-locations-page--v2 .vn-location-choice:focus{
  border-color:rgba(112,187,154,.85);
  background:#f8fcfa;
  box-shadow:0 1rem 2.2rem rgba(0,41,31,.08);
  color:inherit;
  text-decoration:none;
  transform:translateY(-1px);
}

.vn-locations-page--v2 .vn-location-choice:focus-visible{
  outline:.3rem solid rgba(112,187,154,.42);
  outline-offset:.2rem;
}

.vn-locations-page--v2 .vn-location-choice__name{
  display:block;
  margin-bottom:.35rem;
  color:var(--vn-loc-dark);
  font-size:2rem;
  font-weight:800;
  line-height:1.18;
}

.vn-locations-page--v2 .vn-location-choice__address{
  display:block;
  color:#59655f;
  font-size:1.45rem;
  line-height:1.45;
}

.vn-locations-page--v2 .vn-location-choice__arrow{
  display:grid;
  place-items:center;
  width:4.2rem;
  height:4.2rem;
  border-radius:50%;
  background:var(--vn-loc-mint-soft);
  color:var(--vn-loc-dark);
  font-size:2rem;
  font-weight:800;
  transition:background-color 180ms ease,transform 180ms ease;
}

.vn-locations-page--v2 .vn-location-choice:hover .vn-location-choice__arrow,
.vn-locations-page--v2 .vn-location-choice:focus .vn-location-choice__arrow{
  background:var(--vn-loc-mint);
  transform:translateX(.25rem);
}

.vn-locations-page--v2 .vn-location-choice--primary{
  border-color:rgba(112,187,154,.65);
}

.vn-locations-page--v2 .vn-location-choice--primary .vn-location-choice__name:after{
  content:"Hoofdlocatie";
  display:inline-flex;
  margin-left:.75rem;
  padding:.32rem .72rem;
  border-radius:999px;
  background:var(--vn-loc-mint-soft);
  color:var(--vn-loc-dark);
  font-size:1rem;
  font-weight:800;
  letter-spacing:.04em;
  vertical-align:.2em;
}

.vn-locations-page--v2 .vn-nearby-note{
  margin-top:4.6rem;
  padding:3rem 3.2rem;
  border-radius:1.5rem;
  background:var(--vn-loc-dark);
  color:#fff;
}

.vn-locations-page--v2 .vn-nearby-note h2{
  margin:0 0 .9rem;
  color:#fff;
}

.vn-locations-page--v2 .vn-nearby-note p{
  max-width:78rem;
  margin:0;
  color:#fff;
}

/* ---------- Reviews on location detail pages ---------- */
.vn-location-detail-page .vn-location-reviews{
  margin-top:5.5rem;
  padding:3.6rem;
  border:1px solid rgba(112,187,154,.5);
  border-radius:1.6rem;
  background:#f7fbf9;
}

.vn-location-detail-page .vn-location-reviews__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:2rem;
  margin-bottom:2.2rem;
}

.vn-location-detail-page .vn-location-reviews__head h2{
  margin:0 0 .6rem;
}

.vn-location-detail-page .vn-location-reviews__head p{
  max-width:66rem;
  margin:0;
  line-height:1.5;
}

.vn-location-detail-page .vn-location-reviews__google{
  flex:0 0 auto;
  color:var(--vn-loc-dark);
  font-size:1.35rem;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:.2em;
}

.vn-location-detail-page .vn-review-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.4rem;
}

.vn-location-detail-page .vn-review-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:2.2rem;
  border:1px solid var(--vn-loc-border);
  border-radius:1.25rem;
  background:#fff;
}

.vn-location-detail-page .vn-review-stars{
  margin:0 0 1.1rem;
  color:#ad7c00;
  font-size:1.5rem;
  letter-spacing:.08em;
  line-height:1;
}

.vn-location-detail-page .vn-review-quote{
  flex:1;
  margin:0 0 1.5rem;
  color:#46524c;
  font-size:1.55rem;
  line-height:1.55;
}

.vn-location-detail-page .vn-review-meta{
  margin:0;
  color:var(--vn-loc-dark);
  font-size:1.3rem;
  font-weight:800;
}

.vn-location-detail-page .vn-review-source{
  display:inline-block;
  margin-top:.35rem;
  color:#68736e;
  font-size:1.2rem;
  font-weight:600;
}

/* ---------- Responsive ---------- */
@media(max-width:1049.98px){
  .vn-locations-page--v2 .vn-location-selector{grid-template-columns:1fr}
  .vn-locations-page--v2 .vn-location-map{min-height:48rem}
  .vn-locations-page--v2 .vn-location-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767.98px){
  .vn-locations-page--v2 .vn-locations-intro{padding-bottom:2.8rem}
  .vn-locations-page--v2 .vn-lead{font-size:1.7rem}
  .vn-locations-page--v2 .vn-location-selector{gap:1.7rem;margin-top:2.8rem}
  .vn-locations-page--v2 .vn-location-map{min-height:42rem;border-radius:1.3rem}
  .vn-locations-page--v2 .vn-location-list{grid-template-columns:1fr}
  .vn-locations-page--v2 .vn-location-choice{padding:1.8rem}
  .vn-locations-page--v2 .vn-nearby-note{margin-top:3.6rem;padding:2.5rem 2.2rem;border-radius:1.2rem}
  .vn-location-detail-page .vn-location-reviews{margin-top:4rem;padding:2.5rem 2.2rem;border-radius:1.2rem}
  .vn-location-detail-page .vn-location-reviews__head{align-items:flex-start;flex-direction:column;margin-bottom:1.8rem}
  .vn-location-detail-page .vn-review-grid{grid-template-columns:1fr}
}

@media(max-width:559.98px){
  .vn-locations-page--v2 .vn-location-map{min-height:36rem}
  .vn-locations-page--v2 .vn-map-caption{top:1.7rem;left:1.8rem}
  .vn-locations-page--v2 .vn-map-pin{font-size:1.05rem}
  .vn-locations-page--v2 .vn-map-pin:before{width:3.1rem;height:3.1rem;border-width:.45rem}
  .vn-locations-page--v2 .vn-map-city{font-size:1rem}
  .vn-locations-page--v2 .vn-location-choice__name{font-size:1.8rem}
  .vn-locations-page--v2 .vn-location-choice__arrow{width:3.8rem;height:3.8rem}
}

@media(prefers-reduced-motion:reduce){
  .vn-locations-page--v2 .vn-map-pin:before,
  .vn-locations-page--v2 .vn-location-choice,
  .vn-locations-page--v2 .vn-location-choice__arrow{transition:none!important}
}


/* =========================================================
   LOCATION DETAIL SYSTEM — shared on every location page
   Promoted from legacy Sittard-Geleen page CSS in v1.5.2.
   ========================================================= */
.vn-location-detail-page.vn-team-page{--vn-dark:#00291f;--vn-green:#70bb9a;--vn-green-soft:rgba(112,187,154,.13);--vn-border:rgba(0,41,31,.2);--vn-text:#555;color:var(--vn-text);overflow-x:clip}


.vn-location-detail-page .vn-location-hero{border-bottom:1px solid rgba(112,187,154,.45)}
.vn-location-detail-page .vn-location-eyebrow{margin:0 0 1rem;color:var(--vn-dark);font-size:1.3rem;font-weight:700;letter-spacing:.09em}
.vn-location-detail-page .vn-location-hero h2,.vn-location-detail-page .vn-location-section h2,.vn-location-detail-page .vn-location-care h2,.vn-location-detail-page .vn-location-map-section h2{margin:0 0 1.4rem;color:var(--vn-dark)}
.vn-location-detail-page .vn-location-lead,.vn-location-detail-page .vn-location-section-intro{max-width:78rem;line-height:1.55}
.vn-location-detail-page .vn-location-lead{margin:0 0 2.8rem;font-size:1.9rem}
.vn-location-detail-page .vn-location-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}
.vn-location-detail-page .vn-location-btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.6rem;padding:1.1rem 2.2rem;border:1.5px solid var(--vn-green);border-radius:999px;color:var(--vn-dark);font-weight:700;line-height:1.2;text-align:center;text-decoration:none;white-space:normal;transition:background-color 180ms,border-color 180ms,color 180ms,transform 180ms,box-shadow 180ms}
.vn-location-detail-page .vn-location-btn-primary{background:transparent}
.vn-location-detail-page .vn-location-btn-secondary{border-color:rgba(0,41,31,.28);background:#fff}
.vn-location-detail-page .vn-location-btn:focus,.vn-location-detail-page .vn-location-btn:hover{border-color:var(--vn-green);background:var(--vn-green);color:var(--vn-dark);text-decoration:none;transform:translateY(-1px)}
.vn-location-detail-page .vn-location-btn:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgba(112,187,154,.28)}
/* Appointment variant stays in this canonical location-button owner so the base rule cannot override its text color. */
.vn-location-detail-page .vn-location-btn--appointment{border-color:var(--vn-loc-dark);background:var(--vn-loc-dark);color:#fff;box-shadow:0 .7rem 1.8rem rgba(0,41,31,.13)}
.vn-location-detail-page .vn-location-btn--appointment:hover,.vn-location-detail-page .vn-location-btn--appointment:focus{border-color:var(--vn-loc-mint);background:var(--vn-loc-mint);color:var(--vn-loc-dark);box-shadow:0 1rem 2.2rem rgba(203,149,115,.28);transform:translateY(-2px)}
.vn-location-detail-page .vn-location-map-section{display:grid;grid-template-columns:minmax(24rem,.7fr) minmax(0,1.3fr);gap:2.8rem;align-items:center;margin-top:5.5rem;padding:2.8rem;border:1px solid rgba(112,187,154,.5);border-radius:1.6rem;background:var(--vn-green-soft)}
.vn-location-detail-page .vn-location-map-copy p:last-child{margin-bottom:0;line-height:1.55}
.vn-location-detail-page .vn-location-map-frame{position:relative;min-width:0;aspect-ratio:16/8;overflow:hidden;border-radius:1.2rem;background:#dce9e3;box-shadow:0 .8rem 2.4rem rgba(0,41,31,.08)}
.vn-location-detail-page .vn-location-map-frame iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0}
.vn-location-detail-page .vn-location-section{margin-top:5.5rem}
.vn-location-detail-page .vn-location-section-intro{margin:0}


.vn-location-detail-page .vn-location-care{position:relative;z-index:0;margin-top:5.5rem;padding:4.6rem 0;color:var(--vn-dark)}
.vn-location-detail-page .vn-location-care:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:var(--vn-green)}
.vn-location-detail-page .vn-location-care p{max-width:78rem;margin:0;color:var(--vn-dark);line-height:1.55}
.vn-location-detail-page .vn-location-check-list{max-width:82rem;margin:2.4rem 0 0;padding:0;list-style:none}
.vn-location-detail-page .vn-location-check-list li{position:relative;margin:0 0 1rem;padding-left:2.8rem;line-height:1.5}
.vn-location-detail-page .vn-location-check-list li:before{content:"✓";position:absolute;top:0;left:0;color:var(--vn-green);font-weight:700}


.vn-location-detail-page .vn-team-cta .vn-location-actions{margin-top:0}

@media(max-width:1049.98px){.vn-location-detail-page .vn-location-map-section{grid-template-columns:1fr}}
@media(max-width:767.98px){.vn-location-detail-page .vn-location-lead{font-size:1.7rem}.vn-location-detail-page .vn-location-map-section{margin-top:4rem;padding:2.2rem}.vn-location-detail-page .vn-location-map-frame{aspect-ratio:16/10}.vn-location-detail-page .vn-location-section,.vn-location-detail-page .vn-location-care{margin-top:4rem}.vn-location-detail-page .vn-location-care{padding:3.8rem 0}}
@media(max-width:559.98px){.vn-location-detail-page .vn-location-actions{flex-direction:column}.vn-location-detail-page .vn-location-btn{width:100%}.vn-location-detail-page .vn-location-map-section{padding:1.8rem;border-radius:1.2rem}.vn-location-detail-page .vn-location-map-frame{aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){.vn-team-card,.vn-team-card-summary,.vn-team-profile{transition:none!important}.vn-location-detail-page .vn-location-btn{transition:none}}


/* =========================================================
   LOCATION CONTENT TEMPLATE — v1.5.8
   Shared polish for all four migrated location pages.
   ========================================================= */
.vn-location-detail-page[data-vn-location]{
  --vn-location-space:clamp(4rem,6vw,6.4rem);
}
.vn-location-detail-page[data-vn-location] .vn-location-kicker{
  margin:0 0 .7rem;
  color:var(--vn-dark,#00291f);
  font-size:1.2rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vn-location-detail-page[data-vn-location] .vn-location-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:2rem;
  margin-bottom:1.6rem;
}
.vn-location-detail-page[data-vn-location] .vn-location-team-panel{
  padding:3.2rem;
  border:1px solid rgba(112,187,154,.5);
  border-radius:1.6rem;
  background:linear-gradient(135deg,#f7fbf9,#eef8f3);
}
.vn-location-detail-page[data-vn-location] .vn-location-team-panel h2{
  margin-bottom:.8rem;
}
.vn-location-detail-page[data-vn-location] .vn-location-team-panel .vn-location-section-intro{
  font-size:1.65rem;
  line-height:1.65;
}
.vn-location-detail-page[data-vn-location] .vn-location-emergency{
  padding:3.2rem;
  border:1px solid rgba(203,149,115,.42);
  border-radius:1.6rem;
  background:#fffaf7;
}
.vn-location-detail-page[data-vn-location] .vn-location-emergency > h2{
  margin-bottom:2rem;
}
.vn-location-detail-page[data-vn-location] .vn-emergency-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.6rem;
}
.vn-location-detail-page[data-vn-location] .vn-emergency-grid > div{
  padding:2.2rem;
  border:1px solid rgba(0,41,31,.12);
  border-radius:1.25rem;
  background:#fff;
}
.vn-location-detail-page[data-vn-location] .vn-emergency-grid h3{
  margin:0 0 .8rem;
  font-size:1.75rem;
}
.vn-location-detail-page[data-vn-location] .vn-emergency-grid p{
  margin:0 0 1rem;
  line-height:1.6;
}
.vn-location-detail-page[data-vn-location] .vn-emergency-grid p:last-child{
  margin-bottom:0;
}
.vn-location-detail-page[data-vn-location] .vn-emergency-grid a{
  color:var(--vn-dark,#00291f);
  font-weight:750;
  text-decoration:underline;
  text-underline-offset:.18em;
}
.vn-location-detail-page[data-vn-location] .vn-location-facts .vn-location-btn{
  min-height:4.3rem;
  padding:.9rem 1.6rem;
  font-size:1.35rem;
}
.vn-location-detail-page[data-vn-location] .vn-review-card{
  min-height:100%;
}
.vn-location-detail-page[data-vn-location] .vn-team-cta{
  margin-top:var(--vn-location-space);
}
.vn-location-detail-page[data-vn-location] .vn-team-cta .vn-location-actions{
  margin-top:0;
}
@media(max-width:767.98px){
  .vn-location-detail-page[data-vn-location]{--vn-location-space:4rem}
  .vn-location-detail-page[data-vn-location] .vn-location-team-panel,
  .vn-location-detail-page[data-vn-location] .vn-location-emergency{padding:2.3rem 2rem;border-radius:1.2rem}
  .vn-location-detail-page[data-vn-location] .vn-emergency-grid{grid-template-columns:1fr}
  .vn-location-detail-page[data-vn-location] .vn-location-section-head{align-items:flex-start;flex-direction:column}
}


/* =========================================================
   v1.5.9 — Bootstrap spacing ownership for location details
   Oriole compiles Bootstrap 4.4.1 utilities into styles.min.css.
   Layout spacing belongs to utility classes in migrated HTML; these
   rules only protect visual component behavior and prevent legacy
   margins/paddings from stacking underneath Bootstrap utilities.
   ========================================================= */
.vn-location-detail-page[data-vn-location] .vn-location-hero,
.vn-location-detail-page[data-vn-location] .vn-location-care,
.vn-location-detail-page[data-vn-location] .vn-location-section,
.vn-location-detail-page[data-vn-location] .vn-location-reviews,
.vn-location-detail-page[data-vn-location] .vn-team-cta{
  margin-top:0;
}
.vn-location-detail-page[data-vn-location] .vn-location-care{
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
}
.vn-location-detail-page[data-vn-location] .vn-location-team-panel,
.vn-location-detail-page[data-vn-location] .vn-location-emergency{
  padding:0;
}
.vn-location-detail-page[data-vn-location] .vn-location-check-list{
  margin-top:0;
  margin-bottom:0;
}
.vn-location-detail-page[data-vn-location] .vn-location-care .vn-location-check-list li:before{
  color:var(--vn-dark,#00291f);
}
/* Bootstrap utility classes use !important and therefore intentionally
   win over the zero-baseline declarations above. */

/* =========================================================
   LOCATION CONTACT COMPONENT — canonical v1.5.70
   Bootstrap/Oriole utilities own: grid columns, outer margins, inner
   padding and paragraph spacing. This block owns only skin, borders,
   typography and component-internal row behavior.
   ========================================================= */
.vn-location-detail-page[data-vn-location] .vn-location-facts{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,41,31,.14);
  border-radius:1.4rem;
  box-shadow:none;
}
.vn-location-detail-page[data-vn-location] .vn-location-facts > div{
  min-width:0;
  background:#fff;
}
.vn-location-detail-page[data-vn-location] .vn-location-facts > div + div{
  border-top:1px solid rgba(0,41,31,.10);
}
.vn-location-detail-page[data-vn-location] .vn-location-facts h3{
  font-size:1.7rem;
  line-height:1.25;
  color:var(--vn-dark);
}
.vn-location-detail-page[data-vn-location] .vn-location-facts p{
  line-height:1.55;
}
.vn-location-detail-page[data-vn-location] .vn-location-facts a:not(.vn-location-btn){
  color:var(--vn-dark);
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:rgba(0,41,31,.45);
  text-underline-offset:.2em;
  overflow-wrap:anywhere;
}
.vn-location-detail-page[data-vn-location] .vn-location-hours > div{
  gap:1.8rem;
  border-bottom:1px solid rgba(0,41,31,.08);
}
.vn-location-detail-page[data-vn-location] .vn-location-hours > div:last-child{
  border-bottom:0;
}
.vn-location-detail-page[data-vn-location] .vn-location-hours dt,
.vn-location-detail-page[data-vn-location] .vn-location-hours dd{
  margin:0;
}
.vn-location-detail-page[data-vn-location] .vn-location-hours dt{
  color:var(--vn-dark);
  font-weight:700;
}
.vn-location-detail-page[data-vn-location] .vn-location-hours dd{
  text-align:right;
  white-space:nowrap;
}
.vn-location-detail-page[data-vn-location] .vn-location-hours-note,
.vn-location-detail-page[data-vn-location] .vn-location-hours-intro{
  color:#66736f;
  font-size:1.6rem;
  line-height:1.55;
}
@media(min-width:768px){
  .vn-location-detail-page[data-vn-location] .vn-location-facts > div:nth-child(2){
    border-top:0;
    border-left:1px solid rgba(0,41,31,.10);
  }
}
@media(min-width:992px){
  .vn-location-detail-page[data-vn-location] .vn-location-facts > div:nth-child(3){
    border-top:0;
    border-left:1px solid rgba(0,41,31,.10);
  }
}


/* =========================================================
   LOCATION TEAM RESTORE — v1.5.10
   Bootstrap owns spacing; .vn-* owns visual treatment.
   ========================================================= */
.vn-location-detail-page .vn-location-team-section{padding:0}
.vn-location-detail-page .vn-location-team-section .vn-team-grid{margin-top:0}
.vn-location-detail-page .vn-team-card{margin:0}
.vn-location-detail-page button.vn-team-close{
  display:inline-flex!important;
  position:absolute;
  top:1.2rem;
  right:1.2rem;
  z-index:4;
  align-items:center;
  justify-content:center;
  width:4rem!important;
  min-width:4rem!important;
  max-width:4rem!important;
  inline-size:4rem!important;
  flex:0 0 4rem!important;
  height:4rem;
  padding:0!important;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font:inherit;
  font-size:2.4rem;
  line-height:1;
  cursor:pointer;
}
.vn-location-detail-page button.vn-team-close:hover,
.vn-location-detail-page button.vn-team-close:focus{background:rgba(255,255,255,.22);color:#fff}
@media (max-width:559.98px){
  .vn-location-detail-page .vn-team-grid{grid-template-columns:1fr}
}


/* =========================================================
   v1.5.11 — Jasper location review, 30 August 2026
   Bootstrap owns spacing; these rules only protect components.
   ========================================================= */
.vn-locations-page--v2 .vn-location-choice--primary .vn-location-choice__name:after{
  content:none!important;
  display:none!important;
}
.vn-location-detail-page[data-vn-location] .vn-location-map-section{
  margin-top:0;
  padding:0;
}
.vn-location-detail-page[data-vn-location] .vn-team-card--static .vn-team-card-summary{
  min-height:11rem;
  align-items:flex-end;
}
.vn-location-detail-page[data-vn-location] .vn-team-card--static .vn-team-card-summary p{
  margin:0 0 .3rem;
}
.vn-location-detail-page[data-vn-location] .vn-team-card--static .vn-team-card-location{
  margin:0;
  color:#68736e;
  font-size:1.2rem;
  font-weight:700;
}
.vn-location-detail-page[data-vn-location] .vn-team-card--static:hover .vn-team-card-summary{
  opacity:1;
  transform:none;
  pointer-events:auto;
}
.vn-location-detail-page[data-vn-location] .vn-team-card--static .vn-team-profile,
.vn-location-detail-page[data-vn-location] .vn-team-card--static .vn-team-card-toggle{
  display:none!important;
}


/* Opening-hours component styling is canonical in the v1.5.70 contact block above. */

/* Legacy .vn-location-page layout generation removed in v1.5.70.
   Current detail pages render as .vn-location-detail-page[data-vn-location]. */

/* v1.5.32 — Google rating summary in location review header */
.vn-location-detail-page .vn-location-reviews__google{
  display:flex;
  min-width:15.5rem;
  flex-direction:column;
  align-items:flex-end;
  gap:.25rem;
  text-decoration:none;
}
.vn-location-detail-page .vn-google-rating__top{
  display:flex;
  align-items:center;
  gap:.65rem;
  line-height:1;
}
.vn-location-detail-page .vn-google-rating__top strong{
  font-size:1.65rem;
  font-weight:800;
}
.vn-location-detail-page .vn-google-rating__stars{
  position:relative;
  display:inline-block;
  font-size:1.35rem;
  letter-spacing:.07em;
  line-height:1;
}
.vn-location-detail-page .vn-google-rating__stars > span:first-child{
  color:#cbd4cf;
}
.vn-location-detail-page .vn-google-rating__stars > span:last-child{
  position:absolute;
  inset:0 auto 0 0;
  width:var(--vn-google-rating,100%);
  overflow:hidden;
  color:#f4b400;
  white-space:nowrap;
}
.vn-location-detail-page .vn-google-rating__count{
  color:#59645f;
  font-size:1.05rem;
  font-weight:600;
}
.vn-location-detail-page .vn-google-rating__link{
  color:var(--vn-loc-dark);
  font-size:1.15rem;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:.2em;
}
@media(max-width:767.98px){
  .vn-location-detail-page .vn-location-reviews__google{
    min-width:0;
    align-items:flex-start;
  }
}


/* v1.5.33 — compact team close + individual review star cue */
.vn-location-detail-page .vn-review-card-stars{
  margin:0 0 .8rem;
  color:#f5aa00;
  font-size:1.2rem;
  line-height:1;
  letter-spacing:.08em;
}


/* Vos & Nos Design v1.5.42
 * Google review cards: long source reviews stay compact until explicitly opened.
 */
.vn-location-detail-page .vn-review-copy{
  flex:1;
  min-width:0;
  margin:0 0 1.5rem;
}

.vn-location-detail-page .vn-review-copy .vn-review-quote{
  margin:0 0 .7rem;
}

.vn-location-detail-page .vn-review-quote--clamped{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
}

.vn-location-detail-page .vn-review-toggle{
  width:auto;
  min-width:0;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:var(--vn-loc-dark);
  font:inherit;
  font-size:1.25rem;
  font-weight:800;
  line-height:1.4;
  text-decoration:underline;
  text-underline-offset:.16em;
  cursor:pointer;
}

.vn-location-detail-page .vn-review-toggle:hover,
.vn-location-detail-page .vn-review-toggle:focus-visible{
  background:transparent;
  color:var(--vn-loc-dark);
  text-decoration-thickness:2px;
}

