footer .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #fff;
}

footer .footer-category {
  width: 100%;
  justify-content: center;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.55);
  padding: 0;
}

footer .footer-category__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

footer .footer-category__item,
footer .footer-category__first-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

footer .footer-category__a.btn,
footer .footer-category__child > .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 1.4rem 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow: none;
}

footer .footer-category__a.btn:hover,
footer .footer-category__a.btn:focus-visible,
footer .footer-category__child > .btn:hover,
footer .footer-category__child > .btn:focus-visible {
  background: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

footer .footer-category__item--child {
  display: none;
}

footer .copyrights {
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.55);
}

footer .copyrights a {
  color: #fff;
}

footer .copyrights a:hover,
footer .copyrights a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

footer .copyrights__wrapper {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

footer .copyrights__left,
footer .copyrights__right {
  color: inherit;
}

@media (max-width: 61.94rem) {
  footer .footer-category__list {
    flex-direction: column;
    gap: 0.4rem;
  }

  footer .footer-category__a.btn,
  footer .footer-category__child > .btn {
    padding: 0.8rem 0;
    white-space: normal;
    text-align: center;
  }
}
