/* Account entry point in the marketing header (logged-in users). Coral so it
   reads as a personal/account affordance, distinct from the content menu.
   Selector mirrors the header's adaptive colour rules (light / scrolled /
   mobile) so the coral wins in every header state. */
header .header-wrapper nav .main-nav li.nav-account a,
header.light .header-wrapper nav .main-nav li.nav-account a {
  color: #ef4035;
  font-weight: 600;
}

header .header-wrapper nav .main-nav li.nav-account a:hover {
  color: #c90c00;
}

footer .footer-content .footer-bottom ul {
  flex-grow: 1;
}
.footer-dev {
  margin-left: auto;
}
.footer-dev img {
  vertical-align: text-top;
}
