/*
 * HolDent — Block: Maps Embed
 */

.holdent-maps-embed {
  padding-block: var(--space-3xl);
  background: var(--color-canvas);
}

.holdent-maps-embed__header {
  max-width: 720px;
  margin-bottom: var(--space-xl);
}

.holdent-maps-embed__overline {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: var(--space-sm);
}

.holdent-maps-embed__title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}

.holdent-maps-embed__frame {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-lg);
}

.holdent-maps-embed__frame iframe {
  display: block;
  width: 100%;
  height: var(--holdent-maps-height, 500px);
}

.holdent-maps-embed__cta-row {
  margin-top: var(--space-lg);
  display: flex;
  justify-content: center;
}

.holdent-maps-embed__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 var(--space-lg);
  border-radius: var(--radius-full);
  background: var(--color-dark);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
