.news-social-follow {
  padding: 0 0 30px;
  background: #fff;
}

.news-social-follow-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(23, 99, 63, 0.22);
  border-radius: 8px;
  background: #f6fbf7;
}

.news-social-follow-copy {
  min-width: 0;
}

.news-social-follow-copy .eyebrow {
  margin: 0 0 4px;
  color: #17633f;
  letter-spacing: 0;
}

.news-social-follow-copy h2 {
  margin: 0;
  color: #0b3826;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.news-social-follow-copy p:last-child {
  max-width: 760px;
  margin: 7px 0 0;
  color: #324d40;
  font-size: 0.96rem;
  line-height: 1.55;
}

.news-social-follow-actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.news-social-follow-link {
  display: flex;
  min-width: 168px;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(17, 76, 50, 0.24);
  border-radius: 7px;
  background: #fff;
  color: #0b3826;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.news-social-follow-link:hover,
.news-social-follow-link:focus-visible {
  border-color: #17633f;
  box-shadow: 0 8px 18px rgba(9, 66, 39, 0.12);
  color: #0b3826;
  transform: translateY(-1px);
}

.news-social-follow-link:focus-visible {
  outline: 3px solid rgba(34, 164, 104, 0.32);
  outline-offset: 2px;
}

.news-social-follow-link strong,
.news-social-follow-link small {
  display: block;
  letter-spacing: 0;
}

.news-social-follow-link strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.news-social-follow-link small {
  margin-top: 2px;
  color: #4c6257;
  font-size: 0.72rem;
  line-height: 1.2;
}

.news-social-follow-mark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.news-social-follow-mark--facebook {
  background: #1877f2;
  font-size: 1.45rem;
  padding-top: 4px;
}

.news-social-follow-mark--instagram {
  background: #9b2f68;
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  .news-social-follow-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-social-follow-actions {
    width: 100%;
  }

  .news-social-follow-link {
    flex: 1 1 0;
  }
}

@media (max-width: 520px) {
  .news-social-follow {
    padding-bottom: 22px;
  }

  .news-social-follow-inner {
    padding: 17px;
  }

  .news-social-follow-copy h2 {
    font-size: 1.28rem;
  }

  .news-social-follow-actions {
    flex-direction: column;
  }

  .news-social-follow-link {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-social-follow-link {
    transition: none;
  }

  .news-social-follow-link:hover,
  .news-social-follow-link:focus-visible {
    transform: none;
  }
}
