body.mf-afcon2027-page {
  --afcon-map-gold: #ffd54a;
  --afcon-map-green: #009246;
  --afcon-map-red: #bc2234;
  --afcon-map-blue: #31b8ff;
  --afcon-map-panel: rgba(4, 16, 13, .92);
  --afcon-map-line: rgba(255, 213, 74, .22);
}

body.mf-afcon2027-page main#main-content {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 146, 70, .14), transparent 30rem),
    radial-gradient(circle at 88% 26%, rgba(49, 184, 255, .1), transparent 30rem),
    #00130f;
}

body.mf-afcon2027-page main :where(.stl-container, .mf-diaspora-hero__inner) {
  width: min(100% - 2rem, 1180px) !important;
  max-width: 1180px !important;
  box-sizing: border-box !important;
}

body.mf-afcon2027-page main .mf-diaspora-hero {
  min-height: 0 !important;
  padding: clamp(2rem, 5vw, 4.25rem) 0 clamp(1.35rem, 3vw, 2.25rem) !important;
  border-bottom: 1px solid rgba(255, 213, 74, .22);
}

body.mf-afcon2027-page main .mf-diaspora-hero__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: .82rem !important;
  align-items: end !important;
}

body.mf-afcon2027-page main .mf-diaspora-hero h1 {
  max-width: 41rem !important;
  margin: .28rem 0 !important;
  font-size: clamp(2.5rem, 5.3vw, 4.6rem) !important;
  line-height: .94 !important;
  text-wrap: balance;
}

body.mf-afcon2027-page main .mf-diaspora-hero p {
  max-width: 50rem !important;
  margin: .15rem 0 .35rem !important;
  color: rgba(241, 245, 239, .84) !important;
  text-wrap: balance;
}

body.mf-afcon2027-page main .mf-diaspora-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .48rem !important;
  margin-top: .35rem !important;
}

body.mf-afcon2027-page main .mf-hub-proof-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: .55rem !important;
  margin-top: .7rem !important;
}

body.mf-afcon2027-page main .mf-hub-proof-card {
  min-height: 0 !important;
  padding: .7rem .8rem !important;
  border-color: rgba(255, 213, 74, .2) !important;
  background: rgba(5, 20, 16, .82) !important;
}

body.mf-afcon2027-page main .mf-hub-proof-card strong {
  font-size: .86rem !important;
  line-height: 1.22 !important;
}

body.mf-afcon2027-page main .mf-afcon-dashboard-section {
  padding-top: clamp(1.1rem, 2.4vw, 1.75rem) !important;
}

body.mf-afcon2027-page main .stl-section-header-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: .8rem !important;
  align-items: end !important;
  margin-bottom: .72rem !important;
}

body.mf-afcon2027-page main .stl-section-header-row > div {
  min-width: 0 !important;
}

