.social-icon {
	position: relative;
	display: inline-block;
	}

	.badgeSM {
  display: none;
  position: absolute;
  top: -4px;
  /* right: -4px; */
  min-width: 16px;
  height: 16px;
  /* padding: 0 3px; */
  background: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid white;
  box-sizing: content-box;
  z-index: 10;
	}

	.badgeSM.show {
	display: block;
	}

@media screen and (max-width: 980px) {
  .social-sliders-mobile-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 10px 8px;
        /* background: #fff; */
        /* box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08); */
        overflow-x: auto;
        padding-bottom: 50px;
  }

  /* Pełny reset stylów odziedziczonych z wersji "wysuwanych zakładek" na desktopie */
  .social-sliders-mobile-bar .new_right_slider,
  .social-sliders-mobile-bar [class*="slider_"] {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    display: block;
  }

  .social-sliders-mobile-bar .new_right_slider a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50%;
  }

  .social-sliders-mobile-bar .new_right_slider img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
	padding: 0;
  }

  .social-sliders-mobile-bar .new_right_slider span:not(.badgeSM) {
    display: none;
  }


}