/* v3.7.10.0 — Country detail layout rebuilt on the shared detail system.
 * Applies to every /enciclopedia/pais/... page, never to one country slug. */
body.single-country .fke-main.fke-country-profile-v3760{
  width:min(960px,calc(100% - 48px))!important;
  max-width:960px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:28px 0 52px!important;
}
body.single-country .fke-country-profile-v3760__layout{gap:14px!important}

/* Country people / club blocks are independent full-width sections.
   The old 1.35fr/.65fr split produced a half-width Clubes panel when Jugadores was empty. */
body.single-country .fke-country-profile-v3760__network{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}
body.single-country .fke-country-profile-v3760__network>section{
  width:100%!important;
  min-width:0!important;
}
body.single-country .fke-country-profile-v3760__players .fke-related-entities__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-related-entities__grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

/* Country Club cards use the same compact navigator rhythm as other detail pages. */
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact{
  min-width:0!important;
  height:132px!important;
  min-height:132px!important;
  max-height:132px!important;
  overflow:hidden!important;
  border-radius:12px!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-entity-card__link{
  display:grid!important;
  grid-template-columns:68px minmax(0,1fr)!important;
  gap:11px!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-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-team-card__mark{
  width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;
  max-width:68px!important;max-height:68px!important;flex:0 0 68px!important;margin:0!important;
  border-radius:11px!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-team-card__mark img{
  width:58px!important;height:58px!important;object-fit:contain!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-entity-card__body{
  display:flex!important;min-width:0!important;height:100%!important;flex-direction:column!important;
  justify-content:center!important;align-items:flex-start!important;gap:3px!important;padding:0!important;text-align:left!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact h3{
  display:-webkit-box!important;margin:0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;white-space:normal!important;text-overflow:clip!important;
  font-size:18px!important;line-height:1.08!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-relation-card__secondary{
  display:-webkit-box!important;margin:1px 0 0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;
  -webkit-line-clamp:1!important;color:#667589!important;font-size:10.5px!important;line-height:1.25!important;
}
body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact strong{
  margin-top:auto!important;color:#00518c!important;font-size:10.5px!important;line-height:1.2!important;
}

/* Knowledge graph contains entity navigation only. Stories are rendered as a full-width
   editorial module below it, so article cards can never be squeezed into a narrow column. */
body.single-country .fke-country-profile-v3760__related-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:start!important;
}
body.single-country .fke-country-profile-v3760__related-grid>:only-child{grid-column:1/-1!important}
body.single-country .fke-country-profile-v3760__related-grid>.fke-relation-card{
  width:100%!important;min-width:0!important;margin:0!important;
}
body.single-country .fke-country-profile-v3760__stories{
  width:100%!important;min-width:0!important;margin:0!important;
}
body.single-country .fke-country-profile-v3760__stories .fke-story-list.fke-article-module{
  width:100%!important;max-width:100%!important;margin:0!important;
}
body.single-country .fke-country-profile-v3760__stories .fke-article-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

/* Featured kits: 3 columns on the 960px rail rather than four narrow cards. */
body.single-country .fke-country-profile-v3760__kit-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

@media(max-width:980px){
  body.single-country .fke-main.fke-country-profile-v3760{width:min(960px,calc(100vw - 36px))!important}
  body.single-country .fke-country-profile-v3760__players .fke-related-entities__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:800px){
  body.single-country .fke-country-profile-v3760__players .fke-related-entities__grid,
  body.single-country .fke-country-profile-v3760__clubs .fke-related-entities__grid,
  body.single-country .fke-country-profile-v3760__kit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.single-country .fke-country-profile-v3760__related-grid{grid-template-columns:1fr!important}
  body.single-country .fke-country-profile-v3760__stories .fke-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  body.single-country .fke-main.fke-country-profile-v3760{width:calc(100vw - 24px)!important;padding:18px 0 72px!important}
  body.single-country .fke-country-profile-v3760__players .fke-related-entities__grid,
  body.single-country .fke-country-profile-v3760__clubs .fke-related-entities__grid{grid-template-columns:1fr!important}
  body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact{height:112px!important;min-height:112px!important;max-height:112px!important}
  body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-entity-card__link{grid-template-columns:62px minmax(0,1fr)!important;padding:10px!important}
  body.single-country .fke-country-profile-v3760__clubs .fke-team-card.is-compact .fke-team-card__mark{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;max-width:62px!important;max-height:62px!important;flex-basis:62px!important}
  body.single-country .fke-country-profile-v3760__kit-grid{display:flex!important;overflow-x:auto!important;gap:10px!important}
  body.single-country .fke-country-profile-v3760__kit-grid>.fke-kit-card{flex:0 0 220px!important}
  body.single-country .fke-country-profile-v3760__stories .fke-article-grid{grid-template-columns:1fr!important}
}
