/* Prestigiu Cookie Consent – banner */
#pt-consent{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#01343A;color:#fff;border-top:1px solid #B4F6D0;box-shadow:0 -4px 24px rgba(0,0,0,.25);font-family:var(--primary-font,"Open Sans",sans-serif);font-size:15px;line-height:1.5}
#pt-consent[hidden]{display:none}
.pt-consent__inner{max-width:1200px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;gap:24px}
.pt-consent__text{flex:1 1 auto;margin:0;color:#fff}
.pt-consent__text a{color:#B4F6D0;text-decoration:underline}
.pt-consent__text a:hover{color:#fff}
.pt-consent__actions{display:flex;gap:12px;flex:0 0 auto}
.pt-consent__btn{font:inherit;font-weight:600;font-size:15px;line-height:1;padding:14px 28px;border-radius:50px;cursor:pointer;border:1px solid transparent;margin:0;transition:background .2s,color .2s,border-color .2s;-webkit-appearance:none;appearance:none}
.pt-consent__btn--accept{background:#B4F6D0;color:#000;border-color:#B4F6D0}
.pt-consent__btn--accept:hover{background:#fff;border-color:#fff}
.pt-consent__btn--decline{background:transparent;color:#fff;border-color:#fff}
.pt-consent__btn--decline:hover{background:rgba(255,255,255,.12)}
.pt-consent__btn:focus-visible{outline:3px solid #B4F6D0;outline-offset:2px}
@media (max-width:640px){
  .pt-consent__inner{flex-direction:column;align-items:stretch;gap:14px;padding:16px}
  .pt-consent__actions{flex-direction:column}
  .pt-consent__btn{width:100%}
}
@media (prefers-reduced-motion:no-preference){
  #pt-consent:not([hidden]){animation:pt-consent-in .35s ease-out}
  @keyframes pt-consent-in{from{transform:translateY(100%)}to{transform:none}}
}

/* Google Maps placeholder shown until consent */
.pt-consent-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;box-sizing:border-box;min-height:280px;padding:32px 24px;background:#EEF3F3;border:1px dashed #01343A;border-radius:12px;text-align:center;color:#01343A;font-size:15px;line-height:1.5}
.pt-consent-placeholder p{margin:0;max-width:480px}
.pt-consent-placeholder__btn{font:inherit;font-weight:600;padding:12px 24px;border-radius:50px;border:0;background:#01343A;color:#fff;cursor:pointer}
.pt-consent-placeholder__btn:hover{background:#1F5258}
