.static-consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  max-width: 420px;
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  color: #1f2630;
  font-family: inherit;
}

.static-consent-banner p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
}

.static-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.static-consent-actions button,
.static-map-placeholder a,
.static-newsletter button {
  border: 0;
  border-radius: 6px;
  background: #5b4b8a;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 14px;
  text-decoration: none;
}

.static-consent-actions button.secondary {
  background: #eceaf3;
  color: #2f2942;
}

.static-map-placeholder {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 4px;
  background: #f1f1f1;
  text-align: center;
}

.static-map-placeholder p {
  margin-bottom: 16px;
}

.static-form-message {
  margin-top: 12px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .static-consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }
}
