/* Scoped to the new group strip. Existing branding and talent images are untouched. */
.sll-group-footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 3rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  padding-bottom: .25rem;
  border-top: 1px solid #ded7eb;
}
.sll-group-footer .sll-group-footer__label {
  flex: 0 0 auto;
  margin: 0;
  color: #665478;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .2em;
}
.sll-group-footer__logos {
  display: flex;
  flex: 1 1 30rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  min-width: 0;
}
.sll-group-footer .sll-group-footer__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .375rem;
  max-width: 100%;
  min-height: 5.25rem;
  padding: .5rem;
  border-radius: .375rem;
  color: #665478;
  text-decoration: none;
}
.sll-group-footer__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 14rem;
  max-width: 100%;
  height: 3.125rem;
}
.sll-group-footer .sll-group-footer__link--worth .sll-group-footer__logo { width: 17rem; }
.sll-group-footer .sll-group-footer__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sll-group-footer__action { font-size: .875rem; line-height: 1.5; }
.sll-group-footer__link:hover .sll-group-footer__action { text-decoration: underline; text-underline-offset: .25em; }
.sll-group-footer .sll-group-footer__link:focus-visible { outline: 3px solid #7853c2; outline-offset: 3px; }
@media (max-width: 600px) {
  .sll-group-footer { align-items: flex-start; gap: 1rem; }
  .sll-group-footer__logos { flex-basis: 100%; flex-direction: column; align-items: flex-start; gap: .75rem; }
  .sll-group-footer .sll-group-footer__link { width: min(100%, 18rem); padding: .375rem; }
}

/* Leap Familia colors apply only to the new group footer, not existing branding. */
html[data-sll-site="leapfamilia"] .sll-group-footer { border-top-color: #cbdff0; }
html[data-sll-site="leapfamilia"] .sll-group-footer .sll-group-footer__label,
html[data-sll-site="leapfamilia"] .sll-group-footer .sll-group-footer__link { color: #24507f; }
html[data-sll-site="leapfamilia"] .sll-group-footer .sll-group-footer__link:focus-visible { outline-color: #2f6bd8; }
html[data-sll-site="leapfamilia"] .sll-group-footer .sll-group-footer__link--sll .sll-group-footer__logo { width: 15rem; }
