/* Shared four-network layout for the .com public site. */
.site-footer .footer-pro-brand {
  container-type: inline-size;
}
.site-footer .footer-socials {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
}
.site-footer .footer-social-icon {
  flex: 0 0 38px;
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  gap: 0;
}
.site-footer .footer-social-icon span {
  display: none;
}
@container (min-width:520px) {
  .site-footer .footer-social-icon {
    flex-basis: auto;
    width: auto;
    padding: 7px 11px;
    gap: 7px;
  }
  .site-footer .footer-social-icon span {
    display: inline;
  }
}
body.index2-page:not(.page-admin) .stage-home-nav--com .home-nav-socials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
body.index2-page:not(.page-admin) .stage-home-nav--com .home-nav-social-link {
  min-height: 46px;
  padding: 0 12px;
  font-size: 0.7rem;
  justify-content: center;
}
.page-work-together .social-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.page-work-together .social-stat-card {
  color: inherit;
  text-decoration: none;
  min-height: 210px;
}
.page-work-together .social-stat-value-main {
  display: inline-block;
  white-space: nowrap;
}
.page-work-together .social-stat-card:focus-visible {
  outline: 3px solid rgba(var(--accent-rgb), 0.44);
  outline-offset: 3px;
}
@media (width>=1180px) {
  body.index2-page:not(.page-admin) .stage-home-nav--com .home-nav-copy small {
    white-space: normal;
    overflow-wrap: break-word;
  }
}
@media (max-width: 1080px) {
  .page-work-together .social-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  body.index2-page:not(.page-admin) footer.site-footer.site-footer-pro .footer-pro-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  body.index2-page:not(.page-admin) footer.site-footer.site-footer-pro .footer-pro-brand {
    display: grid;
    width: 100%;
    max-width: 100%;
    justify-items: center;
    text-align: center;
  }
  body.index2-page:not(.page-admin) footer.site-footer.site-footer-pro .footer-brand-link {
    max-width: 100%;
    justify-content: center;
  }
  body.index2-page:not(.page-admin) footer.site-footer.site-footer-pro .footer-socials {
    flex-wrap: nowrap;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    justify-content: center;
  }
  body.index2-page:not(.page-admin) .stage-home-nav--com .home-nav-social-link {
    min-height: 44px;
    font-size: 0.68rem;
  }
  .page-work-together .social-stats-grid {
    grid-template-columns: 1fr;
  }
  .page-work-together .social-stat-card {
    min-height: 0;
  }
}
