.deer-pdp-ux-specs,
.deer-pdp-ux-features,
.deer-pdp-ux-service-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  width: 100%;
}

.deer-pdp-ux-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 82px;
  padding: 13px 10px;
  border: 1px solid #eadfd5;
  border-radius: 12px;
  background: #fffdfb;
  color: #34261f;
  text-align: center;
}

.deer-pdp-ux-card__icon {
  flex: 0 0 auto;
  margin-right: 8px;
  color: #9b5b23;
  font-size: 21px;
  line-height: 1;
}

.deer-pdp-ux-card strong,
.deer-pdp-ux-card small {
  display: block;
  line-height: 1.25;
}

.deer-pdp-ux-card strong {
  font-size: 15px;
  font-weight: 600;
}

.deer-pdp-ux-card small {
  margin-top: 5px;
  color: #766c66;
  font-size: 12px;
}

.deer-pdp-ux-features {
  margin-top: 12px;
}

.deer-pdp-ux-features .deer-pdp-ux-card {
  min-height: 72px;
}

.deer-pdp-ux-service-strip {
  grid-template-columns: repeat(4, 1fr);
  padding: 13px;
  border: 1px solid #eee3d8;
  border-radius: 12px;
  background: #fffaf3;
}

.deer-pdp-ux-service-strip .deer-pdp-ux-card {
  min-height: 60px;
  padding: 8px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.deer-pdp-ux-service-strip .deer-pdp-ux-card + .deer-pdp-ux-card {
  border-left: 1px solid #eadfd5;
}

.deer-pdp-ux-spec-table {
  margin: 0;
  padding: 20px 24px;
  border: 1px solid #eee3d8;
  border-radius: 14px;
  background: #fffaf3;
}

.deer-pdp-ux-spec-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 42%) 1fr;
  gap: 16px;
  padding: 6px 0;
}

.deer-pdp-ux-spec-table dt,
.deer-pdp-ux-spec-table dd {
  margin: 0;
}

.deer-pdp-ux-spec-table dt {
  font-weight: 600;
  color: #4b3428;
}

/* Product-aware FAQ replaces the old specification card in the UX Block. */
.deer-pdp-ux-prepurchase {
  box-sizing: border-box;
  width: 100%;
  min-height: 410px;
  margin: 0;
  padding: 22px 22px 14px;
  border: 1px solid #eee3d8;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffdfb 0%, #fff9f4 100%);
  color: #2d2622;
  box-shadow: 0 12px 28px rgba(76, 49, 29, 0.055);
}

.deer-pdp-ux-prepurchase__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 7px;
}

.deer-pdp-ux-prepurchase__eyebrow {
  margin-bottom: 4px;
  color: #f05223;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.deer-pdp-ux-prepurchase h3 {
  margin: 0;
  color: #241f1c;
  font-size: clamp(21px, 1.8vw, 25px);
  line-height: 1.15;
}

.deer-pdp-ux-prepurchase__intro {
  margin: 6px 0 0;
  color: #746b65;
  font-size: 12.5px;
  line-height: 1.45;
}

.deer-pdp-ux-prepurchase__badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf8f1;
  color: #176b47 !important;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.deer-pdp-ux-prepurchase__badge:hover,
.deer-pdp-ux-prepurchase__badge:focus-visible {
  background: #dff2e7;
  box-shadow: 0 0 0 3px rgba(23, 107, 71, 0.12);
}

.deer-pdp-ux-prepurchase__faq {
  margin-top: 7px;
}

.deer-pdp-ux-prepurchase .deer-faq-item {
  margin: 0;
  border: 0;
  border-top: 1px solid #e8e0d9;
  background: transparent;
}

.deer-pdp-ux-prepurchase .deer-faq-item[open] {
  margin-right: -6px;
  margin-left: -6px;
  padding-right: 6px;
  padding-left: 6px;
  border: 1px solid #ff5a1f;
}

.deer-pdp-ux-prepurchase .deer-faq-question {
  display: flex;
  min-height: 47px;
  margin: 0;
  padding: 9px 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #241f1c;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

.deer-pdp-ux-prepurchase .deer-faq-question::-webkit-details-marker {
  display: none;
}

.deer-pdp-ux-prepurchase .deer-faq-question::marker {
  content: "";
}

.deer-pdp-ux-prepurchase .deer-faq-item[open] > .deer-faq-question {
  color: #f05223;
}

.deer-pdp-ux-prepurchase .deer-faq-question:focus-visible {
  outline: 2px solid #176b47;
  outline-offset: 3px;
}

.deer-pdp-ux-prepurchase .deer-faq-toggle {
  position: relative;
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff1e9;
  color: #ff5a1f;
}

.deer-pdp-ux-prepurchase .deer-faq-toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.deer-pdp-ux-prepurchase .deer-faq-toggle i:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.deer-pdp-ux-prepurchase .deer-faq-item[open] .deer-faq-toggle {
  background: #ff5a1f;
  color: #fff;
}

.deer-pdp-ux-prepurchase .deer-faq-item[open] .deer-faq-toggle i:last-child {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.deer-pdp-ux-prepurchase .deer-faq-answer {
  padding: 0 42px 11px 0;
  color: #716760;
  font-size: 12px;
  line-height: 1.5;
}

.deer-pdp-ux-prepurchase .deer-faq-answer p {
  margin: 0;
}

@media (max-width: 849px) {
  .deer-pdp-ux-service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .deer-pdp-ux-service-strip .deer-pdp-ux-card + .deer-pdp-ux-card {
    border-left: 0;
  }
}

@media (max-width: 549px) {
  .deer-pdp-ux-specs,
  .deer-pdp-ux-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .deer-pdp-ux-card {
    min-height: 70px;
    padding: 10px 7px;
  }

  .deer-pdp-ux-spec-table {
    padding: 16px;
  }

  .deer-pdp-ux-spec-table > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .deer-pdp-ux-prepurchase {
    min-height: 0;
    padding: 19px 16px 12px;
  }

  .deer-pdp-ux-prepurchase__header {
    gap: 10px;
  }

  .deer-pdp-ux-prepurchase__badge {
    max-width: 92px;
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }

  .deer-pdp-ux-prepurchase .deer-faq-question {
    min-height: 50px;
  }
}
