.ds-inventory-notice {
  text-align: center;
  padding-top: var(--space-5);
  padding-bottom: var(--space-6);
}

.ds-inventory-notice p {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  font-weight: var(--fw-light);
  line-height: var(--lh-body);
  margin: 0 0 var(--space-3);
}

.ds-inventory-notice p:last-child {
  margin-bottom: 0;
}

.ds-inventory-notice a {
  color: inherit;
  text-decoration: underline;
  transition: opacity var(--dur-hover) var(--ease);
}

.ds-inventory-notice a:hover {
  opacity: var(--alpha-link-hover);
}
