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

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

  .cmp-head__stats {
    width: 100%;
  }

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

  .cmp-head__actions {
    width: 100%;
  }

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

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

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

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

  .cmp-slots-panel {
    padding: 16px;
  }

  .cmp-slots {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

  .cmp-slots::-webkit-scrollbar {
    display: none;
  }

  .cmp-slot {
    flex: 0 0 min(85vw, 280px);
    scroll-snap-align: start;
  }

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

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

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

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

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

  .cmp-sidebar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

  .cmp-sidebar::-webkit-scrollbar {
    display: none;
  }

  .cmp-side-card {
    flex: 0 0 min(85vw, 300px);
    scroll-snap-align: start;
    padding: 16px;
  }

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

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

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

  .cmp-toolbar__right {
    flex-direction: column;
  }

  .cmp-toolbar__right .rj-btn {
    width: 100%;
    justify-content: center;
  }

  .cmp-cards {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-right: -16px;
    padding-right: 16px;
  }

  .cmp-cards::-webkit-scrollbar {
    display: none;
  }

  .cmp-vehicle-card {
    flex: 0 0 min(85vw, 300px);
    scroll-snap-align: start;
  }

  .cmp-vehicle-add {
    min-height: 240px;
  }

  .cmp-table-panel {
    border-radius: var(--bf-radius-sm);
  }

  .cmp-table-head {
    padding: 18px 16px 0;
  }

  .cmp-table-head h2 {
    font-size: 1.1rem;
  }

  .cmp-table-wrap {
    margin: 0 -1px;
  }

  .cmp-table {
    min-width: 560px;
    font-size: 12px;
  }

  .cmp-table th,
  .cmp-table td {
    padding: 12px 14px;
  }

  .cmp-table th:first-child,
  .cmp-table td:first-child {
    min-width: 120px;
  }

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

  .cmp-empty-steps {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-right: -18px;
    padding-right: 18px;
  }

  .cmp-empty-steps::-webkit-scrollbar {
    display: none;
  }

  .cmp-empty-step {
    flex: 0 0 min(75vw, 220px);
    scroll-snap-align: start;
  }

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

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

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

  .cmp-quote-stocks {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .cmp-quote-stocks::-webkit-scrollbar {
    display: none;
  }

  .cmp-quote-stocks span {
    flex-shrink: 0;
  }

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

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

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

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

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