/* Vuka final overrides: contact location image/map layout + safety menu cleanup */
.vuka-location-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.vuka-location-photo,
.vuka-location-split > .rounded-xl {
  /* min-height: 350px;
  height: 340px; */
  /* aspect-ratio:4/; */
  width: 100%;
}
.vuka-location-photo {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 18px 50px -25px rgba(8, 21, 43, 0.45);
  background: #f4f7fc;
}
.vuka-location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vuka-location-split iframe {
  min-height: 320px;
}
@media (max-width: 1024px) {
  .vuka-location-split {
    grid-template-columns: 1fr;
  }
  .vuka-location-photo,
  .vuka-location-split > .rounded-xl,
  .vuka-location-split iframe {
    /* height: 700px;
    min-height: 440px; */
    aspect-ratio:4/2.8;
    
  }
}
/* Make button cursor consistent across React and static pages */
button,
button[type="button"],
button[type="submit"],
a[href],
[role="button"],
input[type="submit"],
input[type="button"] {
  cursor: pointer !important;
}
button:disabled,
input:disabled {
  cursor: not-allowed !important;
}
/* Hide/remove old all-flights link defensively if a stale script exists in browser cache */
a[href="/all-flights/"],
a[href="/all-flights"] {
  display: none !important;
}

.vuka-legal-fallback-page{background:#f8fafc;color:#0b2341;min-height:100vh;padding-top:120px}.vuka-legal-hero{background:linear-gradient(135deg,#09213d,#0f3156);color:#fff;text-align:center;padding:80px 20px}.vuka-legal-hero span{display:inline-block;color:#f2a713;background:rgba(242,167,19,.14);border-radius:999px;padding:8px 18px;font-weight:700;margin-bottom:18px}.vuka-legal-hero h1{font-family:Montserrat,sans-serif;font-size:clamp(34px,5vw,56px);font-weight:800;margin:0 0 18px}.vuka-legal-hero p{max-width:760px;margin:0 auto;color:#ffe2a0;font-size:18px;line-height:1.7}.vuka-legal-wrap{max-width:1180px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.vuka-legal-content{background:#fff;border-radius:18px;box-shadow:0 14px 45px rgba(9,33,61,.08);padding:42px}.vuka-legal-section{margin-bottom:34px}.vuka-legal-section:last-child{margin-bottom:0}.vuka-legal-section h2{font-family:Montserrat,sans-serif;font-size:25px;font-weight:800;margin:0 0 14px;display:flex;gap:12px;align-items:center;color:#0b2341}.vuka-legal-section h2:before{content:"";display:inline-block;width:5px;height:30px;border-radius:10px;background:#f2a713}.vuka-legal-section p{font-size:16px;line-height:1.85;color:#5c6f86;margin:0 0 13px}.vuka-legal-form-card{position:sticky;top:130px;background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(9,33,61,.14);padding:16px}.vuka-trip-tabs{background:#12345c;border-radius:14px 14px 0 0;display:grid;grid-template-columns:1fr 1fr;margin:-16px -16px 16px;overflow:hidden}.vuka-trip-tabs button{border:0;background:transparent;color:#fff;padding:18px 8px;font-weight:800;font-size:15px}.vuka-trip-tabs .active{background:#fff;color:#0b2341;border-radius:24px 0 0 24px;margin:16px 0 16px 16px}.vuka-field{height:46px;border:1px solid #cbd6e2;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 13px;margin-bottom:12px;color:#0b315b;background:#fff}.vuka-field span{color:#687b91;flex:1}.vuka-field b{font-weight:400;color:#a5b2c1}.vuka-captcha{height:64px;background:#f0f4f8;border:1px solid #cbd6e2;border-radius:10px;display:flex;align-items:center;gap:12px;padding:0 13px;margin-top:4px;color:#26364a;font-size:13px}.vuka-captcha small{margin-left:auto;font-size:8px;color:#8391a2}.vuka-check{width:22px;height:22px;border:2px solid #75869a;border-radius:3px;background:#fff}.vuka-verify{text-align:center;color:#687b91;font-size:12px;margin:12px 0 14px}.vuka-search-btn{height:48px;width:100%;border:0;border-radius:10px;background:#eca714;color:#051a32;font-weight:800;font-size:15px;box-shadow:0 8px 18px rgba(236,167,20,.3);cursor:pointer}@media(max-width:980px){.vuka-legal-wrap{grid-template-columns:1fr}.vuka-legal-form-card{position:relative;top:auto;max-width:430px;margin:0 auto;width:100%}.vuka-legal-content{padding:28px}.vuka-legal-fallback-page{padding-top:100px}}
