.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing {
    max-width: var(--main-max-width);
    margin: 0 auto;
    margin-bottom: 0;
    display: flex;
  }
  .social_sharing_sticky {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 0px;
    gap: 25px;
  }

  #sticker.stick .social_sharing_sticky {
    position: fixed;
    top: 100px;
  }

  .hs_cos_wrapper_type_social_sharing {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .hs_cos_wrapper_type_social_sharing svg path {
    {% if module.background_color.css %}fill:  !important;{% endif %}
  }

  .social_sharing_normal {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 10px;
  }

  .social_sharing_normal svg {
    height: auto;
    max-width: px;
  }

  .hs_cos_wrapper_type_social_sharing__icon {
    border-radius: 50px;
    background: var(--Temedica-Light-Grey, #fff);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #C1CADC;
  }

  .hs_cos_wrapper_type_social_sharing__icon:hover {
    background: var(--Temedica-Light-Grey, #EFF1F4);
    cursor: pointer;
  }


@media screen and (max-width: 768px) {
  .social_sharing_sticky {
    left: 0;
    position: unset;
  }

  #sticker.stick .social_sharing_sticky {
    left: -2px;
  }

  .social_sharing_normal{
    padding: 0 20px;
  }

  #sticker {
    position: unset !important;
    float: none !important;
  }
}
