.vs-legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  align-items:center;
  justify-content:center;
  margin-top:1rem;
  font-size:.95rem;
}

.vs-legal-links a,
.vs-legal-links button{
  color:inherit;
  opacity:.86;
  text-decoration:none;
}

.vs-legal-links a:hover,
.vs-legal-links button:hover{
  opacity:1;
  text-decoration:underline;
}

.vs-legal-links button{
  background:none;
  border:0;
  padding:0;
  cursor:pointer;
  font:inherit;
}

.vs-cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:9999;
  display:block;
}

.vs-cookie-banner__inner{
  max-width:1120px;
  margin:0 auto;
  padding:18px 20px;
  border-radius:22px;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  background:rgba(20,24,31,.82);
  color:#fff;
  box-shadow:0 18px 60px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.08);
}

.vs-cookie-banner__text strong{
  display:block;
  margin-bottom:.45rem;
  font-size:1rem;
}

.vs-cookie-banner__text p{
  margin:0;
  line-height:1.5;
  color:rgba(255,255,255,.88);
}

.vs-cookie-banner__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  margin-top:1rem;
}

.vs-cookie-banner__links{
  margin-top:.85rem;
}

.vs-cookie-banner__links a{
  color:rgba(255,255,255,.9);
  text-decoration:underline;
}

.vs-btn{
  appearance:none;
  border:0;
  border-radius:999px;
  padding:.82rem 1.1rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:transform .16s ease, opacity .16s ease, background .16s ease;
}

.vs-btn:hover{
  transform:translateY(-1px);
}

.vs-btn--primary{
  background:#ffffff;
  color:#111827;
}

.vs-btn--ghost{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.vs-btn--soft{
  background:rgba(255,255,255,.2);
  color:#fff;
}

.vs-cookie-modal{
  position:fixed;
  inset:0;
  z-index:10000;
}

.vs-cookie-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}

.vs-cookie-modal__panel{
  position:relative;
  width:min(680px, calc(100vw - 32px));
  margin:6vh auto 0;
  border-radius:24px;
  overflow:hidden;
  background:#ffffff;
  color:#111827;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}

.vs-cookie-modal__header,
.vs-cookie-modal__footer{
  padding:18px 20px;
  border-bottom:1px solid rgba(17,24,39,.08);
}

.vs-cookie-modal__footer{
  border-bottom:0;
  border-top:1px solid rgba(17,24,39,.08);
  display:flex;
  gap:.7rem;
  flex-wrap:wrap;
}

.vs-cookie-modal__body{
  padding:20px;
}

.vs-cookie-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}

.vs-cookie-modal__header h2{
  margin:0;
  font-size:1.15rem;
}

.vs-cookie-modal__close{
  appearance:none;
  border:0;
  background:none;
  cursor:pointer;
  font-size:1.7rem;
  line-height:1;
  color:#111827;
}

.vs-cookie-option{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 0;
  border-bottom:1px solid rgba(17,24,39,.08);
}

.vs-cookie-option:last-of-type{
  border-bottom:0;
}

.vs-cookie-option__copy strong{
  display:block;
  margin-bottom:.35rem;
}

.vs-cookie-option__copy p{
  margin:0;
  color:#4b5563;
  line-height:1.5;
}

.vs-cookie-modal__note{
  margin:1rem 0 0;
  color:#4b5563;
  line-height:1.5;
}

.vs-switch{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-width:52px;
}

.vs-switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.vs-switch span{
  width:52px;
  height:32px;
  background:#d1d5db;
  border-radius:999px;
  position:relative;
  display:block;
  transition:background .2s ease;
}

.vs-switch span::after{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:24px;
  height:24px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.14);
  transition:transform .2s ease;
}

.vs-switch input:checked + span{
  background:#111827;
}

.vs-switch input:checked + span::after{
  transform:translateX(20px);
}

@media (min-width: 860px){
  .vs-cookie-banner__inner{
    display:grid;
    grid-template-columns:1.6fr auto;
    gap:1.2rem 1.4rem;
    align-items:center;
  }

  .vs-cookie-banner__actions{
    margin-top:0;
    justify-content:flex-end;
  }

  .vs-cookie-banner__links{
    grid-column:1 / -1;
    margin-top:0;
  }
}


/* ===== Footer legal links in home footer ===== */
.footer-inner{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
}

.footer-left{
  display:flex;
  align-items:center;
  gap:.45rem;
  flex-wrap:wrap;
}

.footer-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:.9rem;
}

.vs-legal-links--footer{
  margin-top:0;
  justify-content:flex-end;
  font-size:.92rem;
}

.footer .vs-legal-links--footer a,
.footer .vs-legal-links--footer button{
  color:inherit;
  opacity:.86;
}

.footer .vs-legal-links--footer a:hover,
.footer .vs-legal-links--footer button:hover{
  opacity:1;
}

@media (max-width: 760px){
  .footer-inner{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .footer-left,
  .footer-right,
  .vs-legal-links--footer{
    justify-content:center;
  }
}


[hidden]{display:none !important;}
html.vs-cookie-modal-open, html.vs-cookie-modal-open body{overflow:hidden;}
.top-title-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:inherit;
}
.top-title-link:hover{
  opacity:.96;
}
