.axeptio-iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font: 600 14px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
}

.axeptio-iframe-overlay:hover {
  background: rgba(0, 0, 0, 0.58);
}

.axeptio-iframe-overlay small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.85;
  margin-top: 6px;
}
