/* Cookie consent banner */

.ba-consent {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 10000;
  max-width: 420px;
}

.ba-consent__dialog {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  padding: 1.1rem 1.15rem 1rem;
}

.ba-consent__title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.ba-consent__text {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #555;
}

.ba-consent__choices {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.ba-consent__choice {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.35;
  cursor: pointer;
}

.ba-consent__choice input {
  margin-top: 0.15rem;
}

.ba-consent__choice--locked {
  opacity: 0.85;
  cursor: default;
}

.ba-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ba-consent__btn {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: #222;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font: inherit;
  font-size: 0.85rem;
  cursor: pointer;
}

.ba-consent__btn--primary {
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  border-color: transparent;
  color: #fff;
}

.ba-consent__links {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: #717171;
}

.ba-consent__links a {
  color: inherit;
  text-decoration: underline;
}

.fb-map-section__gate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  min-height: 220px;
  padding: 1.25rem;
  background: #f3f3f3;
  border-radius: 12px;
}

.fb-map-section__gate-text {
  margin: 0;
  max-width: 28rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.45;
}

.fb-map-section__gate-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  background: linear-gradient(to right, #e61e4d 0%, #e31c5f 50%, #d70466 100%);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .ba-consent {
    inset: auto 1.5rem 1.5rem auto;
  }
}
