.product-shipping-info {
  max-width: 44rem;
  margin-top: 24px;
  padding: 16px 0;
  border-top: 1px dotted rgba(var(--color-foreground), 0.5);
  border-bottom: 1px dotted rgba(var(--color-foreground), 0.5);
  font-size: 1.3rem;
}

.product-shipping-info a {
  color: currentColor;
}

.product-shipping-info p:first-child {
  margin-top: 0;
}

.product-shipping-info p:last-child {
  margin-bottom: 0;
}
