.v6414-review-team-list{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:8px!important;
  width:100%!important;
}
.v6414-review-team-list>.v6225-review-team,
.v6414-review-team-list>.v6225-review-value{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  width:100%!important;
  min-width:0!important;
  min-height:42px!important;
}
[data-v6414-review-family="team_pick"] .v6225-review-answer,
[data-v6414-review-family="team_pick"] .v6225-review-official{
  height:auto!important;
  min-height:112px!important;
  align-content:start!important;
}
[data-v6414-review-family="team_pick"] .v6225-review-answer-body{
  align-items:flex-start!important;
}
.v6414-review-subject{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  min-height:64px!important;
  margin:0 0 12px!important;
  padding:10px 12px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.025)!important;
}
.v6414-review-subject>small{
  color:#858e99!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  white-space:nowrap!important;
}
.v6414-review-subject>.v6225-review-driver{
  min-width:0!important;
}
@media(max-width:720px){
  .v6414-review-subject{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  [data-v6414-review-family="team_pick"] .v6225-review-answer,
  [data-v6414-review-family="team_pick"] .v6225-review-official{
    min-height:106px!important;
  }
}
