.tp-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #111;
  color: #fff;
  padding: 16px 20px;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  line-height: 1.5;
}

.tp-consent-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tp-consent-text {
  flex: 1 1 420px;
}

.tp-consent-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tp-consent-btn {
  appearance: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.tp-consent-btn.primary {
  background: #fff;
  color: #111;
}

.tp-consent-link {
  color: #fff;
  text-decoration: underline;
}

.map-consent {
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f1ea;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px;
}

.map-consent__content {
  max-width: 520px;
  text-align: center;
}

.map-consent__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.map-consent__text {
  font-size: 14px;
}

.map-consent__button {
  margin-top: 14px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.map-consent__link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  color: inherit;
}

.form-privacy {
  margin: 12px 0 20px;
  font-size: 13px;
  line-height: 1.4;
  color: inherit;
}

.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
