@media (max-width: 600px) {
  .candidate-grid { gap: 10px; }
  .candidate { min-height: 152px; padding: 13px 8px 11px; }
  .avatar { width: 68px !important; height: 68px !important; }
  .candidate b { font-size: 12px; line-height: 1.18; }
  .candidate small { font-size: 10px; line-height: 1.25; }
  .candidate-result { grid-template-columns: 22px 38px 1fr 45px; }
  .candidate-result img { width: 38px; height: 38px; }
}
