.scala-vt-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  contain: paint;
  position: relative;
  z-index: 0;
  overflow: hidden;
  clip-path: inset(0 round 20px);   /* the reliable part */
  mask-image: linear-gradient(#000, #000);
  -webkit-mask-image: linear-gradient(#000, #000);
}

.cmplz-consent-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.cmplz-consent-area.cmplz-placeholder {
  margin-top: 0 !important;
}

.scala-vt-buttons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.scala-vt-button {
  text-decoration: none !important;
  cursor: pointer;
}

.scala-vt-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cmplz-placeholder-parent {
    width: 100%;
    height: 100%;
}

/* --- Complianz Google Maps Placeholder — full overlay + navy pill button --- */

.cmplz-blocked-content-container {
  border-radius: 24px !important;
  aspect-ratio: 16 / 9; 
  height: auto !important;
  box-shadow: 0 20px 45px rgba(23, 29, 56, 0.08) !important;
  border: none !important;
}

/* Override Complianz's own centered-300px-box positioning */
.cmplz-blocked-content-container .cmplz-blocked-content-notice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding: 32px 40px !important;
  background: linear-gradient(
    180deg,
    rgba(23, 27, 52, 0.25) 0%,
    rgba(23, 27, 52, 0.65) 100%
  ) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  font-family: var(--ast-body-font-family, "Poppins", "Inter", sans-serif) !important;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice-body {
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  max-width: 420px !important;
  text-align: center !important;
}

.cmplz-blocked-content-container .cmplz-links a {
  color: #dbe4ff !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.cmplz-blocked-content-container .cmplz-links a:hover {
  color: #ffffff !important;
}

/* Button — override theme's generic <button> style with navy pill */
.cmplz-blocked-content-container button.cmplz-accept-service {
  position: static !important;
  transform: none !important;
  flex: 0 0 auto !important;
  width: fit-content !important;
  max-width: none !important;
  margin: 0.5em auto 0 !important;
  padding: 0.875em 2.5em !important;
  border: none !important;
  border-radius: 62.5em !important;
  background-color: var(--ast-global-color-2, #171b34) !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  line-height: normal !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, transform 0.15s ease !important;
  font-family: inherit !important;
  display: block !important;
}

.cmplz-blocked-content-container button.cmplz-accept-service:hover {
  background-color: var(--ast-global-color-0, #4169f2) !important;
}

.cmplz-blocked-content-container button.cmplz-accept-service:active {
}

@media (max-width: 768px) {
  .cmplz-blocked-content-container .cmplz-blocked-content-notice {
    padding: 24px 20px !important;
  }

  .cmplz-blocked-content-container .cmplz-blocked-content-notice-body {
    font-size: 0.88rem !important;
  }
}

