.mtwm-eeat-footer{
  width:100%;
  background:#0b0b0c;
  color:rgba(255,255,255,.86);
  border-top:1px solid rgba(255,255,255,.10);
  padding:56px 0 32px;
  margin-top:48px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.mtwm-eeat-footer *{ box-sizing:border-box; }
.mtwm-eeat-footer__wrap{ max-width:1200px; margin:0 auto; padding:0 20px; }

.mtwm-eeat-footer__grid{
  display:grid;
  grid-template-columns: 1.4fr 1.2fr 1fr 1fr;
  gap:28px;
  align-items:start;
}

.mtwm-eeat-footer__brandname{
  font-size:16px;
  font-weight:600;
  letter-spacing:-0.01em;
  color:rgba(255,255,255,.92);
}
.mtwm-eeat-footer__tagline{
  margin-top:10px;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.70);
  max-width:44ch;
}

.mtwm-eeat-footer__label{
  font-size:12px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
  margin-bottom:12px;
}

.mtwm-eeat-footer__list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mtwm-eeat-footer__link{
  color:rgba(255,255,255,.86);
  text-decoration:none;
  font-size:13px;
  line-height:1.35;
}
.mtwm-eeat-footer__link:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.mtwm-eeat-footer__link--primary{
  display:inline-block;
  margin-top:14px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
}
.mtwm-eeat-footer__link--primary:hover{ text-decoration:none; background:rgba(255,255,255,.08); }

.mtwm-eeat-footer__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.mtwm-eeat-footer__chip{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.86);
  text-decoration:none;
  font-size:12px;
  line-height:1;
}
.mtwm-eeat-footer__chip:hover{ background:rgba(255,255,255,.07); }

.mtwm-eeat-footer__bottom{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.mtwm-eeat-footer__meta{
  font-size:12px;
  color:rgba(255,255,255,.60);
}
.mtwm-eeat-footer__meta-links{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.mtwm-eeat-footer__meta-link{
  font-size:12px;
  color:rgba(255,255,255,.72);
  text-decoration:none;
}
.mtwm-eeat-footer__meta-link:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.mtwm-eeat-footer__sep{ opacity:.55; }

@media (max-width:980px){
  .mtwm-eeat-footer__grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width:620px){
  .mtwm-eeat-footer{ padding:44px 0 26px; margin-top:38px; }
  .mtwm-eeat-footer__grid{ grid-template-columns: 1fr; }
  .mtwm-eeat-footer__tagline{ max-width:100%; }
}

/* GeneratePress footer credit suppression (multiple variants). */
.site-footer .site-info,
.site-footer .copyright-bar,
.site-footer .footer-bar,
.site-footer .inside-site-info,
.site-info,
.copyright-bar,
.footer-bar,
.inside-site-info,
#generate-copyright,
.generate-copyright{
  display:none !important;
}
