@media (max-width: 760px) {
  html body.player-support-route #root .support-chat.standalone.support-session-ended-v51 > .support-rating {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto 38px !important;
    align-content: start !important;
    min-height: 0 !important;
    height: auto !important;
  }

  html body.player-support-route #root .support-chat.standalone.support-session-ended-v51 > .support-rating > span {
    grid-column: 1 / -1 !important;
    line-height: 1.35 !important;
  }

  html body.player-support-route #root .support-chat.standalone.support-session-ended-v51 > .support-rating > button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    align-self: start !important;
  }
}
