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

.wp-block-cgb-block-gosign-notification-and-alert-block  {
/*   background: $green;
  border: 0.2rem solid $black;
  color: $black;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; */
}
.gosign-alertbox-button {
    line-height: initial;
}

.gosign-alertbox-textbox {
    text-align: center;
}
.components-autocomplete p {
    padding-bottom: 20px;
    padding-top: 10px;
}
.gosign-alertbox-button p {
    margin-bottom: 0 !important;
    padding: 0px 12px;
}
.notification-block.pos-center .editor-noteBlock {
    margin: auto;
}
.notification-block.pos-right .editor-noteBlock {
    float: right;
}