#wp-repeato-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#wp-repeato-dialog > .wp-repeato-dialog-content {
  position: relative;
  width: 80%;
  max-width: 1200px;
  height: 80%;
  max-height: 860px;
  padding: 20px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 16px;
}

.wp-repeato-dialog-content > iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: auto;
  display: block;
}
#wp-repeato-dialog .wp-repeato-close {
  position: absolute;
  top: 14px;
  right: 22px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  z-index: 10001;
}
