.editor-styles-wrapper .slotlaunch,
.wp-block-editor .slotlaunch {
  display: block;
  margin-bottom: 40px;
}
.editor-styles-wrapper .slotlaunch-wrapper,
.wp-block-editor .slotlaunch-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.editor-styles-wrapper .slotlaunch-iframe,
.wp-block-editor .slotlaunch-iframe {
  width: 100%;
  display: block;
}
.editor-styles-wrapper .slotlaunch-overlay,
.wp-block-editor .slotlaunch-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px);
  border-radius: 4px;
}
.editor-styles-wrapper .slotlaunch-overlay.is-loading .slotlaunch-intro,
.editor-styles-wrapper .slotlaunch-overlay.is-loading .slotlaunch-start,
.wp-block-editor .slotlaunch-overlay.is-loading .slotlaunch-intro,
.wp-block-editor .slotlaunch-overlay.is-loading .slotlaunch-start {
  display: none;
}
.editor-styles-wrapper .slotlaunch-overlay.is-loading .slotlaunch-loading,
.wp-block-editor .slotlaunch-overlay.is-loading .slotlaunch-loading {
  display: flex;
}
.editor-styles-wrapper .slotlaunch-overlay.hidden,
.wp-block-editor .slotlaunch-overlay.hidden {
  display: none;
}
.editor-styles-wrapper .slotlaunch-intro,
.wp-block-editor .slotlaunch-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.editor-styles-wrapper .slotlaunch-intro__icon,
.wp-block-editor .slotlaunch-intro__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #EFF6FF;
  border-radius: 16px;
}
.editor-styles-wrapper .slotlaunch-intro__icon img,
.wp-block-editor .slotlaunch-intro__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.editor-styles-wrapper .slotlaunch-intro__text,
.wp-block-editor .slotlaunch-intro__text {
  margin: 0 !important;
  color: #F8FAFC;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.editor-styles-wrapper .slotlaunch-start,
.wp-block-editor .slotlaunch-start {
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  min-width: 311px;
  border-radius: 24px;
  background-color: #0F172B;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 5px 16px rgba(255, 255, 255, 0.26);
}
.editor-styles-wrapper .slotlaunch-start:hover,
.wp-block-editor .slotlaunch-start:hover {
  transform: scale(1.05);
}
.editor-styles-wrapper .slotlaunch-loading,
.wp-block-editor .slotlaunch-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.editor-styles-wrapper .slotlaunch-loading__spinner,
.wp-block-editor .slotlaunch-loading__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #4ad3ff;
  animation: slotlaunch-spin 0.8s linear infinite;
}
.editor-styles-wrapper .slotlaunch-loading__text,
.wp-block-editor .slotlaunch-loading__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
@keyframes slotlaunch-spin {
  to {
    transform: rotate(360deg);
  }
}
.editor-styles-wrapper .slotlaunch-notice,
.wp-block-editor .slotlaunch-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px;
  background: #EFF6FF;
  border-radius: 4px;
  border-left: 4px solid #2B7FFF;
}
.editor-styles-wrapper .slotlaunch-notice__text,
.wp-block-editor .slotlaunch-notice__text {
  margin: 0 !important;
  color: #0F172B;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .slotlaunch-notice__text,
  .wp-block-editor .slotlaunch-notice__text {
    font-size: 18px;
  }
}

/*# sourceMappingURL=editor.css.map */
