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

.wp-block-cgb-block-securacart {
  // background: lightblue;
  // color: $black;
  // margin: 0 auto;
  // max-width: 740px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  padding: 0;
  .small {
    font-size: 12px !important;
  }

  &.is-error {
    input {
      &:focus {
        border-color: red !important;
      }
      box-shadow: 0px 0px 0px 2px red !important;
    }
  }
  label {
    font-weight: 600 !important;
  }

  input[type="text"] {
    width: 100% !important;
    margin-bottom: 12px;
  }
}
