.mdl.footer {
  min-height: 54px;
  border-top: 1px solid var(--mb-line);
  background: #ffffff;
}

.mdl.footer .footer__plain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(24px, 4.8vw, 98px);
  color: #6f7984;
  font-size: 13px;
  line-height: 1.2;
}

.mdl.footer .footer__plain span:first-child {
  color: #18222c;
  font-size: 17px;
  font-weight: 700;
}

.mdl.footer .footer__links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #53616a;
  font-size: 13px;
}

.mdl.footer .footer__links a:hover,
.mdl.footer .footer__links a:focus-visible { color: #118987; outline: none; }

.mdl.footer .footer__tabs {
  display: flex;
  min-width: max-content;
  height: 54px;
  overflow-x: auto;
}

.mdl.footer .footer__tab {
  min-width: 112px;
  padding: 0 28px;
  border: 0;
  border-right: 1px solid var(--mb-line);
  color: #303943;
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.mdl.footer .footer__tab:hover,
.mdl.footer .footer__tab:focus-visible {
  background: #f7fbfb;
  outline: none;
}

.mdl.footer .footer__tab.is-current {
  border-bottom: 5px solid #198e87;
  color: var(--mb-ink);
  font-weight: 760;
}

@media (max-width: 640px) {
  .mdl.footer .footer__plain {
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 16px 20px;
    text-align: center;
  }

  .mdl.footer .footer__links { justify-content: center; }
}
