@media (max-width: 767px) {
  footer .border-t > div.flex.items-center {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
  }

  footer .border-t > div.flex.items-center > .w-px {
    display: none !important;
  }

  footer .border-t > div.flex.items-center > a {
    white-space: nowrap;
  }
}
