/* Prestige v310: live Google rating + centered graduate actions */
.prestige-graduates-section .graduate-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  width:100%!important;
  margin:28px auto 0!important;
  text-align:center!important;
}
.prestige-graduates-section .graduate-actions>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:210px!important;
  margin:0!important;
}
.prestige-review-source-note{margin-bottom:0!important}
.google-rating-live strong[data-live-google-rating]{font-variant-numeric:tabular-nums}

@media(max-width:680px){
  .prestige-graduates-section .graduate-actions{
    flex-direction:column!important;
    max-width:360px!important;
    gap:12px!important;
  }
  .prestige-graduates-section .graduate-actions>a{
    width:min(100%,360px)!important;
    min-width:0!important;
  }
}
