.sst-warehouse-move-notice {
  box-sizing: border-box;
  color: #1f2933;
  font-family: Figtree, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sst-warehouse-move-notice *,
.sst-warehouse-move-notice *::before,
.sst-warehouse-move-notice *::after {
  box-sizing: border-box;
}

.sst-warehouse-move-notice__banner {
  position: sticky;
  top: 0;
  z-index: 9990;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 10px clamp(14px, 3vw, 32px);
  color: #f8fafc;
  background: #172033;
  border-bottom: 3px solid #9e2c5f;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
}

.sst-warehouse-move-notice__banner-copy {
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
}

.sst-warehouse-move-notice__banner-copy strong {
  color: #ffffff;
  font-weight: 800;
}

.sst-warehouse-move-notice__banner-copy span {
  color: #e5e7eb;
}

.sst-warehouse-move-notice__banner-action {
  min-height: 34px;
  padding: 8px 13px;
  color: #172033;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.sst-warehouse-move-notice__banner-action:hover,
.sst-warehouse-move-notice__banner-action:focus-visible {
  color: #ffffff;
  background: #9e2c5f;
  outline: none;
}

.sst-warehouse-move-notice__overlay {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 18, 31, 0.62);
}

.sst-warehouse-move-notice__overlay[data-open="1"] {
  display: flex;
}

.sst-warehouse-move-notice__dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  background: #ffffff;
  border: 1px solid rgba(23, 32, 51, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.34);
}

.sst-warehouse-move-notice__dialog-inner {
  padding: 28px 30px 24px;
}

.sst-warehouse-move-notice__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.sst-warehouse-move-notice__close:hover,
.sst-warehouse-move-notice__close:focus-visible {
  color: #ffffff;
  background: #9e2c5f;
  border-color: #9e2c5f;
  outline: none;
}

.sst-warehouse-move-notice__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 46px 14px 0;
  padding: 7px 10px;
  color: #7d2249;
  background: #fdf2f7;
  border: 1px solid #f5c4d9;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sst-warehouse-move-notice__title {
  margin: 0 0 12px;
  color: #111827;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.sst-warehouse-move-notice__body {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 1.55;
}

.sst-warehouse-move-notice__body strong {
  color: #172033;
  font-weight: 900;
}

.sst-warehouse-move-notice__facts {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sst-warehouse-move-notice__facts li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.sst-warehouse-move-notice__facts li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background: #9e2c5f;
  border-radius: 999px;
}

.sst-warehouse-move-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sst-warehouse-move-notice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.sst-warehouse-move-notice__button--primary {
  color: #ffffff;
  background: #9e2c5f;
  border: 1px solid #9e2c5f;
}

.sst-warehouse-move-notice__button--primary:hover,
.sst-warehouse-move-notice__button--primary:focus-visible {
  color: #ffffff;
  background: #7d2249;
  border-color: #7d2249;
  outline: none;
}

.sst-warehouse-move-notice__button--secondary {
  color: #172033;
  background: #ffffff;
  border: 1px solid #cbd5e1;
}

.sst-warehouse-move-notice__button--secondary:hover,
.sst-warehouse-move-notice__button--secondary:focus-visible {
  color: #9e2c5f;
  border-color: #9e2c5f;
  outline: none;
}

.sst-warehouse-move-notice-open {
  overflow: hidden;
}

@media (max-width: 700px), (hover: none) and (pointer: coarse) {
  .sst-warehouse-move-notice__banner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 14px;
  }

  .sst-warehouse-move-notice__banner-copy {
    font-size: 13px;
  }

  .sst-warehouse-move-notice__banner-action {
    justify-self: start;
    min-height: 32px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .sst-warehouse-move-notice__overlay {
    align-items: flex-end;
    padding: 0;
  }

  .sst-warehouse-move-notice__dialog {
    width: 100%;
    max-height: calc(92vh - env(safe-area-inset-bottom, 0px));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 14px 14px 0 0;
  }

  .sst-warehouse-move-notice__dialog-inner {
    padding: 24px 18px calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .sst-warehouse-move-notice__title {
    font-size: 24px;
    line-height: 1.12;
  }

  .sst-warehouse-move-notice__body {
    font-size: 15px;
  }

  .sst-warehouse-move-notice__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sst-warehouse-move-notice__button {
    width: 100%;
  }
}
