/* Privacy Policy and Terms, under the footer's contact details.
 *
 * Emitted after the "Follow us" / "Contact" row, so it renders as the next child of a
 * flex COLUMN: full width, below both, and centred by the text-align alone. Nothing here
 * touches the row itself - overriding its flex-wrap pushes Contact below Follow us. */
.vintari-footer-legal {
  width: 100%;
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

.vintari-footer-legal a {
  color: #fff;
  opacity: 0.82;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 1px;
}

.vintari-footer-legal a:hover,
.vintari-footer-legal a:focus-visible {
  opacity: 1;
  color: #ffbb26;
  border-bottom-color: #ffbb26;
}

.vintari-footer-legal__sep {
  color: #fff;
  opacity: 0.4;
  margin: 0 8px;
}
