.live-comparison-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 18px;
}

.live-comparison-intro p {
  margin: 0;
}

.live-comparison-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(168, 120, 52, .32);
  border-radius: 999px;
  background: #fffaf1;
  color: #5c4428;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}

.live-comparison-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a87834;
  box-shadow: 0 0 0 4px rgba(168, 120, 52, .13);
  content: "";
}

.live-comparison {
  min-width: 980px;
}

.live-comparison th:first-child,
.live-comparison td:first-child {
  width: 118px;
  text-align: center;
}

.live-comparison th:nth-child(2) {
  width: 34%;
}

.live-product-photo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border: 1px solid rgba(49, 43, 35, .1);
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
}

.live-product-name {
  display: block;
  max-width: 390px;
  color: #25211c;
  font-weight: 850;
  line-height: 1.35;
}

.live-product-brand {
  display: block;
  margin-bottom: 5px;
  color: #8b642b;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-product-category {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f4eee4;
  color: #605443;
  font-size: .72rem;
  font-weight: 800;
}

.live-price {
  display: block;
  color: #2d2821;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 900;
  white-space: nowrap;
}

.live-old-price {
  margin-left: 5px;
  color: #857b6e;
  font-size: .78rem;
  text-decoration: line-through;
  white-space: nowrap;
}

.live-discount {
  display: inline-flex;
  margin-top: 7px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #2f6b4f;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

.live-merchant {
  display: block;
  margin-bottom: 5px;
  color: #2d2821;
  font-weight: 900;
}

.live-source {
  color: #7e7468;
  font-size: .74rem;
}

.live-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2f6b4f;
  font-size: .78rem;
  font-weight: 850;
}

.live-availability::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.live-comparison .button {
  min-width: 155px;
  text-align: center;
}

.live-comparison-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(168, 120, 52, .24);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf2, #f4ead9);
}

.live-comparison-footer p {
  margin: 0;
}

.live-comparison-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.live-amazon-link,
.detail-offer-link--amazon {
  border-color: rgba(255, 153, 0, .58) !important;
  background: #fffaf2 !important;
  color: #7a4300 !important;
}

.live-comparison-count {
  color: #2d2821;
  font-weight: 900;
}

.live-comparison-note {
  display: block;
  margin-top: 4px;
  color: #756a5d;
  font-size: .78rem;
}

.live-comparison-loading td {
  padding: 34px 20px;
  color: #73695e;
  text-align: center !important;
}

.product-detail-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.detail-product-media {
  position: relative;
  display: grid;
  height: 290px;
  margin: -24px -24px 22px;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid rgba(194, 154, 97, .24);
  background: #fff;
}

.detail-product-media::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(194, 154, 97, .18);
  border-radius: 17px;
  pointer-events: none;
  content: "";
}

.product-detail-card .detail-product-photo {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.detail-live-offers {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.detail-offers-title {
  margin-bottom: 2px;
  color: #6b2f49;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.detail-offer-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(194, 154, 97, .34);
  border-radius: 11px;
  background: #fffaf4;
  color: #3a2d27 !important;
  font-size: .78rem;
  text-decoration: none !important;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.detail-offer-link:hover {
  transform: translateY(-1px);
  border-color: rgba(107, 47, 73, .48);
  background: #fff;
  color: #4c1d33 !important;
}

.detail-offer-link strong {
  color: #4c1d33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  white-space: nowrap;
}

.detail-offers-note,
.detail-offers-loading,
.detail-offers-empty {
  color: #756a5d;
  font-size: .72rem;
  line-height: 1.5;
}

.detail-all-offers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(107, 47, 73, .4);
  border-radius: 11px;
  color: #fff !important;
  background: linear-gradient(145deg, #6b2f49, #4c1d33);
  font-size: .78rem;
  font-weight: 850;
  text-decoration: none !important;
}

.detail-all-offers:hover {
  color: #fff !important;
  background: linear-gradient(145deg, #80506a, #4c1d33);
}

@media (max-width: 760px) {
  .live-comparison-intro,
  .live-comparison-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .live-comparison-status {
    white-space: normal;
  }

  .live-comparison-footer .button {
    width: 100%;
    text-align: center;
  }

  .live-comparison-actions {
    width: 100%;
    flex-direction: column;
  }

  .detail-product-media {
    height: 250px;
  }
}
