.dh-mail-zone {
  background-color: #ffffff;
}

.dh-mail-zone__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dh-mail-zone__title {
  font-family: "Times New Roman", serif;
  font-size: 18px;
  margin: 0 0 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111111;
  text-align: center;
}

.dh-mail-zone__swiper {
  width: 300px;
  height: 380px;
  /* iOS：在 Swiper 未就绪或 cards 手势识别前，仍允许整页纵滑；横滑交给 Swiper。 */
  touch-action: pan-x;
  overscroll-behavior-y: auto;
}

.dh-mail-zone__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #333333;
  box-sizing: border-box;
}

.dh-mail-zone__quote-mark {
  font-size: 50px;
  color: #d4af37;
  line-height: 0.5;
  margin-bottom: 15px;
  font-family: Georgia, serif;
}

.dh-mail-zone__review-text {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  font-style: italic;
  flex-grow: 1;
  color: #444444;
}

.dh-mail-zone__reviewer-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dh-mail-zone__reviewer-info {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888888;
  margin-bottom: 15px;
}

.view-original-btn {
  background: transparent;
  border: none;
  border-bottom: 1px solid #999999;
  color: #555555;
  font-size: 11px;
  cursor: pointer;
  padding-bottom: 2px;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.view-original-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.dh-mail-zone__privacy-note {
  margin: 30px 0 0;
  font-size: 10px;
  color: #aaaaaa;
  font-family: sans-serif;
  text-align: center;
  max-width: 280px;
}

.dh-mail-zone-lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--dh-pdp-fullscreen-z, 2147483646);
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(5px);
  padding: 24px;
  box-sizing: border-box;
}

.dh-mail-zone-lightbox.is-open {
  display: flex;
}

.dh-mail-zone-lightbox__content {
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  position: relative;
}

.dh-mail-zone-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.dh-mail-zone-lightbox__close {
  position: absolute;
  right: 0;
  top: -46px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  padding: 0;
  border-radius: 999px;
  z-index: 1;
  touch-action: manipulation;
}

/* 打开时改为 fixed + 安全区：避免与顶栏购物车同一热区，刘海屏可点区域充足 */
.dh-mail-zone-lightbox.is-open .dh-mail-zone-lightbox__close {
  position: fixed;
  top: max(12px, calc(env(safe-area-inset-top, 0px) + 8px));
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: calc(var(--dh-pdp-fullscreen-z, 2147483646) + 1);
}

.dh-mail-zone-lightbox__close::before,
.dh-mail-zone-lightbox__close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 1.25px;
  background-color: #ffffff;
}

.dh-mail-zone-lightbox__close::before {
  transform: rotate(45deg);
}

.dh-mail-zone-lightbox__close::after {
  transform: rotate(-45deg);
}

.dh-mail-zone-lock-scroll {
  overflow: hidden;
}
