.alert-box::before,
.notification::before,
[data-type="acf/buttons"] #button-style-select .description::before {
  position: absolute;
}

.alert-box::before,
.notification::before,
[data-type="acf/buttons"] #button-style-select .description::before {
  content: "";
}

.alert-box a,
.notification a,
[data-type="acf/buttons"] #button-style-select .description a {
  text-decoration: underline;
  display: inline;
}
.alert-box a:hover,
.notification a:hover,
[data-type="acf/buttons"] #button-style-select .description a:hover, .alert-box a:active,
.notification a:active,
[data-type="acf/buttons"] #button-style-select .description a:active, .alert-box a.active,
.notification a.active,
[data-type="acf/buttons"] #button-style-select .description a.active, .alert-box a:focus,
.notification a:focus,
[data-type="acf/buttons"] #button-style-select .description a:focus {
  --link-color: var(--link-color-active);
}
.alert-box a:active,
.notification a:active,
[data-type="acf/buttons"] #button-style-select .description a:active {
  text-decoration: none;
}

.alert-box,
.notification,
[data-type="acf/buttons"] #button-style-select .description {
  line-height: 1.4;
}
.alert-box,
.notification,
[data-type="acf/buttons"] #button-style-select .description {
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .alert-box,
  .notification,
  [data-type="acf/buttons"] #button-style-select .description {
    font-size: calc(14px + 2 * (100vw - 500px) / 941);
  }
}
@media screen and (min-width: 1441px) {
  .alert-box,
  .notification,
  [data-type="acf/buttons"] #button-style-select .description {
    font-size: 16px;
  }
}

body > .notification, [data-type="acf/buttons"] #button-style-select body > .description,
.blocks > .notification,
[data-type="acf/buttons"] #button-style-select .blocks > .description {
  width: auto;
  max-width: 900px;
}

.alert-box,
.notification,
[data-type="acf/buttons"] #button-style-select .description {
  --notice-bg: #dceb75;
  --notice-border: #9cb208;
  --notice-border-width: 70%;
  --notice-color: var(--gray--darker);
  background-color: var(--notice-bg);
  color: var(--notice-color);
  align-items: center;
  position: relative;
  padding: 2rem 4rem 2rem 2rem;
  margin-bottom: var(--gap);
  width: auto;
  min-height: 64px;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.alert-box::before,
.notification::before,
[data-type="acf/buttons"] #button-style-select .description::before {
  bottom: 0;
  left: 0;
  height: 7px;
  width: var(--notice-border-width);
  background: var(--notice-border);
}
.alert-box--php-error, .alert-box--important,
.notification--php-error,
.notification--important,
[data-type="acf/buttons"] #button-style-select .description {
  --notice-bg: #ffc5c4;
  --notice-border: #ff615e;
  --notice-color: var(--gray--darkest);
}
.alert-box--notice, .alert-box.alert-box,
.notification--notice,
.notification.alert-box,
[data-type="acf/buttons"] #button-style-select .alert-box.description {
  --notice-bg: #fef3cd;
  --notice-border: #ffbc26;
  --notice-border-width: 100%;
}
.alert-box--php-error,
.notification--php-error {
  margin: 2rem;
}
.alert-box .ico,
.notification .ico,
[data-type="acf/buttons"] #button-style-select .description .ico {
  --ico-color-0: var(--notice-color);
  align-self: flex-start;
  margin-right: 2rem;
}
.alert-box p,
.notification p,
[data-type="acf/buttons"] #button-style-select .description p {
  font-size: 1.6rem;
}
.alert-box p:last-child,
.notification p:last-child,
[data-type="acf/buttons"] #button-style-select .description p:last-child {
  margin-bottom: 0;
}
.alert-box a,
.notification a,
[data-type="acf/buttons"] #button-style-select .description a {
  font-size: 1em;
}

.alert-box {
  display: block;
}

[data-type="acf/buttons"] #button-style-select .description {
  margin-bottom: 1rem;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label {
  border-width: 2px;
  border-radius: 0;
  margin-right: 10px;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(1) {
  background-color: #000;
  border-color: #000;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(2) {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(3) {
  background-color: #1de57e;
  border-color: #1de57e;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(4) {
  background-color: #5525e5;
  border-color: #5525e5;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:first-child {
  color: #000;
  background: transparent;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(2) {
  color: #051c2a;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label:nth-child(4) {
  color: #fff;
}
[data-type="acf/buttons"] #button-style-select .acf-button-group label.selected {
  outline: 2px dashed #f0b849;
}

body.wp-admin .acf-block-preview .button-block,
.button-block {
  margin-left: auto;
  margin-right: auto;
}
body.wp-admin .acf-block-preview .button-block.inline,
.button-block.inline {
  margin-bottom: 0;
}
body.wp-admin .acf-block-preview .button-block.center,
.button-block.center {
  text-align: center;
}
body.wp-admin .acf-block-preview .button-block a,
.button-block a {
  margin: 0 var(--gap-half) var(--gap-element) 0;
}
body.wp-admin .acf-block-preview .button-block a:last-child,
.button-block a:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=buttons.css.map*/