.product-links-page {
  background: #071a18;
  color: #ebf8f5;
  min-height: 100vh;
}

.product-links-main {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.product-links-main h1 {
  font-family: var(--home-font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 0.75rem;
  color: #fff;
}

.product-links-lead {
  margin: 0 0 2rem;
  line-height: 1.6;
  color: rgba(235, 248, 245, 0.72);
}

.product-links-lead code {
  font-size: 0.9em;
  color: #9ee0d4;
}

.product-links-group {
  margin-bottom: 2rem;
}

.product-links-group h2 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ee0d4;
  margin: 0 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(184, 151, 94, 0.25);
}

.product-links-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.product-links-item {
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(184, 151, 94, 0.22);
  background: rgba(12, 40, 36, 0.45);
}

.product-links-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  margin-bottom: 0.65rem;
}

.product-links-item strong {
  font-size: 1rem;
  color: #fff;
}

.product-links-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: #d4c4a0;
}

.product-links-open {
  margin-bottom: 0.5rem;
}

.product-links-url {
  display: block;
  font-size: 0.78rem;
  word-break: break-all;
  color: rgba(235, 248, 245, 0.55);
  background: transparent;
  padding: 0;
}

.product-links-note {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  color: rgba(235, 248, 245, 0.55);
}

.product-links-foot {
  margin-top: 2rem;
}

.product-links-foot a {
  color: #9ee0d4;
}

.admin-ip-maintenance-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.admin-ip-maintenance-bar__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  padding: 0.35rem 0.75rem 0.5rem;
  max-width: 100%;
}

.admin-ip-maintenance-bar__pill {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 151, 94, 0.4);
  background: rgba(4, 15, 14, 0.5);
  color: #d4c4a0 !important;
  font-size: 0.68rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.admin-ip-maintenance-bar__pill:hover {
  background: rgba(22, 107, 98, 0.35);
  color: #fff !important;
}

body.has-admin-ip-bar .site-top,
body.has-admin-ip-bar .home-lux-header,
body.has-admin-ip-bar .lk-lux-header {
  margin-top: 3.5rem;
}
