.closure-banner {
  position: relative;
  z-index: 19;
  border-bottom: 1px solid rgba(255, 220, 216, .3);
  background: linear-gradient(90deg, #7e1919, #b12828 48%, #7e1919);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .26);
}

.closure-banner-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 52px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 9px 0;
  text-align: center;
}

.closure-banner-icon {
  flex: 0 0 auto;
  font-size: 20px;
}

.closure-banner-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.closure-banner-copy strong {
  margin-right: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.closure-banner-link {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  padding: 0;
  background: transparent;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.closure-banner-link:hover,
.closure-banner-link:focus-visible {
  border-bottom-color: #fff;
  color: #fff4cf;
}

.closure-announcement-dialog {
  width: min(760px, calc(100% - 28px));
  max-height: min(86vh, 860px);
  overflow: auto;
  border: 1px solid rgba(216, 93, 77, .55);
  border-radius: 18px;
  padding: 0;
  background: #141912;
  color: var(--ink, #f2efdf);
  box-shadow: 0 32px 100px rgba(0, 0, 0, .72);
}

.closure-announcement-dialog::backdrop {
  background: rgba(4, 6, 4, .78);
  backdrop-filter: blur(7px);
}

.closure-dialog-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(242, 239, 223, .13);
  background: linear-gradient(100deg, rgba(177, 40, 40, .32), #171c13 58%);
}

.closure-dialog-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(31px, 5vw, 43px);
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: uppercase;
}

.closure-dialog-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(242, 239, 223, .18);
  border-radius: 9px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.closure-dialog-body {
  padding: 26px 28px 30px;
}

.closure-dialog-body p {
  margin: 0 0 17px;
  color: #c7c8b9;
  font-size: 15px;
  line-height: 1.72;
}

.closure-dialog-body p:last-of-type {
  margin-bottom: 26px;
}

.closure-dialog-body strong {
  color: #fff;
}

.closure-dialog-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e47a6c;
  border-radius: 9px;
  padding: 11px 18px;
  background: #9e2929;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 650px) {
  .closure-banner-inner {
    width: min(100% - 24px, 1180px);
    align-items: flex-start;
    gap: 9px;
    padding: 10px 0;
    text-align: left;
  }

  .closure-banner-copy strong {
    display: block;
    margin: 0 0 2px;
  }

  .closure-dialog-header {
    padding: 20px;
  }

  .closure-dialog-body {
    padding: 22px 20px 24px;
  }
}
