.location-panel {
  margin: 14px 16px 0;
  padding: 14px;
  border: 1px solid #dce4df;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fbf8, #fff);
}
.location-head,
.location-actions,
.connector-row,
.offer-head,
.product-actions,
.catalog-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-head { justify-content: space-between; margin-bottom: 10px; }
.location-head strong { font-size: 15px; }
.location-head small { color: #5f6d64; }
.location-actions { align-items: stretch; }
.zip-form { display: flex; flex: 1; gap: 8px; }
.zip-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid #c8d4cc;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  direction: ltr;
}
.location-actions button,
.load-more,
.retailer-link,
.detail-action {
  border: 1px solid #bbc9c0;
  border-radius: 10px;
  background: #fff;
  color: #173f2a;
  min-height: 42px;
  padding: 8px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.location-actions button[type="submit"] { background: #164f32; color: #fff; border-color: #164f32; }
.connector-row { margin-top: 12px; flex-wrap: wrap; }
.connector {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e1e7e3;
  border-radius: 999px;
  padding: 6px 9px;
  background: #fff;
  color: #59665e;
  font-size: 12px;
}
.connector::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #b86d1f; }
.connector.connected::before { background: #178246; }
.truth-note { margin: 10px 0 0; color: #68736c; font-size: 12px; line-height: 1.5; }
.product-row { position: relative; }
.product-main { padding-left: 54px; }
.favorite-btn {
  position: absolute;
  left: 12px;
  top: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid #dde5df;
  border-radius: 50%;
  background: #fff;
  color: #68736c;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.favorite-btn.active { color: #b43d55; background: #fff1f4; border-color: #f0bac5; }
.unpriced { color: #415048; font-size: 14px; }
.source-badge,
.stock-unknown,
.stock-known {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 750;
}
.source-badge { background: #eaf6ee; color: #17663a; }
.source-badge.winner-badge { background: #14532d; color: #fff; }
.stock-unknown { background: #fff4e7; color: #8a4d0e; }
.stock-known { background: #e8f6ed; color: #17663a; }
.catalog-footer { justify-content: center; padding: 18px 16px 110px; flex-direction: column; color: #68736c; }
.load-more { min-width: 190px; background: #164f32; color: #fff; border-color: #164f32; }
.load-more[hidden] { display: none; }
.catalog-credit { font-size: 11px; text-align: center; line-height: 1.5; }
.catalog-credit a { color: inherit; }
.detail-upc { direction: ltr; unicode-bidi: isolate; font-variant-numeric: tabular-nums; }
.offer-list { display: grid; gap: 10px; margin-top: 14px; }
.offer-card { border: 1px solid #dfe6e1; border-radius: 12px; padding: 12px; background: #fff; }
.offer-card.winner { border-color: #2f9e5a; background: #f1fbf4; box-shadow: 0 0 0 1px rgba(47, 158, 90, .12); }
.winner-label { display: inline-flex; margin-inline-start: 6px; padding: 3px 7px; border-radius: 999px; background: #14532d; color: #fff; font-size: 11px; vertical-align: middle; }
.offer-head { justify-content: space-between; }
.offer-price { direction: ltr; font-size: 20px; color: #164f32; }
.offer-card small { display: block; color: #68736c; margin-top: 5px; }
.retailer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.retailer-link { text-decoration: none; text-align: center; display: grid; place-items: center; }
.detail-action { width: 100%; margin-top: 10px; background: #164f32; color: #fff; border-color: #164f32; }
.cart-row small { line-height: 1.45; }
.empty-state { padding: 34px 20px; text-align: center; color: #697178; }
.loading-row { padding: 42px 20px; text-align: center; color: #68736c; }
@media (max-width: 600px) {
  .location-actions { flex-direction: column; }
  .location-actions > button { width: 100%; }
  .retailer-links { grid-template-columns: 1fr; }
  .product-main { padding-left: 46px; }
  .favorite-btn { left: 8px; }
}
