/* pages/set.css — The Set. Everything else on this page reuses the product
   detail styles; only the contents list and the colourway note are new. */

.am-set__contents {
  list-style: none;
  margin: 0 0 var(--am-gap-xl);
  padding: var(--am-gap-m) var(--am-gap-l);
}
.am-set__contents li {
  font-size: var(--am-size-small);
  color: var(--am-text-muted);
  padding: 8px 0;
  border-top: 1px solid var(--am-line-10);
}
.am-set__contents li:first-child { border-top: 0; }

/* Sits directly under the three set dots and names the one that is chosen. */
.am-set__colour-note { margin: -12px 0 var(--am-gap-xl); }
