[data-component-id="tec_prepa:social_media_block"] {
  width: 100%;

  & .text-addtoany {
    & h4 {
      color: var(--Base-Midnight, #030219);
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px; /* 125% */
    }

    + * {
      margin-top: 8px;
    }
  }

  & .addtoany-block {
    height: 48px;

    & .addtoany_list {
      display: flex;
      gap: 4px;
      flex-wrap: wrap;

      & a {
        border-radius: 0;
        padding: 0;

        & .a2a_svg {
          position: relative;
          background-color: transparent !important;
          border-radius: 0 !important;
          width: 48px !important;
          height: 48px !important;
          transition: all .3s ease-in-out;

          &.a2a_s_linkedin{
            &:after {
              mask-image: url(/sites/incmty/themes/tec_prepa/images/svg/linkedin-logo.svg);
            }
          }

          &.a2a_s_facebook{
            &:after {
              mask-image: url(/sites/incmty/themes/tec_prepa/images/svg/facebook-logo.svg);
            }
          }

          &:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            width: 36px;
            height: 36px;
            background-color: #122CDE;
            mask-size: 36px 36px;
            mask-position: center;
            mask-repeat: no-repeat;
          }

          & svg{
            display: none;
          }
        }
      }
    }
  }
}
