.lb-social-follow {
  margin: 28px 0;
  color: #edf4fb;
}

.lb-social-follow--content_end {
  max-width: 1212px;
  margin: 32px auto 0;
  padding: 0 16px;
}

.lb-social-follow--after_prediction {
  margin: 30px 0;
}

/* Compatibility with a cached R63 template. The block is no longer emitted
 * below the footer, but remains readable until all render caches expire. */
.lb-social-follow--footer {
  max-width: 1212px;
  margin: 32px auto 0;
  padding: 0 16px;
  background: transparent;
}

.lb-social-follow__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 19px 20px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 10px 26px rgba(2, 8, 23, .12);
}

.lb-social-follow__title {
  margin: 0 0 13px;
  color: #f8fafc !important;
  font-size: 1.08rem;
  line-height: 1.3;
}

.lb-social-follow__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lb-social-link {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 62px;
  padding: 11px 13px;
  border: 1px solid rgba(203, 213, 225, .18);
  border-radius: 12px;
  background: rgba(8, 20, 34, .44);
  color: #f8fafc !important;
  text-decoration: none !important;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.lb-social-link:hover,
.lb-social-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(96, 165, 250, .58);
  background: rgba(15, 43, 70, .68);
}

.lb-social-link__icon {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #dceeff;
}

.lb-social-link__icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.lb-social-link__copy {
  display: block;
  min-width: 0;
}

.lb-social-link__copy strong,
.lb-social-link__copy small {
  display: block;
  color: inherit !important;
}

.lb-social-link__copy strong {
  font-size: .94rem;
}

.lb-social-link__copy small {
  margin-top: 2px;
  color: #bdcad8 !important;
  font-size: .77rem;
  line-height: 1.3;
}

.lb-social-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 26px 0;
  padding: 17px 18px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  color: #edf4fb;
  box-shadow: 0 8px 22px rgba(2, 8, 23, .1);
}

.lb-social-share__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #91c9f3;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.lb-social-share h2 {
  margin: 0;
  color: #f8fafc !important;
  font-size: 1.06rem;
}

.lb-social-share__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lb-social-share__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 9px;
  background: rgba(8, 20, 34, .52);
  color: #e7f3ff !important;
  font: inherit;
  font-size: .84rem;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none !important;
  cursor: pointer;
}

.lb-social-share__button:hover,
.lb-social-share__button:focus-visible {
  border-color: rgba(96, 165, 250, .68);
  background: rgba(15, 55, 88, .72);
}

.lb-social-share__button--native {
  border-color: #2b83c5;
  background: #0d67a7;
  color: #fff !important;
}

.lb-social-share__button--native:hover,
.lb-social-share__button--native:focus-visible {
  background: #0a568f;
}

.lb-social-share__status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (max-width: 760px) {
  .lb-social-follow__links {
    grid-template-columns: 1fr;
  }

  .lb-social-follow__inner {
    padding: 16px;
  }

  .lb-social-follow--content_end,
  .lb-social-follow--footer {
    padding: 0 12px;
  }

  .lb-social-share {
    display: block;
    padding: 15px;
  }

  .lb-social-share__actions {
    justify-content: flex-start;
    margin-top: 13px;
  }

  .lb-social-share__button {
    flex: 1 1 calc(50% - 8px);
  }
}
