<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.share_block {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .share_block p {
    margin-right: 10px;
    font-size: 13px;
    color: #7f7f7f; }

.share_node {
  display: flex; }
  .share_node &gt; li {
    position: relative; }
    .share_node &gt; li:not(:last-child) {
      margin-right: 5px; }
    .share_node &gt; li a,
    .share_node &gt; li button {
      display: flex;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      background: #a6a6a6; }
      .share_node &gt; li a:before,
      .share_node &gt; li button:before {
        color: #ffffff; }
      .share_node &gt; li a:after,
      .share_node &gt; li button:after {
        content: "";
        display: block; }
      .share_node &gt; li a.share_twitter:hover,
      .share_node &gt; li button.share_twitter:hover {
        background: #55acee; }
      .share_node &gt; li a.share_twitter:after,
      .share_node &gt; li button.share_twitter:after {
        background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
        background-position: -75px -139px;
        width: 16px;
        height: 13px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .share_node &gt; li a.share_twitter:after,
          .share_node &gt; li button.share_twitter:after {
            background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
            background-size: 196px 171px; } }
      .share_node &gt; li a.share_facebook:hover,
      .share_node &gt; li button.share_facebook:hover {
        background: #3b5998; }
      .share_node &gt; li a.share_facebook:after,
      .share_node &gt; li button.share_facebook:after {
        background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
        background-position: -184px -89px;
        width: 9px;
        height: 16px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .share_node &gt; li a.share_facebook:after,
          .share_node &gt; li button.share_facebook:after {
            background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
            background-size: 196px 171px; } }
      .share_node &gt; li a.share_linkedin:hover,
      .share_node &gt; li button.share_linkedin:hover {
        background: #0073b1; }
      .share_node &gt; li a.share_linkedin:after,
      .share_node &gt; li button.share_linkedin:after {
        background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
        background-position: -91px -139px;
        width: 13px;
        height: 13px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .share_node &gt; li a.share_linkedin:after,
          .share_node &gt; li button.share_linkedin:after {
            background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
            background-size: 196px 171px; } }
      .share_node &gt; li a.share_copy:hover,
      .share_node &gt; li button.share_copy:hover {
        background: #4b515d; }
      .share_node &gt; li a.share_whatsapp:hover,
      .share_node &gt; li button.share_whatsapp:hover {
        background: #00c851; }
      .share_node &gt; li a.share_whatsapp:after,
      .share_node &gt; li button.share_whatsapp:after {
        background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
        background-position: -14px -155px;
        width: 14px;
        height: 14px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .share_node &gt; li a.share_whatsapp:after,
          .share_node &gt; li button.share_whatsapp:after {
            background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
            background-size: 196px 171px; } }
      .share_node &gt; li a.share_email:hover,
      .share_node &gt; li button.share_email:hover {
        background: #4b515d; }
      .share_node &gt; li a.share_email:after,
      .share_node &gt; li button.share_email:after {
        background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
        background-position: -70px -124px;
        width: 17px;
        height: 12px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .share_node &gt; li a.share_email:after,
          .share_node &gt; li button.share_email:after {
            background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
            background-size: 196px 171px; } }
      .share_node &gt; li a.fa-file-pdf:before,
      .share_node &gt; li button.fa-file-pdf:before {
        margin-left: 2px;
        margin-bottom: 1px; }
    .share_node &gt; li .tooltip {
      position: absolute;
      z-index: 1;
      max-width: 170px;
      left: -100px;
      right: -100px;
      margin: auto;
      top: -50px;
      border-radius: 5px;
      padding: 10px 15px;
      font-size: 12px;
      text-align: center;
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
      background: #ffffff;
      z-index: 1;
      -moz-transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .share_node &gt; li .tooltip:not(.show) {
        top: -40px;
        opacity: 0;
        pointer-events: none; }
</pre></body></html>