.wp-block-sdb-standings { display:block; width:100%; }
.wp-block-sdb-standings .sdb-table { width:100%; }
.wp-block-sdb-standings .sdb-team-cell { display:flex; align-items:center; gap:10px; min-width:0; }
.wp-block-sdb-standings .sdb-team-name { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:200px; }



/* Strong enforcement: small logos everywhere */
img.sdb-badge, img.team-logo, img.sdb-team-logo, .sdb-team-cell img, .sdb-table img, .sdb-widget img, .sdb-block img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: contain !important;
  display: inline-block !important;
}

/* Smaller for very small screens */
@media (max-width: 480px) {
  img.sdb-badge, img.team-logo, img.sdb-team-logo, .sdb-team-cell img, .sdb-table img, .sdb-widget img {
    width: 28px !important;
    height: 28px !important;
    max-width:28px !important;
    max-height:28px !important;
  }
}

/* Force league/group headings bold */
.sdb-league-title, .sdb-caption, .sdb-group-header, .sdb-group-title, .sdb-block .sdb-caption, .sdb-table .sdb-caption {
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: inherit !important;
}

/* Ensure widgets inherit caption style when grouped */
.sdb-widget .sdb-caption, .wp-block-sdb-livescore .sdb-caption, .wp-block-sdb-standings .sdb-caption {
  font-weight:700 !important;
}

