/** Blog author social buttons, scoped independently of team profile pages. */
html body.path-node.page-node-type-blog #wrapper .region.region-content-wide .team-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #138450 !important;
  border: 2px solid #000 !important;
  border-radius: 999px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 0.8rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: 0 1px 0 #000 !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.path-node.page-node-type-blog #wrapper .region.region-content-wide .team-social a:hover,
html body.path-node.page-node-type-blog #wrapper .region.region-content-wide .team-social a:focus-visible {
  background: #0e6c3e !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.path-node.page-node-type-blog #wrapper .region.region-content-wide .team-social a:focus-visible {
  outline: 2px solid #eaf7ee !important;
  outline-offset: 3px !important;
}
