/* Common styling for footer */

footer .footer-menu-toggler .icon {
  transition: transform 0.2s ease;
}

footer .footer-menu-toggler.active .icon {
  transform: rotate(-180deg);
}

@media (min-width: 343px) and (max-width: 496px) {
  footer .footer-bottom-links li:nth-child(3) a {
    border-right-width: 0;
  }
}

@media (max-width: 342px) {
  footer .footer-bottom-links li:nth-child(2) a {
    border-right-width: 0;
  }
}

@media (max-width: 284px) {
  footer .footer-bottom-links li:nth-child(3) a {
    border-right-width: 0;
  }
}
