/* Keep the footer compact regardless of the number of supplier services. */
.marketplace .market-footer {
  width: min(1380px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
  padding: 24px 0 16px;
}
.market-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  padding: 0 0 22px;
}
.marketplace .market-footer .footer-brand .brand-logo { width: 180px; height: auto; }
.market-footer .footer-brand p { margin-top: 12px; font-size: 11px; line-height: 1.65; }
.market-footer .footer-help { display: block; }
.market-footer .footer-categories > strong,
.market-footer .footer-help > strong { margin: 0 0 10px; font-size: 12px; line-height: 18px; }
.market-footer .footer-categories > div,
.market-footer .footer-help-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 5px 18px;
}
.market-footer .footer-categories a,
.market-footer .footer-help a { font-size: 11px; line-height: 18px; overflow-wrap: anywhere; }
.market-footer .footer-all-catalog { display: inline-flex; align-items: center; gap: 8px; color: #c4a0f3; }
.marketplace .market-footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px 24px;
  margin: 0;
  padding: 12px 0 0;
  font-size: 10px;
  line-height: 16px;
}
@media (max-width: 960px) {
  .market-footer .footer-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 28px; }
  .market-footer .footer-brand { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .market-footer .footer-brand p { margin: 0; }
}
@media (max-width: 600px) {
  .marketplace .market-footer { width: calc(100% - 32px); padding: 20px 0 14px; }
  .market-footer .footer-top { gap: 20px 22px; padding-bottom: 18px; }
  .marketplace .market-footer .footer-brand .brand-logo { width: 146px; }
  .market-footer .footer-brand p { max-width: 145px; font-size: 10px; }
  .market-footer .footer-categories > div,
  .market-footer .footer-help-links { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .market-footer .footer-categories a,
  .market-footer .footer-help a { font-size: 11px; line-height: 18px; }
  .marketplace .market-footer .footer-bottom { flex-direction: column; gap: 3px; font-size: 9px; }
}
