/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.wp-block-cgb-block-wordpress  {
  background: $green;
  border: 0.2rem solid $black;
  color: $black;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}
.wp-block-codoc-border {
  background: $green;
  border: 0.2rem solid $black;
  color: $black;
  text-align: center;
  padding: 2rem;
  //margin: 0 auto;
  //max-width: 740px;
  //padding: 2rem;

}
.components-range-control__number {
  width: 70px;
}
.codoc-subscription-title {
  display: flex;
  justify-content: space-between;
}
.codoc-subscription-add {
  position: relative;
  display: inline-block;
  padding: 2px 10px 2px 23px;
  margin-left: 10px;
  background: #0073aa;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  border-radius: 3px;
}
.codoc-subscription-add:hover {
  background: #0070a7;
  color: #efefef;
}

.codoc-subscription-add:before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
}

.codoc-subscription-add:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
  transform: rotate(90deg);
}
