/* OUTCORA v5.30 — compact footer brand and unified navigation rail. */

footer .footer-grid.footer-grid--v530 {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

footer .footer-grid--v530 > div:first-child {
  min-width: 0;
}

footer .footer-grid--v530 .footer-brand {
  width: min(100%, 380px);
  min-height: 0;
  align-items: flex-start;
}

footer .footer-grid--v530 .footer-brand img[data-outcora-footer-logo="5.30"] {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  image-rendering: auto;
}

footer .footer-grid--v530 .footer-links.footer-links--combined {
  display: flex;
  width: 100%;
  margin: 0;
  align-self: start;
  justify-self: stretch;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
}

footer .footer-grid--v530 .footer-links.footer-links--combined a {
  white-space: nowrap;
}

footer .footer-grid--v530 .footer-link-divider {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 12px;
  background: rgba(128, 143, 166, 0.46);
}

@media (max-width: 820px) {
  footer .footer-grid--v530 .footer-links.footer-links--combined {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 12px;
  }
}

@media (max-width: 720px) {
  footer .footer-grid--v530 .footer-brand {
    width: min(100%, 320px);
  }

  footer .footer-grid--v530 .footer-brand img[data-outcora-footer-logo="5.30"] {
    max-width: 320px;
  }
}
