/* ROY DIAMOND — Round & Fancy Loose Diamond cards/details V19 */

/* Homepage: only the two upgraded loose-diamond cards */
.card-row > .loose-supply-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 300px;
  text-decoration: none;
}

.card-row > .loose-supply-card h3 {
  margin: 0 0 18px;
  text-transform: none;
}

.loose-spec-list,
.loose-detail-specs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loose-spec-list {
  display: grid;
  gap: 12px;
  color: #1c1c1c;
  line-height: 1.55;
}

.loose-spec-list li,
.loose-detail-specs li {
  position: relative;
  padding-left: 20px;
}

.loose-spec-list li::before,
.loose-detail-specs li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #728095;
}

.loose-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 25px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.12);
}

.loose-supply-card:hover .loose-more-btn,
.loose-supply-card:focus-visible .loose-more-btn {
  transform: translateY(-1px);
  background: #000;
}

.loose-supply-card:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.28);
  outline-offset: 4px;
}

/* Inner Round/Fancy detail sections */
.loose-detail-anchor {
  scroll-margin-top: 110px;
}

.loose-detail-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loose-detail-panel h2 {
  text-transform: none;
}

.loose-detail-specs {
  display: grid;
  gap: 11px;
  margin-top: 18px;
  color: #1c1c1c;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .card-row > .loose-supply-card {
    min-height: 285px;
  }

  .card-row > .loose-supply-card h3 {
    margin-bottom: 15px;
  }

  .loose-spec-list {
    gap: 10px;
  }

  .loose-more-btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 18px;
  }

  .loose-detail-anchor {
    scroll-margin-top: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loose-more-btn {
    transition: none !important;
  }
}
