html {
  overflow-y: scroll;
}

html.cie-nav-pending,
html.cie-nav-pending body {
  background: inherit !important;
}

html.cie-nav-pending main {
  opacity: 1 !important;
}

@supports (view-transition-name: none) {
  main {
    view-transition-name: cie-main;
  }
}

.cie-iframe-facade {
  position: relative;
  width: 100%;
  min-height: 200px;
  border: 0;
  background: linear-gradient(135deg, #1a202c, #2d3748);
  background-image: var(--cie-facade-image);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cie-iframe-facade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 16, 0.35);
}

.cie-iframe-facade__button {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  padding: 10px 18px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cie-iframe-facade__icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}
