.block-alert-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: block;
  width: 100%;
  padding: 1.5rem 1.25rem 2rem 1.25rem;
  visibility: visible;
  opacity: 1;
  transition: opacity .2s linear,visibility 0s
}
.block-alert-bottom--hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear,visibility 0s .2s
}
@media (min-width:36rem) {
  .block-alert-bottom {
    bottom: clamp(1.25rem,-.75rem + 4.1666666667vw,3rem);
    right: clamp(1.25rem,-.75rem + 4.1666666667vw,3rem);
    width: 23.4375rem
  }
}
.block-alert-bottom:not(.block-alert-bottom--hidden) ~ .block-alert-bottom {
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s linear,visibility 0s .2s
}
.block-alert-bottom .wp-block-heading {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  font-variant-numeric: var(--title-1-font-variant-numeric);
  margin-top: 0;
  margin-bottom: var(--title-1-margin-bottom)
}
.block-alert-bottom .wp-block-heading:first-child {
  margin-top: 0
}
.block-alert-bottom .wp-block-heading:last-child {
  margin-bottom: 0
}
.block-alert-bottom p {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  font-variant-numeric: var(--subtitle-1-font-variant-numeric);
  margin-top: 0;
  margin-bottom: var(--subtitle-1-margin-bottom)
}
.block-alert-bottom p:first-child {
  margin-top: 0
}
.block-alert-bottom p:last-child {
  margin-bottom: 0
}
.block-alert-bottom__close-button {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  font-variant-numeric: var(--link-1-font-variant-numeric);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .6875rem 1.9375rem;
  text-align: center;
  border-radius: .5rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color .2s linear,background-color .2s linear,border .2s linear
}
.block-alert-bottom__close-button:disabled {
  cursor: not-allowed
}
.block-alert-bottom__close-button {
  padding: .75rem 2rem;
  color: #fff;
  border: none;
  background-color: #f0b95e
}
@media (max-width:35.98rem) {
  .block-alert-bottom__close-button {
    width: 100%
  }
}
.bg-black .block-alert-bottom__close-button,
.bg-button-default .block-alert-bottom__close-button,
.bg-error .block-alert-bottom__close-button,
.bg-information .block-alert-bottom__close-button,
.bg-neutral-1 .block-alert-bottom__close-button,
.bg-neutral-2 .block-alert-bottom__close-button,
.bg-neutral-3 .block-alert-bottom__close-button,
.bg-neutral-4 .block-alert-bottom__close-button,
.bg-neutral-5 .block-alert-bottom__close-button,
.bg-neutral-6 .block-alert-bottom__close-button,
.bg-success .block-alert-bottom__close-button {
  color: #06070e;
  border-color: #f0b95e;
  background-color: #f0b95e
}
.bg-black .block-alert-bottom__close-button.hover,
.bg-black .block-alert-bottom__close-button:focus,
.bg-black .block-alert-bottom__close-button:hover,
.bg-button-default .block-alert-bottom__close-button.hover,
.bg-button-default .block-alert-bottom__close-button:focus,
.bg-button-default .block-alert-bottom__close-button:hover,
.bg-error .block-alert-bottom__close-button.hover,
.bg-error .block-alert-bottom__close-button:focus,
.bg-error .block-alert-bottom__close-button:hover,
.bg-information .block-alert-bottom__close-button.hover,
.bg-information .block-alert-bottom__close-button:focus,
.bg-information .block-alert-bottom__close-button:hover,
.bg-neutral-1 .block-alert-bottom__close-button.hover,
.bg-neutral-1 .block-alert-bottom__close-button:focus,
.bg-neutral-1 .block-alert-bottom__close-button:hover,
.bg-neutral-2 .block-alert-bottom__close-button.hover,
.bg-neutral-2 .block-alert-bottom__close-button:focus,
.bg-neutral-2 .block-alert-bottom__close-button:hover,
.bg-neutral-3 .block-alert-bottom__close-button.hover,
.bg-neutral-3 .block-alert-bottom__close-button:focus,
.bg-neutral-3 .block-alert-bottom__close-button:hover,
.bg-neutral-4 .block-alert-bottom__close-button.hover,
.bg-neutral-4 .block-alert-bottom__close-button:focus,
.bg-neutral-4 .block-alert-bottom__close-button:hover,
.bg-neutral-5 .block-alert-bottom__close-button.hover,
.bg-neutral-5 .block-alert-bottom__close-button:focus,
.bg-neutral-5 .block-alert-bottom__close-button:hover,
.bg-neutral-6 .block-alert-bottom__close-button.hover,
.bg-neutral-6 .block-alert-bottom__close-button:focus,
.bg-neutral-6 .block-alert-bottom__close-button:hover,
.bg-success .block-alert-bottom__close-button.hover,
.bg-success .block-alert-bottom__close-button:focus,
.bg-success .block-alert-bottom__close-button:hover,
a:focus .bg-black .block-alert-bottom__close-button,
a:focus .bg-button-default .block-alert-bottom__close-button,
a:focus .bg-error .block-alert-bottom__close-button,
a:focus .bg-information .block-alert-bottom__close-button,
a:focus .bg-neutral-1 .block-alert-bottom__close-button,
a:focus .bg-neutral-2 .block-alert-bottom__close-button,
a:focus .bg-neutral-3 .block-alert-bottom__close-button,
a:focus .bg-neutral-4 .block-alert-bottom__close-button,
a:focus .bg-neutral-5 .block-alert-bottom__close-button,
a:focus .bg-neutral-6 .block-alert-bottom__close-button,
a:focus .bg-success .block-alert-bottom__close-button,
a:hover .bg-black .block-alert-bottom__close-button,
a:hover .bg-button-default .block-alert-bottom__close-button,
a:hover .bg-error .block-alert-bottom__close-button,
a:hover .bg-information .block-alert-bottom__close-button,
a:hover .bg-neutral-1 .block-alert-bottom__close-button,
a:hover .bg-neutral-2 .block-alert-bottom__close-button,
a:hover .bg-neutral-3 .block-alert-bottom__close-button,
a:hover .bg-neutral-4 .block-alert-bottom__close-button,
a:hover .bg-neutral-5 .block-alert-bottom__close-button,
a:hover .bg-neutral-6 .block-alert-bottom__close-button,
a:hover .bg-success .block-alert-bottom__close-button {
  color: #f0b95e;
  border-color: #fff;
  background-color: #fff
}
.bg-black .block-alert-bottom__close-button:disabled,
.bg-button-default .block-alert-bottom__close-button:disabled,
.bg-error .block-alert-bottom__close-button:disabled,
.bg-information .block-alert-bottom__close-button:disabled,
.bg-neutral-1 .block-alert-bottom__close-button:disabled,
.bg-neutral-2 .block-alert-bottom__close-button:disabled,
.bg-neutral-3 .block-alert-bottom__close-button:disabled,
.bg-neutral-4 .block-alert-bottom__close-button:disabled,
.bg-neutral-5 .block-alert-bottom__close-button:disabled,
.bg-neutral-6 .block-alert-bottom__close-button:disabled,
.bg-success .block-alert-bottom__close-button:disabled {
  color: #4c516c;
  border-color: #a7a6a4;
  background-color: #a7a6a4
}
.block-alert-bottom__close-button.hover,
.block-alert-bottom__close-button:focus,
.block-alert-bottom__close-button:hover,
a:focus .block-alert-bottom__close-button,
a:hover .block-alert-bottom__close-button {
  color: #fff;
  border-color: #17313b;
  background-color: #17313b
}
.block-alert-bottom__close-button:disabled {
  color: #656a81;
  border-color: #373d58;
  background-color: #373d58
}
.block-alert-bottom__close-button {
  display: flex;
  width: 100%;
  margin-top: 1.5rem
}