/* Footer layout shared by LGX (Bootstrap 3) meeting sites. */

.lgx-meet-footer__partners {
  background: #dddddd;
  padding: 20px 0;
}

.lgx-meet-footer__partner {
  text-align: center;
  padding: 10px 0;
  color: #333;
  font-size: 85%;
}

.lgx-meet-footer__partner img {
  display: block;
  margin: 0 auto 8px;
  max-height: 52px;
  width: auto;
}

.lgx-meet-footer__main {
  background: #333;
  color: #fff;
}

.lgx-meet-footer__main p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.lgx-meet-footer__heading {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}

/* One content row: About plus the site logo on the left, newsletter on the right. */
.lgx-meet-footer__wrapper {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Short accent rule between the About copy and the site logo below it. */
.lgx-meet-footer__rule {
  width: 60px;
  height: 0;
  margin: 16px 0 14px;
  border: 0;
  border-top: 1px solid var(--theme-color);
  opacity: 1;
}

.lgx-meet-footer__logo img {
  max-height: 44px;
  width: auto;
}

.lgx-meet-footer__apps {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}

.lgx-meet-footer__apps img {
  max-height: 34px;
  width: auto;
  margin: 0 10px 8px 0;
}

/* Bottom row: copyright left, links centred, social icons right. */
.lgx-meet-footer__copyright {
  padding: 18px 0;
}

.lgx-meet-footer__copy {
  font-size: 14px;
  margin: 0;
}

.lgx-meet-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.lgx-meet-footer__nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s ease;
}

.lgx-meet-footer__nav a:hover {
  color: var(--theme-color);
}

.lgx-meet-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.lgx-meet-footer__social li {
  margin: 0;
}

.lgx-meet-footer__social li a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.lgx-meet-footer__social li a:hover {
  background: var(--theme-color);
  color: #fff;
}

.lgx-meet-footer__social li a i {
  font-size: 15px;
  line-height: 1;
}

/* Below the Bootstrap 3 md breakpoint the bottom row stacks, so the centred
   links and right-aligned icons both fall back to the left edge. */
@media (max-width: 991px) {
  .lgx-meet-footer__nav,
  .lgx-meet-footer__social {
    justify-content: flex-start;
    margin-top: 14px;
  }
}
