.colour-sample-order {
  margin-top: .35rem;
  text-align: center;
}

.colour-sample-order button {
  appearance: none;
  padding: .2rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: .76rem;
  line-height: 1.25;
  letter-spacing: .025em;
  cursor: pointer;
  opacity: .72;
  transition: opacity 160ms ease, color 160ms ease;
}

.colour-sample-order button:hover,
.colour-sample-order button:focus-visible {
  opacity: 1;
}

.colour-sample-order button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.swatch-card {
  min-width: 0;
}

.swatch-card .colour-sample-order {
  text-align: left;
}
