[data-top-banner-notice]:empty { display: none; }
[data-top-banner-notice] { display: grid; gap: 10px; margin: 12px 0 18px; }
.top-banner-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid #ff4965;
  border-left: 7px solid #ff2448;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #56000e 0%, #870d22 100%);
  box-shadow: 0 5px 18px rgba(80, 0, 14, .35), inset 0 1px 0 rgba(255, 255, 255, .12);
  font-family: inherit;
}
.top-banner-notice__content { min-width: 0; }
.top-banner-notice__title { display: block; margin-bottom: 5px; font-size: 1.05rem; letter-spacing: .01em; }
.top-banner-notice__title::before { content: "⚠"; margin-right: .5em; color: #ffd45c; }
.top-banner-notice__body { line-height: 1.7; overflow-wrap: anywhere; }
.top-banner-notice__body > :first-child { margin-top: 0; }
.top-banner-notice__body > :last-child { margin-bottom: 0; }
.top-banner-notice__body img,
.top-banner-notice__body video { max-width: 100%; height: auto; }
.top-banner-notice__body figure { max-width: 100%; margin: .8em 0; }
.top-banner-notice__body table { width: 100%; border-collapse: collapse; }
.top-banner-notice__body th,
.top-banner-notice__body td { padding: .45em; border: 1px solid currentColor; }
.top-banner-notice__body a { color: inherit; text-decoration: underline; }
.top-banner-notice__dismiss {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 7px;
  color: inherit;
  background: rgba(0, 0, 0, .18);
  font: inherit;
  font-size: .78rem;
  cursor: pointer;
}
.top-banner-notice__dismiss:hover,
.top-banner-notice__dismiss:focus-visible { background: #fff; color: #700016; }

.fedex-shipping-notice-extended,
.overseas-shipping-notice--urgent,
.overseas-shipping-notice:has(.fedex-shipping-notice-extended) {
  border: 1px solid #ff4965 !important;
  border-left: 7px solid #ff2448 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #4a000c 0%, #790b1e 100%) !important;
  box-shadow: 0 5px 18px rgba(80, 0, 14, .38), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
}
.fedex-shipping-notice-extended { padding: 15px 18px !important; }
.overseas-shipping-notice--urgent,
.overseas-shipping-notice:has(.fedex-shipping-notice-extended) { padding: 0 !important; overflow: hidden; }
.overseas-shipping-notice--urgent { padding: 15px 18px !important; }
.overseas-shipping-notice--urgent strong:first-child { color: #ffd45c; font-size: 1.05em; }
.overseas-shipping-notice--urgent a { color: #fff !important; font-weight: 700; text-decoration: underline; }
.overseas-shipping-notice .fedex-shipping-notice-extended { margin: 0 !important; border: 0 !important; box-shadow: none !important; }
.fedex-shipping-notice-extended strong:first-child { color: #ffd45c; font-size: 1.05em; }
.fedex-shipping-notice-extended a { color: #fff !important; font-weight: 700; text-decoration: underline; }
.fedex-shipping-notice-extended .under_yellow { color: #ffe386; background: transparent; }
@media (max-width: 640px) {
  .top-banner-notice { align-items: stretch; flex-direction: column; gap: 10px; }
  .top-banner-notice__dismiss { align-self: flex-end; }
}
