/* SG 2.2.203 — Match Center prediction tab: keep date group full width,
   but give each editorial prediction card proper breathing room inside it. */
.sg-page-partite .sg-match-predictions-stack .sg-prediction-date-group .sg-prediction-card-grid{
  padding:12px 14px 14px!important;
  gap:10px!important;
  background:transparent!important;
}
.sg-page-partite .sg-match-predictions-stack .sg-prediction-card-grid>.sg-public-prediction-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--sg-line)!important;
  border-radius:12px;
  background:var(--sg-surface);
}
@media(max-width:760px){
  .sg-page-partite .sg-match-predictions-stack .sg-prediction-date-group .sg-prediction-card-grid{
    padding:9px 10px 11px!important;
    gap:8px!important;
  }
  .sg-page-partite .sg-match-predictions-stack .sg-prediction-card-grid>.sg-public-prediction-card{
    border-radius:10px;
  }
}
