#main-footer .cabinet-footer-legal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.35;
}

#main-footer .cabinet-footer-legal a {
  color: var(--bs-secondary-color, #6c757d);
  text-decoration: none;
  white-space: nowrap;
}

#main-footer .cabinet-footer-legal a:hover {
  color: var(--bs-body-color, #212529);
  text-decoration: underline;
}

@media (min-width: 992px) {
  #main-footer .cabinet-footer-legal {
    justify-content: flex-end;
    text-align: right;
  }
}
