/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-itmar-logo-anime,
.wp-block-itmar-tea-time,
.wp-block-itmar-welcome {
  border: 1px dotted #f00;
}

.logoSizeCtrl .components-base-control,
.durationCtrl .components-base-control {
  width: 100%;
}
.logoSizeCtrl.spacing,
.durationCtrl.spacing {
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.logoSizeCtrl.spacing .components-base-control,
.durationCtrl.spacing .components-base-control {
  margin-bottom: 0;
}

.ending_ctrl .components-radio-control {
  width: 100%;
}
.ending_ctrl .components-radio-control .components-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
.ending_ctrl .components-radio-control__option {
  width: 50%;
}
.ending_ctrl .components-radio-control__option input {
  display: none;
}
.ending_ctrl .components-radio-control__option input[type=radio]:checked + label {
  background-color: #0085ba;
  color: #fff;
  text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82;
}
.ending_ctrl .components-radio-control__option label {
  display: block;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 9px 5px;
  background: #f7f7f7;
  color: #555e64;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  border: solid 1px #ccc;
  border-left-style: none;
  box-shadow: inset 0 -1px 0 #ccc;
  max-width: 100%;
}
.ending_ctrl .components-radio-control__option label:hover {
  background: #fafafa;
  border-color: #999;
  box-shadow: inset 0 -1px 0 #999;
  color: #23282d;
}
.ending_ctrl .components-radio-control__option:first-child label {
  border-radius: 3px 0 0 3px;
  border-left-style: solid;
}
.ending_ctrl .components-radio-control__option:last-child label {
  border-radius: 0 3px 3px 0;
}
/*# sourceMappingURL=editor.css.map */