@media (max-width: 768px) {
  .sav-head {
    padding-top: 14px;
  }

  .sav-head__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sav-head__stats {
    width: 100%;
  }

  .sav-head__stat {
    flex: 1;
    min-width: 0;
  }

  .sav-head__actions {
    width: 100%;
  }

  .sav-head__actions .rj-btn {
    flex: 1;
    justify-content: center;
  }

  .sav-quick-wrap {
    padding: 16px 0;
  }

  .sav-quick-panel {
    padding: 18px 16px;
  }

  .sav-quick-grid {
    grid-template-columns: 1fr;
  }

  .sav-summary__inner {
    padding: 16px;
  }

  .sav-pillars {
    padding-bottom: 16px;
  }

  .sav-pillar-bar {
    grid-template-columns: 1fr;
  }

  .sav-pillar {
    border-right: none !important;
    border-bottom: 1px solid var(--bf-line);
  }

  .sav-pillar:last-child {
    border-bottom: none;
  }

  .sav-main {
    padding-bottom: 24px;
  }

  .sav-side-card {
    padding: 16px;
  }

  .sav-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .sav-toolbar__left,
  .sav-toolbar__right {
    width: 100%;
  }

  .sav-toolbar-hint {
    display: none;
  }

  .sav-toolbar__right {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .sav-view-toggle {
    display: none;
  }

  .sav-toolbar__right .rj-btn {
    justify-content: center;
  }

  .sav-toolbar__right .rj-btn--solid {
    grid-column: 1 / -1;
  }

  body.bf-saved-page .sav-grid.list-view .sav-unit {
    flex-direction: column;
  }

  body.bf-saved-page .sav-grid.list-view .sav-unit__media {
    flex: none;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  body.bf-saved-page .sav-unit__compare {
    opacity: 1;
  }

  .sav-empty {
    padding: 32px 18px;
  }

  .sav-empty-actions {
    flex-direction: column;
  }

  .sav-empty-actions .rj-btn {
    width: 100%;
    justify-content: center;
  }

  .sav-quote__inner {
    padding: 22px 18px;
  }

  .sav-quote__actions {
    width: 100%;
    flex-direction: column;
  }

  .sav-quote__actions .rj-btn {
    width: 100%;
    justify-content: center;
  }

  .sav-cta__inner {
    padding: 24px 18px;
  }

  .sav-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .sav-cta__actions .rj-btn {
    width: 100%;
    justify-content: center;
  }
}
