/* Football Kit Encyclopedia v3.7.10.3
 * National-team verified relationship summary.
 * Scope: every team CPT record with team_type=national_team.
 * The section is entity navigation, so one entity = one compact card. No
 * large nested category panel around a single Brazil / Nike relation.
 */
body.single-team .fke-national-team-profile__relations{
  overflow:hidden!important;
}
body.single-team .fke-national-team-profile__relations>header{
  margin-bottom:12px!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  align-items:stretch!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat>.fke-entity-card{
  width:100%!important;
  min-width:0!important;
  height:124px!important;
  min-height:124px!important;
  max-height:124px!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat>.fke-entity-card.is-compact .fke-entity-card__link{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:12px!important;
  box-sizing:border-box!important;
  text-align:left!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat .fke-entity-card__body{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  min-width:0!important;
  height:100%!important;
  padding:0!important;
  gap:3px!important;
  text-align:left!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat .fke-entity-card__type{
  margin:0!important;
  font-size:9px!important;
  line-height:1.15!important;
  letter-spacing:.1em!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat h3{
  display:-webkit-box!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  font-size:18px!important;
  line-height:1.08!important;
  white-space:normal!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat strong{
  margin-top:auto!important;
  padding-top:5px!important;
  font-size:10.5px!important;
  line-height:1.2!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat :is(
  .fke-country-card.is-compact>a>.fke-entity-card__image,
  .fke-competition-card.is-compact>a>.fke-entity-card__image,
  .fke-brand-card.is-compact .fke-brand-card__mark,
  .fke-sponsor-card.is-compact .fke-sponsor-card__mark
){
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  min-height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  flex:0 0 64px!important;
  margin:0!important;
  border-radius:11px!important;
  object-fit:contain!important;
}
body.single-team .fke-national-team-profile__relation-grid--flat .fke-brand-card__logo,
body.single-team .fke-national-team-profile__relation-grid--flat .fke-sponsor-card__mark img{
  max-width:78%!important;
  max-height:40px!important;
  object-fit:contain!important;
}
/* Old group wrappers are no longer rendered, but neutralise them for safe
   backwards/cache compatibility while pages transition. */
body.single-team .fke-national-team-profile__relations .fke-national-team-profile__relation-block{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
}
@media(max-width:900px){
  body.single-team .fke-national-team-profile__relation-grid--flat{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:700px){
  body.single-team .fke-national-team-profile__relation-grid--flat{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
  body.single-team .fke-national-team-profile__relation-grid--flat{grid-template-columns:1fr!important;gap:9px!important}
  body.single-team .fke-national-team-profile__relation-grid--flat>.fke-entity-card{height:108px!important;min-height:108px!important;max-height:108px!important}
  body.single-team .fke-national-team-profile__relation-grid--flat>.fke-entity-card.is-compact .fke-entity-card__link{grid-template-columns:58px minmax(0,1fr)!important;padding:10px!important}
  body.single-team .fke-national-team-profile__relation-grid--flat :is(
    .fke-country-card.is-compact>a>.fke-entity-card__image,
    .fke-competition-card.is-compact>a>.fke-entity-card__image,
    .fke-brand-card.is-compact .fke-brand-card__mark,
    .fke-sponsor-card.is-compact .fke-sponsor-card__mark
  ){width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;flex-basis:58px!important}
}
