.block-alert-top {
  position: sticky;
  top: var(--adminbar-height);
  z-index: 15;
  display: block;
  width: 100%;
  padding: .4375rem 0 .5625rem;
  text-align: center
}
.block-alert-top__close {
  position: absolute;
  top: 50%;
  right: var(--gutterWidth);
  padding: 0;
  border: none;
  background: 0 0;
  transform: translateY(-50%)
}
.block-alert-top__close .alert-cancel {
  position: relative
}
.block-alert-top__close .alert-cancel--overlay {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 75%;
  height: 70%;
  transform: translate(-50%,-50%)
}
.block-alert-top__close .alert-cancel .icon {
  width: 1rem;
  height: 1rem;
  color: #fff
}
.block-alert-top p {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  font-variant-numeric: var(--subtitle-3-font-variant-numeric);
  margin-top: 0;
  margin-bottom: var(--subtitle-3-margin-bottom)
}
.block-alert-top p:first-child {
  margin-top: 0
}
.block-alert-top p:last-child {
  margin-bottom: 0
}
.block-alert-top p a {
  color: #fff!important
}
.block-alert-top p a:focus,
.block-alert-top p a:hover {
  color: #f2f7f8!important
}