/**
 * Editor styles
 */
.block-editor .wp-block-market-mentors-double-line-heading {
  position: relative;
}
.block-editor .wp-block-market-mentors-double-line-heading .block-settings {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 4%;
  left: 4%;
  width: 42%;
  min-width: 420px;
  border-radius: 16px;
  padding: 16px 32px;
  z-index: 101;
  box-shadow: 0 0 4px 0 #2344, 12px 12px 1px 0 #2347;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 200ms;
}
.block-editor
  .wp-block-market-mentors-double-line-heading.block-editor-block-list__block:after {
  display: none;
}
.block-editor
  .wp-block-market-mentors-double-line-heading.is-selected
  .block-settings {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.block-editor
  .wp-block-market-mentors-double-line-heading
  .block-settings:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.94;
  z-index: -1;
}

.block-editor
  .wp-block-market-mentors-double-line-heading.blue
  .block-settings:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(210deg, 100%, 78%);
  opacity: 1;
  z-index: -1;
}

.block-editor
  .wp-block-market-mentors-double-line-heading
  .block-settings
  header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
}
.block-editor
  .wp-block-market-mentors-double-line-heading
  .block-settings
  header:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #222;
  z-index: -1;
}
.block-editor
  .wp-block-market-mentors-double-line-heading
  .block-settings
  header
  h2 {
  margin: 0;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
  filter: drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white)
    drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white)
    drop-shadow(0 0 1px white);
}
.block-editor
  .wp-block-market-mentors-double-line-heading
  .block-settings
  .column {
  width: 100%;
  padding: 8px;
}
.block-editor
  .wp-block-market-mentors-double-line-heading
  .block-settings
  input[type="text"] {
  width: 100%;
  margin: 0 0 8px 0;
  border: none;
  border-bottom: 2px dashed var(--wp-admin-theme-color);
  border-radius: 0;
  padding: 8px;
}
.block-editor
  .wp-block-market-mentors-double-line-heading
  .components-circular-option-picker,
.block-editor
  .wp-block-market-mentors-double-line-heading
  .components-range-control {
  display: block;
  width: 100%;
  color: #111;
}

/**
 * Element styles
 */
.wp-block-market-mentors-double-line-heading h2 span {
  display: block;
  line-height: 1.2;
  color: var(--text-color);
}
.wp-block-market-mentors-double-line-heading h2 .line-one {
  font-size: 3rem;
}
.wp-block-market-mentors-double-line-heading h2 .line-two {
  margin-left: 3rem;
  font-size: 4rem;
}
