.site-footer .footer-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #554b5d;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.site-footer .footer-icon {
  display: none;
}

.site-footer .footer-links a {
  display: block;
}

.site-footer .footer-back-top {
  display: none;
}

@media (max-width: 640px) {
  .site-footer {
    background: #18151f;
    border-top: 0;
    color: #fff;
    padding: 34px 0 30px;
  }

  .site-footer .footer-grid {
    display: block;
  }

  .site-footer .footer-brand-panel {
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .site-footer .footer-brand-panel .brand-logo {
    filter: brightness(0) invert(1);
  }

  .site-footer .footer-brand-panel .micro,
  .site-footer .disclaimer {
    color: rgba(255, 255, 255, .74);
  }

  .site-footer .footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .site-footer .footer-toggle {
    min-height: 70px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
  }

  .site-footer .footer-icon {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
  }

  .site-footer .footer-icon::before,
  .site-footer .footer-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    right: 2px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform: translateY(-50%);
  }

  .site-footer .footer-icon::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .site-footer .footer-toggle[aria-expanded="true"] .footer-icon::after {
    opacity: 0;
  }

  .site-footer .footer-links {
    display: grid;
    gap: 16px;
    padding: 0 34px 26px;
  }

  .site-footer .footer-links[hidden] {
    display: none;
  }

  .site-footer .footer-links a {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 16px;
    line-height: 1.35;
  }

  .site-footer .disclaimer {
    margin-top: 34px;
    border-top: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .site-footer .footer-back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    color: #fff;
    font-weight: 750;
  }

  .site-footer .footer-back-top span {
    font-size: 24px;
    line-height: 1;
  }
}
