.cookie-banner {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 1.25rem;
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  line-height: 1.45;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner--visible {
  display: block;
}

.cookie-banner__inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}

.cookie-banner__text {
  flex: 1 1 18rem;
  max-width: 48rem;
}

.cookie-banner__text a {
  color: #93c5fd;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.cookie-banner__actions .btn {
  white-space: nowrap;
}

.cookie-settings {
  margin-top: 0.75rem;
  padding: 1rem;
  background: rgba(30, 41, 59, 0.95);
  border-radius: 0.75rem;
  max-width: 32rem;
}

.cookie-settings[hidden] {
  display: none !important;
}

.cookie-settings--open {
  display: block !important;
}

.cookie-settings label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.cookie-settings input[type='checkbox']:disabled {
  cursor: not-allowed;
}

.social-label {
  display: inline-block;
  margin: 0;
  color: inherit;
}

.map-fallback {
  min-height: 280px;
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 50%, #e2e8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  border-radius: 2rem;
}

.map-fallback__address {
  max-width: 28rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0f172a;
}

.video-placeholder-block {
  position: relative;
  min-height: 320px;
  border-radius: 2rem;
  overflow: hidden;
  background: #0f172a center/cover no-repeat;
}

.video-placeholder-block__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.88));
  color: #f8fafc;
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 576px) {
  .cookie-banner__actions {
    width: 100%;
  }
  .cookie-banner__actions .btn {
    flex: 1 1 auto;
  }
}
