/* ActiveFoot — Refonte 3 Lot 7g : fiche équipe cadrée + repas */
html.af-team-club-meals-page,
body.af-team-club-meals-page{
  overflow-x:hidden !important;
}
body.af-team-club-meals-page .site-main,
body.af-team-club-meals-page main,
body.af-team-club-meals-page main.site-main,
body.af-team-club-meals-page .container{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  box-sizing:border-box !important;
}
body.af-team-club-meals-page .page-team,
body.af-team-club-meals-page #public-content{
  width:min(1180px, calc(100vw - 28px)) !important;
  max-width:min(1180px, calc(100vw - 28px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
  overflow-x:hidden !important;
}
body.af-team-club-meals-page .page-team .page-hero,
body.af-team-club-meals-page .af-team-easy{
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
  overflow-x:hidden !important;
}
body.af-team-club-meals-page .af-team-easy__hero,
body.af-team-club-meals-page .af-team-easy__grid,
body.af-team-club-meals-page .af-team-easy__section,
body.af-team-club-meals-page .af-team-easy__match,
body.af-team-club-meals-page .af-team-easy__date-section{
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
body.af-team-club-meals-page .af-team-easy__teams,
body.af-team-club-meals-page .af-team-easy__time,
body.af-team-club-meals-page .af-team-easy__match-top,
body.af-team-club-meals-page .af-team-easy__actions{
  min-width:0 !important;
  max-width:100% !important;
}
body.af-team-club-meals-page .af-team-easy__team,
body.af-team-club-meals-page .af-team-easy__match-title,
body.af-team-club-meals-page .af-team-easy__section-title,
body.af-team-club-meals-page .af-team-easy__subtitle{
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}
body.af-team-club-meals-page .af-team-easy__table-wrap{
  max-width:100% !important;
}
.af-team-club-meals__club-btn{
  border-color:rgba(34,197,94,.28) !important;
  background:rgba(34,197,94,.10) !important;
  color:#bbf7d0 !important;
}
.af-team-club-meals{
  border-color:rgba(245,158,11,.24) !important;
  background:linear-gradient(135deg, rgba(15,23,42,.70), rgba(15,23,42,.44)) !important;
}
.af-team-club-meals__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  gap:12px;
}
.af-team-club-meals__card{
  border:1px solid rgba(148,163,184,.18);
  background:rgba(2,6,23,.28);
  border-radius:18px;
  padding:14px;
  min-width:0;
}
.af-team-club-meals__day{
  font-family:var(--fh,inherit);
  font-size:12px;
  font-weight:950;
  letter-spacing:.35px;
  color:#bbf7d0;
  text-transform:uppercase;
  margin-bottom:8px;
}
.af-team-club-meals__main{
  font-family:var(--fh,inherit);
  font-size:26px;
  line-height:1.05;
  font-weight:950;
  color:#fff;
}
.af-team-club-meals__note{
  margin-top:6px;
  color:rgba(148,163,184,.92);
  font-size:12px;
  line-height:1.35;
}
.af-team-club-meals__context{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.af-team-club-meals__context span{
  min-width:0;
  border:1px solid rgba(148,163,184,.14);
  background:rgba(15,23,42,.46);
  border-radius:14px;
  padding:9px;
  color:rgba(226,232,240,.82);
  font-size:11px;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.af-team-club-meals__context strong{
  display:block;
  color:#facc15;
  font-family:var(--fh,inherit);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.55px;
  margin-bottom:3px;
}
@media(max-width:760px){
  body.af-team-club-meals-page .page-team,
  body.af-team-club-meals-page #public-content{
    width:calc(100vw - 16px) !important;
    max-width:calc(100vw - 16px) !important;
  }
  body.af-team-club-meals-page .af-team-easy__actions{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .af-team-club-meals__grid{
    grid-template-columns:1fr;
  }
  .af-team-club-meals__context{
    grid-template-columns:1fr;
  }
  .af-team-club-meals__main{
    font-size:22px;
  }
}
