/* Promotion page only: reuse the WAP system primary blue. */
.promo-v2-active {
  --pdv2-primary: #4290ff;
  --pdv2-primary-soft: #eef5ff;
}

.promo-v2-active .pdv2-nav button.active {
  color: var(--pdv2-primary);
  border-bottom-color: var(--pdv2-primary);
}

.promo-v2-active .pdv2-period button.active,
.promo-v2-active .pdv2-record-tabs button.active,
.promo-v2-active .pdv2-btn {
  background: var(--pdv2-primary);
  border-color: var(--pdv2-primary);
  color: #fff;
}

.promo-v2-active .pdv2-link {
  background: #fff;
  color: var(--pdv2-primary);
  border: 1px solid #fff;
  font-weight: 600;
}

.promo-v2-active .pdv2-card:not(.hot) strong,
.promo-v2-active .pdv2-mini b {
  color: var(--pdv2-primary);
}

.promo-v2-active .pdv2-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin: -4px 0 12px;
}

.promo-v2-active .pdv2-date-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.promo-v2-active .pdv2-date-range em {
  color: #777;
  font-size: 12px;
  font-style: normal;
}

.promo-v2-active .pdv2-date-field {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 38px;
  padding: 0 8px;
  border: 1px solid #d9dfe8;
  border-radius: 7px;
  background: #fff;
  box-sizing: border-box;
}

.promo-v2-active .pdv2-date-field:focus-within {
  border-color: var(--pdv2-primary);
  box-shadow: 0 0 0 2px rgba(66, 144, 255, .12);
}

.promo-v2-active .pdv2-date-field > span {
  flex: 0 0 auto;
  margin-right: 5px;
  color: var(--pdv2-primary);
  font-size: 12px;
}

.promo-v2-active .pdv2-date-field input[type=date] {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #333;
  font: inherit;
  font-size: 12px;
  line-height: 36px;
  -webkit-appearance: none;
  appearance: none;
}

.promo-v2-active .pdv2-date-field input[type=date]::-webkit-date-and-time-value {
  min-height: 36px;
  text-align: left;
}

.promo-v2-active .pdv2-date-field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: .65;
}

@media (max-width: 420px) {
  .promo-v2-active .pdv2-custom {
    grid-template-columns: 1fr;
  }
  .promo-v2-active .pdv2-custom > .pdv2-btn {
    justify-self: end;
    min-width: 72px;
  }
}

.promo-v2-active .pdv2-share-main { min-width: 0; flex: 1 1 auto; }
.promo-v2-active .pdv2-link-title { margin: 10px 0 5px; color: #dceaff; font-size: 12px; }
.promo-v2-active .pdv2-link-value { box-sizing: border-box; width: 100%; max-width: 100%; padding: 8px 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 7px; background: #fff; color: #34445d; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; word-break: break-all; }
.promo-v2-active .pdv2-link-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.promo-v2-active .pdv2-link-open { background: var(--pdv2-primary); border-color: #fff; color: #fff; }
.promo-v2-active .pdv2-link:disabled { opacity: .55; }
@media (max-width: 390px) {
  .promo-v2-active .pdv2-share { align-items: flex-start; gap: 10px; }
  .promo-v2-active .pdv2-share img { width: 68px; height: 68px; flex: 0 0 68px; }
}