body.mf-afcon2027-page main .stl-section-header-row .stl-subheading {
  max-width: 50rem !important;
  margin: .12rem 0 !important;
  font-size: clamp(1.45rem, 3vw, 2.25rem) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

body.mf-afcon2027-page main #mf-afcon-dashboard {
  display: grid !important;
  gap: 1rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard :where(.mf-afcon-command, .mf-afcon-dashboard__section, .mf-afcon-dashboard__split, .mf-afcon-country-directory) {
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command {
  padding: clamp(.82rem, 1.4vw, 1.05rem) !important;
  border-color: rgba(255, 213, 74, .32) !important;
  background:
    linear-gradient(135deg, rgba(0, 146, 70, .12), transparent 35%),
    linear-gradient(225deg, rgba(188, 34, 52, .12), transparent 38%),
    rgba(3, 13, 11, .9) !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, .72fr) !important;
  gap: .85rem !important;
  align-items: end !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__head h2 {
  max-width: 52rem;
  margin: .14rem 0 !important;
  font-size: clamp(1.1rem, 2vw, 1.72rem) !important;
  line-height: 1.05 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__head p,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__status {
  max-width: 60rem !important;
  color: rgba(241, 245, 239, .78) !important;
  font-size: .82rem !important;
  line-height: 1.3 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(10rem, 1.35fr) !important;
  gap: .36rem !important;
  justify-content: stretch !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions .mf-chip,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__search input {
  width: 100% !important;
  min-height: 2.32rem !important;
  border: 1px solid rgba(255, 213, 74, .24) !important;
  border-radius: 999px !important;
  color: #fff8dc !important;
  background: rgba(255, 255, 255, .045) !important;
  font: 900 .62rem/1 "JetBrains Mono", monospace !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions .mf-chip.is-active,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions .mf-chip:hover,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions .mf-chip:focus-visible {
  color: #04100d !important;
  background: var(--afcon-map-gold) !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__search {
  grid-column: span 1;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__search input {
  padding: .35rem .72rem !important;
  font-family: var(--f-body, system-ui, sans-serif) !important;
  font-weight: 800 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__grid {
  display: grid !important;
  grid-template-columns: minmax(20rem, 1fr) minmax(13rem, .42fr) !important;
  gap: .7rem !important;
  align-items: stretch !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead {
  grid-column: 1;
  grid-row: 1;
  display: grid !important;
  grid-template-columns: minmax(11rem, .45fr) minmax(0, 1fr) !important;
  min-height: 11.75rem !important;
  max-height: none !important;
  border-color: rgba(255, 213, 74, .18) !important;
  background: rgba(255, 255, 255, .035) !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead figure {
  min-height: 11.75rem !important;
  max-height: none !important;
  background: rgba(255, 213, 74, .08);
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead img {
  min-height: 11.75rem !important;
  object-fit: cover !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead > div {
  align-content: center !important;
  padding: .76rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats {
  grid-column: 2;
  grid-row: 1;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(5rem, auto) !important;
  gap: .46rem !important;
  align-self: stretch !important;
  min-height: 11.2rem !important;
  overflow: visible !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats button {
  min-height: 5.35rem !important;
  padding: .58rem !important;
  border-color: rgba(255, 213, 74, .18) !important;
  background: rgba(255, 255, 255, .035) !important;
  overflow: visible !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats strong {
  font-size: clamp(1.45rem, 3vw, 2.05rem) !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__hosts {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: .48rem !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-host-card {
  min-height: 6.4rem !important;
  border-radius: .8rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-host-card img {
  min-height: 6.4rem !important;
  height: 100% !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__teams {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .38rem !important;
  max-height: none !important;
  overflow: visible !important;
  margin-top: .72rem !important;
  padding: .58rem !important;
  border: 1px solid rgba(255, 213, 74, .16);
  border-radius: 1rem;
  background: rgba(0, 0, 0, .18);
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-button {
  min-width: 0 !important;
  min-height: 2.05rem !important;
  padding: .28rem .5rem !important;
  gap: .35rem !important;
  color: #fff8dc !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-button__flag,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-button__flag img {
  width: 1.28rem !important;
  height: 1.28rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-button__name {
  max-width: 8.5rem !important;
  font-size: .64rem !important;
  white-space: nowrap !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__mini,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-archive-console {
  display: grid !important;
  grid-template-columns: minmax(20rem, 1.15fr) minmax(16rem, .8fr) minmax(14rem, .65fr) !important;
  gap: .65rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-mini-panel,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__section {
  border-color: rgba(255, 213, 74, .18) !important;
  background: rgba(0, 0, 0, .18) !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-mini-panel a,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-winner-list a,
body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-news-list button {
  border-color: rgba(255, 255, 255, .1) !important;
  background: rgba(255, 255, 255, .04) !important;
}

body.mf-afcon2027-page main .mf-afcon-map-directory {
  position: relative;
  margin-top: .85rem;
  padding: clamp(.9rem, 1.6vw, 1.15rem);
  overflow: hidden;
  border: 1px solid rgba(255, 213, 74, .3);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(0, 146, 70, .26), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(188, 34, 52, .2), transparent 30%),
    linear-gradient(135deg, rgba(5, 20, 16, .98), rgba(4, 15, 18, .96));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32);
}

body.mf-afcon2027-page main .mf-afcon-map-directory__head,
body.mf-afcon2027-page main .mf-afcon-map-directory__body {
  position: relative;
  z-index: 1;
}

body.mf-afcon2027-page main .mf-afcon-map-directory__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: end;
  margin-bottom: .7rem;
}

body.mf-afcon2027-page main .mf-afcon-map-directory__head h3 {
  margin: .1rem 0;
  color: #fff;
  font-size: clamp(1.18rem, 2.2vw, 1.8rem);
  line-height: 1;
}

body.mf-afcon2027-page main .mf-afcon-map-directory__head p {
  max-width: 62rem;
  margin: .25rem 0 0;
  color: rgba(241, 245, 239, .78);
}

body.mf-afcon2027-page main .mf-afcon-map-directory__sources {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  justify-content: flex-end;
}

body.mf-afcon2027-page main .mf-afcon-map-directory__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  margin-bottom: .75rem;
}

body.mf-afcon2027-page main .mf-afcon-map-directory__stats span {
  display: flex;
  align-items: center;
  gap: .42rem;
  min-height: 2.65rem;
  padding: .48rem .62rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .78rem;
  color: rgba(241, 245, 239, .78);
  background: rgba(255, 255, 255, .045);
  font: 800 .72rem/1.1 var(--f-body, system-ui, sans-serif);
}

body.mf-afcon2027-page main .mf-afcon-map-directory__stats b {
  color: var(--afcon-map-gold);
  font: 900 1.25rem/1 "JetBrains Mono", monospace;
}

body.mf-afcon2027-page main .mf-afcon-map-directory__body {
  display: grid;
  grid-template-columns: minmax(26rem, 1fr) minmax(18rem, .34fr);
  gap: .85rem;
  align-items: stretch;
}

body.mf-afcon2027-page main .mf-afcon-africa-map {
  position: relative;
  min-height: clamp(30rem, 52vw, 42rem);
  overflow: hidden;
  border: 1px solid rgba(255, 213, 74, .22);
  border-radius: 1rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 40%, rgba(49, 184, 255, .18), transparent 42%),
    rgba(0, 14, 16, .58);
  background-size: 92px 92px, 92px 92px, auto, auto;
}

body.mf-afcon2027-page main .mf-afcon-africa-map::before {
  content: "AFCON 2027 COUNTRY MAP";
  position: absolute;
  right: 1rem;
  bottom: .55rem;
  color: rgba(255, 255, 255, .06);
  font: 900 clamp(1.6rem, 5vw, 5rem)/.8 "JetBrains Mono", monospace;
  letter-spacing: .02em;
  pointer-events: none;
}

body.mf-afcon2027-page main .mf-afcon-africa-map__shape {
  position: absolute;
  inset: 3% 5%;
  width: 90%;
  height: 94%;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, .42));
}

body.mf-afcon2027-page main .mf-afcon-africa-map__shape path {
  fill: rgba(0, 146, 70, .18);
  stroke: rgba(255, 213, 74, .34);
  stroke-width: 2;
}

body.mf-afcon2027-page main .mf-afcon-africa-map__shape path:nth-child(2) {
  fill: rgba(188, 34, 52, .14);
}

body.mf-afcon2027-page main .mf-afcon-africa-map__pins {
  position: absolute;
  inset: 0;
}

body.mf-afcon2027-page main .mf-afcon-map-pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 1.72rem;
  height: 1.72rem;
  padding: 0;
  border: 2px solid var(--pin-color, var(--afcon-map-gold));
  border-radius: 999px;
  background: rgba(3, 13, 11, .92);
  box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--pin-color, #ffd54a) 22%, transparent), 0 .7rem 1.3rem rgba(0, 0, 0, .32);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform .18s ease, box-shadow .18s ease, z-index .18s ease;
}

body.mf-afcon2027-page main .mf-afcon-map-pin.is-host {
  width: 2.12rem;
  height: 2.12rem;
}

body.mf-afcon2027-page main .mf-afcon-map-pin:hover,
body.mf-afcon2027-page main .mf-afcon-map-pin:focus-visible,
body.mf-afcon2027-page main .mf-afcon-map-pin.is-active {
  z-index: 20;
  outline: none;
  transform: translate(-50%, -50%) scale(1.16);
  box-shadow: 0 0 0 .38rem color-mix(in srgb, var(--pin-color, #ffd54a) 34%, transparent), 0 1rem 1.6rem rgba(0, 0, 0, .42);
}

body.mf-afcon2027-page main .mf-afcon-map-pin__flag,
body.mf-afcon2027-page main .mf-afcon-map-pin__flag img {
  display: block;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 999px;
  object-fit: cover;
}

body.mf-afcon2027-page main .mf-afcon-map-pin__name {
  position: absolute;
  top: calc(100% + .2rem);
  left: 50%;
  max-width: 7rem;
  padding: .18rem .34rem;
  border: 1px solid rgba(255, 213, 74, .2);
  border-radius: 999px;
  color: #fff8dc;
  background: rgba(4, 14, 11, .82);
  font: 900 .56rem/1 "JetBrains Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

body.mf-afcon2027-page main .mf-afcon-map-pin:hover .mf-afcon-map-pin__name,
body.mf-afcon2027-page main .mf-afcon-map-pin:focus-visible .mf-afcon-map-pin__name,
body.mf-afcon2027-page main .mf-afcon-map-pin.is-active .mf-afcon-map-pin__name {
  opacity: 1;
}

body.mf-afcon2027-page main .mf-afcon-map-pin__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + .58rem);
  display: grid;
  gap: .18rem;
  width: min(16rem, 72vw);
  padding: .6rem .68rem;
  border: 1px solid rgba(255, 213, 74, .32);
  border-radius: .78rem;
  color: #fff8dc;
  background: rgba(3, 13, 11, .95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .38);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, .35rem);
  transition: opacity .16s ease, transform .16s ease;
}

body.mf-afcon2027-page main .mf-afcon-map-pin__tooltip strong {
  color: var(--pin-color, var(--afcon-map-gold));
  font-size: .88rem;
}

body.mf-afcon2027-page main .mf-afcon-map-pin__tooltip small {
  color: rgba(241, 245, 239, .82);
  font-size: .72rem;
  line-height: 1.28;
}

body.mf-afcon2027-page main .mf-afcon-map-pin:hover .mf-afcon-map-pin__tooltip,
body.mf-afcon2027-page main .mf-afcon-map-pin:focus-visible .mf-afcon-map-pin__tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.mf-afcon2027-page main .mf-afcon-map-card {
  position: sticky;
  top: calc(var(--nav-height, 64px) + .85rem);
  align-self: start;
  display: grid;
  gap: .65rem;
  min-height: 18rem;
  padding: .9rem;
  border: 1px solid rgba(255, 213, 74, .24);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(0, 146, 70, .16), rgba(188, 34, 52, .1)),
    rgba(3, 13, 11, .82);
}

body.mf-afcon2027-page main .mf-afcon-map-card__title {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #fff;
}

body.mf-afcon2027-page main .mf-afcon-map-card__title img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  object-fit: cover;
}

body.mf-afcon2027-page main .mf-afcon-map-card__title strong {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1;
}

body.mf-afcon2027-page main .mf-afcon-map-card p {
  margin: 0;
  color: rgba(241, 245, 239, .82);
  line-height: 1.45;
}

body.mf-afcon2027-page main .mf-afcon-map-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
}

body.mf-afcon2027-page main .mf-afcon-map-card__meta span {
  padding: .34rem .52rem;
  border: 1px solid rgba(255, 213, 74, .2);
  border-radius: 999px;
  color: #fff8dc;
  background: rgba(255, 255, 255, .045);
  font: 900 .62rem/1 "JetBrains Mono", monospace;
  text-transform: uppercase;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory {
  padding: .85rem !important;
  border: 1px solid rgba(255, 213, 74, .2) !important;
  border-radius: 1rem !important;
  background: rgba(0, 0, 0, .16) !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory .mf-afcon-dashboard__heading {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .5rem !important;
  align-items: end !important;
  justify-content: space-between !important;
  margin-bottom: .65rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory .mf-afcon-dashboard__heading h3 {
  margin: .08rem 0 !important;
  font-size: clamp(1rem, 1.8vw, 1.34rem) !important;
  line-height: 1.08 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr)) !important;
  gap: .48rem !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__grid button {
  display: grid !important;
  grid-template-columns: 2rem minmax(0, 1fr) !important;
  grid-template-areas:
    "flag name"
    "flag meta" !important;
  min-height: 3.45rem !important;
  padding: .45rem .52rem !important;
  border: 1px solid rgba(255, 213, 74, .16) !important;
  border-radius: .9rem !important;
  background: rgba(255, 255, 255, .04) !important;
  text-align: left !important;
  align-items: center !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__flag {
  grid-area: flag;
  display: block !important;
  width: 1.72rem !important;
  height: 1.72rem !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__flag img {
  width: 1.72rem !important;
  height: 1.72rem !important;
  object-fit: cover !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__grid strong {
  grid-area: name;
  color: #fff !important;
  font-size: .78rem !important;
  line-height: 1.08 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__grid small {
  grid-area: meta;
  color: rgba(241, 245, 239, .72) !important;
  font-size: .64rem !important;
  line-height: 1.1 !important;
}

body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__grid em {
  display: none !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official {
  padding-top: clamp(1rem, 2.5vw, 1.75rem) !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-source-shell,
body.mf-afcon2027-page main .mf-diaspora-board--official .mf-afcon-player-shell {
  display: block !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-official-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .72rem !important;
  max-height: none !important;
  overflow: visible !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-official-grid > .mf-diaspora-pro-board {
  max-height: none !important;
  overflow: visible !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-layout {
  display: grid !important;
  grid-template-columns: minmax(13rem, .24fr) minmax(0, 1fr) !important;
  gap: .62rem !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr)) !important;
  gap: .48rem !important;
  max-height: 31rem !important;
  overflow: auto !important;
  padding-right: .2rem !important;
  scrollbar-width: thin;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card {
  display: grid !important;
  grid-template-columns: 3.15rem minmax(0, 1fr) !important;
  gap: .42rem !important;
  min-height: 5.35rem !important;
  padding: .44rem !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card__media,
body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card__media img,
body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card__no-photo {
  width: 3.15rem !important;
  height: 3.15rem !important;
  min-height: 3.15rem !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card h3 {
  font-size: .82rem !important;
  line-height: 1.04 !important;
}

body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card p,
body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-card small {
  font-size: .66rem !important;
  line-height: 1.18 !important;
}

@media (max-width: 980px) {
  body.mf-afcon2027-page main .mf-hub-proof-row,
  body.mf-afcon2027-page main .stl-section-header-row,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__head,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__grid,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__mini,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-archive-console,
  body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-layout,
  body.mf-afcon2027-page main .mf-afcon-map-directory__head,
  body.mf-afcon2027-page main .mf-afcon-map-directory__body {
    grid-template-columns: 1fr;
  }

  body.mf-afcon2027-page main .mf-afcon-map-directory__sources {
    justify-content: flex-start;
  }

  body.mf-afcon2027-page main .mf-afcon-map-card {
    position: static;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__hosts {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__hosts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body.mf-afcon2027-page main :where(.stl-container, .mf-diaspora-hero__inner) {
    width: min(100% - 1rem, 1180px) !important;
  }

  body.mf-afcon2027-page main .mf-diaspora-hero h1 {
    font-size: clamp(2.2rem, 13vw, 3.4rem) !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__hosts,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead {
    grid-template-columns: 1fr !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.mf-afcon2027-page main .mf-afcon-map-directory__stats {
    grid-template-columns: 1fr;
  }

  body.mf-afcon2027-page main .mf-afcon-africa-map {
    min-height: 34rem;
  }

  body.mf-afcon2027-page main .mf-afcon-map-pin {
    width: 1.44rem;
    height: 1.44rem;
  }

  body.mf-afcon2027-page main .mf-afcon-map-pin__flag,
  body.mf-afcon2027-page main .mf-afcon-map-pin__flag img {
    width: .96rem;
    height: .96rem;
  }

  body.mf-afcon2027-page main .mf-diaspora-board--official .mf-diaspora-pro-grid {
    max-height: none !important;
  }
}

@media (max-width: 460px) {
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-country-directory__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  body.mf-afcon2027-page,
  body.mf-afcon2027-page main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.mf-afcon2027-page main :where(.stl-container, .mf-diaspora-hero__inner) {
    width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  body.mf-afcon2027-page main * {
    box-sizing: border-box !important;
    max-width: 100%;
  }

  body.mf-afcon2027-page main :where(p, h1, h2, h3, strong, span, small, a, button, figcaption) {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.mf-afcon2027-page main .mf-diaspora-hero h1 {
    max-width: 100% !important;
    font-size: clamp(1.9rem, 10vw, 2.75rem) !important;
    overflow-wrap: anywhere;
  }

  body.mf-afcon2027-page main .mf-diaspora-hero p,
  body.mf-afcon2027-page main .stl-section-header-row p {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  body.mf-afcon2027-page main .mf-diaspora-actions,
  body.mf-afcon2027-page main .mf-hub-proof-row,
  body.mf-afcon2027-page main .stl-section-header-row,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__grid,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__mini,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-archive-console,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__head,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__hosts {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.mf-afcon2027-page main .mf-diaspora-actions > *,
  body.mf-afcon2027-page main .mf-hub-proof-row > *,
  body.mf-afcon2027-page main .stl-section-header-row > *,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__head > *,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__actions > * {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.mf-afcon2027-page main .stl-section-header-row .stl-btn {
    justify-self: stretch !important;
    text-align: center !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__stats,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-dashboard__hosts {
    grid-column: auto !important;
    grid-row: auto !important;
    min-width: 0 !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead figure,
  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__lead img {
    min-height: 10rem !important;
  }

  body.mf-afcon2027-page main #mf-afcon-dashboard .mf-afcon-command__teams {
    max-height: 16rem !important;
    overflow: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mf-afcon2027-page main .mf-afcon-map-pin,
  body.mf-afcon2027-page main .mf-afcon-map-pin__tooltip {
    transition: none;
  }
}
