@media (max-width: 720px) {
  .results-shell .head-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    width: 100% !important;
  }
  .results-shell .head-actions .results-view-switch {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
  .results-shell .results-view-switch button {
    width: 100%;
    min-width: 0;
    white-space: nowrap;
  }

  .results-shell .card-side {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px 8px !important;
    align-items: center !important;
    padding: 15px 0 0 !important;
  }
  .results-shell .card-side > .elderly-rating-badge {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    text-align: left;
  }
  .results-shell .card-side > .member-rating-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin: 0;
  }
  .results-shell .card-side > .compare-check {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin: 0 !important;
  }
  .results-shell .card-side > .view-detail {
    grid-column: 2;
    grid-row: 2;
    width: auto !important;
    min-width: 144px;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 12px;
  }
}
