/* MLB team logos: square box via --fb-box; no outline (drop-shadow removed). */
.fb-logo-wrap {
  --fb-box: 1.125rem;
  box-sizing: border-box;
  width: var(--fb-box);
  height: var(--fb-box);
  font-size: var(--fb-box);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  vertical-align: -0.12em;
}
.fb-logo-wrap--sm {
  --fb-box: 0.875rem;
}
.fb-logo-wrap--md {
  --fb-box: 1.125rem;
}
.fb-logo-wrap--lg {
  --fb-box: 1.375rem;
}
.fb-logo-wrap--table {
  --fb-box: 1.0625rem;
}
.fb-logo-wrap--pt-nrfi-logo {
  --fb-box: 1.75rem;
}
.fb-logo-wrap--nrfi-u {
  --fb-box: 1.5rem;
}
.fb-logo-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
  filter: none;
}

.fb-line-match {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}
/* [away logo] COL @ TOR [home logo] — текст по центру между логотипами */
.fb-line-match--edge-logos {
  justify-content: center;
  gap: 0.45rem 0.6rem;
}
.fb-line-match--edge-logos .fb-match-abbrevs {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  min-width: 0;
  flex-shrink: 0;
}
.fb-team-abbr-line {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}
.fb-line-match .fb-at {
  opacity: 0.55;
  font-weight: 600;
  font-size: 0.88em;
}
