/* V10.15 — Tomás Boyd LinkedIn profile link */
.linkedin-profile-link {
  white-space: nowrap;
}
.profile-facts dd a[href*="linkedin.com"] {
  color: #0b4e45;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(184,148,78,.55);
  text-underline-offset: 3px;
}
.profile-linkedin {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(11,78,69,.28);
  border-radius: 999px;
  color: #0b4e45;
  background: #fff;
  font-weight: 800;
}
.profile-linkedin:hover {
  color: #fff;
  background: #0b4e45;
}
@media (max-width: 760px) {
  .profile-actions.tomas-direct-actions .linkedin-profile-link,
  .profile-linkedin {
    width: 100%;
  }
}
