/* Mobile: use the soft secondary-frame color for structural separators. */
@media (max-width: 620px) {
  .manifesto,
  .manifesto-quote {
    border-color: var(--line-soft);
  }

  .converter-card {
    border: 0;
  }

  .site-footer {
    border: 0;
    border-top: 1px solid var(--line-soft);
  }
}
