/* Viaggiare Fuerteventura - Cookie Consent Alpha Online */
.vl-cookie-banner,
.vl-cookie-panel,
.vl-cookie-manage{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.vl-cookie-banner{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:99999;
  max-width:980px;
  margin:0 auto;
  background:rgba(255,255,255,.96);
  color:#111827;
  border:1px solid rgba(17,24,39,.12);
  border-radius:26px;
  box-shadow:0 24px 80px rgba(15,23,42,.22);
  backdrop-filter:blur(18px);
  padding:18px;
}
.vl-cookie-banner h2{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.vl-cookie-banner p{
  margin:0;
  color:#475467;
  line-height:1.48;
  font-size:14px;
}
.vl-cookie-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:10px 0 0;
}
.vl-cookie-links a{
  color:#0f172a;
  font-weight:800;
  text-decoration:underline;
}
.vl-cookie-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.vl-cookie-actions button,
.vl-cookie-manage{
  border:0;
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  font-size:14px;
}
.vl-cookie-primary{background:#111827;color:#fff}
.vl-cookie-light{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb!important}
.vl-cookie-outline{background:#fff;color:#111827;border:1px solid #d1d5db!important}
.vl-cookie-panel{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(15,23,42,.48);
  padding:18px;
}
.vl-cookie-panel.is-open{display:flex}
.vl-cookie-card{
  width:min(760px,100%);
  max-height:90vh;
  overflow:auto;
  background:#fff;
  color:#111827;
  border-radius:28px;
  box-shadow:0 28px 90px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.8);
  padding:22px;
}
.vl-cookie-card h2{margin:0 0 8px;font-size:28px;letter-spacing:-.045em}
.vl-cookie-card p{color:#475467;line-height:1.55}
.vl-cookie-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
  padding:16px 0;
  border-top:1px solid #e5e7eb;
}
.vl-cookie-row strong{display:block;font-size:16px}
.vl-cookie-row span{display:block;margin-top:4px;color:#667085;font-size:13px;line-height:1.45}
.vl-switch{
  position:relative;
  display:inline-block;
  width:58px;
  height:34px;
}
.vl-switch input{opacity:0;width:0;height:0}
.vl-slider{
  position:absolute;
  cursor:pointer;
  inset:0;
  background:#d1d5db;
  transition:.2s;
  border-radius:999px;
}
.vl-slider:before{
  content:"";
  position:absolute;
  height:26px;
  width:26px;
  left:4px;
  top:4px;
  background:white;
  transition:.2s;
  border-radius:50%;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
}
.vl-switch input:checked + .vl-slider{background:#111827}
.vl-switch input:checked + .vl-slider:before{transform:translateX(24px)}
.vl-switch input:disabled + .vl-slider{background:#9ca3af;cursor:not-allowed}
.vl-cookie-manage{
  position:fixed;
  left:14px;
  bottom:14px;
  z-index:99998;
  background:#111827;
  color:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.22);
  display:none;
}
.vl-cookie-manage.is-visible{display:block}
@media(max-width:680px){
  .vl-cookie-banner{left:10px;right:10px;bottom:10px;border-radius:22px;padding:16px}
  .vl-cookie-actions button{width:100%}
  .vl-cookie-card{border-radius:22px;padding:18px}
  .vl-cookie-row{grid-template-columns:1fr}
}
