.dsgvo-embed-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
}

.dsgvo-embed-wrapper > iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

.dsgvo-embed-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  gap: 0.5rem;
}

.dsgvo-embed-title {
  margin: 0;
  font-weight: 700;
}

.dsgvo-embed-text {
  margin: 0;
  max-width: 40rem;
}

.dsgvo-embed-legal {
  margin: 0.2rem 0 0.4rem;
}

.dsgvo-embed-link {
  color: #c7d2fe;
  text-decoration: underline;
}

.dsgvo-embed-link:hover,
.dsgvo-embed-link:focus {
  color: #e0e7ff;
}

.dsgvo-embed-btn {
  border: 0;
  border-radius: 0.375rem;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1rem;
  cursor: pointer;
}

.dsgvo-embed-btn:hover,
.dsgvo-embed-btn:focus {
  background: #1d4ed8;
}

.geolocation-map-wrapper.dsgvo-map-blocked {
  position: relative;
}

.dsgvo-map-overlay {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 260px;
}

.dsgvo-recaptcha-overlay {
  width: 100%;
}

.dsgvo-recaptcha-overlay-inner {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: inherit;
}

.dsgvo-consent-trigger {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 99999;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #1d4ed8;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.dsgvo-consent-trigger:hover,
.dsgvo-consent-trigger:focus {
  background: #1e40af;
}

.dsgvo-consent-panel {
  position: fixed;
  left: 1rem;
  bottom: 4.8rem;
  z-index: 99999;
  width: min(320px, calc(100vw - 2rem));
  background: #0f172a;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.9rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.dsgvo-consent-panel-title {
  margin: 0 0 0.4rem;
  font-weight: 700;
}

.dsgvo-consent-panel-text {
  margin: 0 0 0.7rem;
  font-size: 0.92rem;
}

.dsgvo-consent-reset {
  border: 0;
  border-radius: 0.375rem;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
}

.dsgvo-consent-reset:hover,
.dsgvo-consent-reset:focus {
  background: #1d4ed8;
}
