.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 1rem;
  pointer-events: none;
}
.cookie-banner-box {
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  max-width: 1170px;
  margin: 0 auto;
  padding: 1.15rem 1.35rem;
  border: 1px solid #E2E6E7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(29, 44, 57, 0.16);
}
.cookie-banner-text {
  flex: 1 1 18rem;
  margin: 0;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.55;
}
.cookie-banner-text a {
  color: #4FB448;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.55rem 1.2rem;
  border-radius: 9999px;
  border: 2px solid transparent;
  background: transparent;
  color: #1D2C39;
  font-family: Outfit, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.cookie-btn-primary {
  background: #4FB448;
  border-color: #4FB448;
  color: #fff;
}
.cookie-btn-primary:hover {
  background: #3E8F38;
  border-color: #3E8F38;
}
.cookie-btn-ghost {
  border-color: #E2E6E7;
  background: #fff;
}
.cookie-btn-ghost:hover {
  border-color: #4FB448;
  color: #4FB448;
}
.cookie-btn-link {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #444;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none;
  letter-spacing: 0;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.cookie-btn-link:hover { color: #4FB448; }
.cookie-dialog {
  width: min(32rem, calc(100vw - 2rem));
  padding: 0;
  border: 1px solid #E2E6E7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(29, 44, 57, 0.2);
}
.cookie-dialog::backdrop {
  background: rgba(29, 44, 57, 0.35);
}
.cookie-dialog-form {
  padding: 1.5rem 1.5rem 1.25rem;
}
.cookie-dialog-title {
  margin: 0;
  color: #000;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cookie-dialog-lead {
  margin: 0.75rem 0 1.15rem;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.55;
}
.cookie-option {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0 0 0.85rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #E2E6E7;
  border-radius: 8px;
  background: #F5F5F5;
  cursor: pointer;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.45;
}
.cookie-option input {
  margin-top: 0.2rem;
  accent-color: #4FB448;
}
.cookie-option strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #000;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.cookie-option input:disabled {
  cursor: not-allowed;
}
.cookie-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}
.cookie-open {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.map-embed-wait {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #F5F5F5;
  color: #444;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
}
.map-embed.is-allowed .map-embed-wait {
  display: none;
}
.map-embed:not(.is-allowed) iframe {
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner-box {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #fff;
  }
}
