/* "Live Inventory" section — embedded on the Rolex & Omega shop pages */
.live-inventory-section {
  background: #fff;
  padding: 50px 20px 60px 20px;
  text-align: center;
}
.live-inventory-title {
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
}
.live-inventory-gold {
  width: 60px;
  height: 2px;
  background-color: #c0ab65;
  margin: 0 auto 22px auto;
}
.live-inventory-intro {
  color: #333;
  max-width: 640px;
  margin: 0 auto 20px auto;
  font-size: 1rem;
  line-height: 1.7;
}
.live-inventory-openlink {
  display: inline-block;
  color: #fff;
  background: #000;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 26px;
  transition: opacity 0.2s ease;
}
.live-inventory-openlink:hover {
  opacity: 0.8;
}
.live-inventory-frame-wrap {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}
.live-inventory-frame {
  width: 100%;
  height: 900px;   /* generous — the embedded table is tall; visitors scroll inside it */
  border: 0;
  display: block;
}

/* Smaller screens: shorter frame (still fully scrollable within itself) so
   the section doesn't dominate the whole page, and the "open in new tab"
   link becomes the primary path — full-page browsing is easier there anyway. */
@media (max-width: 760px) {
  .live-inventory-frame { height: 600px; }
  .live-inventory-title { font-size: 26px; }
}
