.africa-home {
  margin-top: 125px;
}

/* ============================================================
   africa FOOTER NAV
   Footer-style multi-column navigation with flags
   ============================================================ */


.footer-disclaimer-africa {
  background: var(--are-dark-blue);
  padding: 20px;
  text-align: right;
  border-top: 1px solid #fff;
}
.footer-disclaimer-lang {
    margin: 0 auto 0px;
}

.africa-footer-site-name {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.africa-footer-nav {
  padding: 50px 20px 101px 20px;
  background: var(--are-dark-blue);
  color: #fff;
}

.africa-footer-nav-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section heading — gold, uppercase, links to region page */
.africa-footer-col .africa-footer-heading {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 50px 0 12px 0;
  color: #c9a96e;
  max-width: none;
}

.africa-footer-col .africa-footer-heading a {
  color: #c9a96e;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.1px;
}

.africa-footer-site-name a {
  color: #c9a96e;
  text-decoration: none;
}

.africa-footer-site-name a:hover {
  color: #c9a96e;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.1px;
}

/* Ghost heading — invisible spacer to align Windward column with Leeward */
.africa-footer-col .africa-footer-heading--ghost {
  visibility: hidden;
}

/* Sub-heading — Leeward / Windward */
.africa-footer-col .africa-footer-subheading {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 16px 0 10px 0;
  color: #c9a96e;
  max-width: none;
}

.africa-footer-col .africa-footer-subheading a {
  color: #c9a96e;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.1px;
}

/* List */
.africa-footer-col .africa-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
}

.africa-footer-col .africa-footer-list li {
  margin: 5px 0;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}

/* Each list item is a flex row: flag + name */
.africa-footer-col .africa-footer-list li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.1px;
  text-decoration-color: rgb(120 120 120);
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}

.africa-footer-col .africa-footer-list li a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

/* Flag image */
.africa-footer-col .africa-footer-list li a img {
  display: inline-block;
  flex-shrink: 0;
  width: 23px;
  height: auto;
  vertical-align: middle;
}

/* Flag label */
.africa-footer-col .africa-footer-list li a span {
  display: inline-block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablets: 2 columns */
@media (max-width: 768px) {
  .africa-footer-nav-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
  .africa-footer-nav-inner {
    grid-template-columns: 1fr;
  }
}

.entry-content table:not(.variations) {
  max-width: 800px;
  margin: auto;
}