/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./styles/opt-socshare.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/** Colors */
/* prettier-ignore */
/** Box Model  */
/** Breakpoints  */
/** Fonts  */
/** Delay **/
/* Other */
.sidebar-social-share {
  position: absolute;
  top: 0;
  left: calc(50% - 617px);
  z-index: 5;
}
@media (max-width: 1300px) {
  .sidebar-social-share {
    left: 0;
  }
}
@media (max-width: 992px) {
  .sidebar-social-share {
    width: 100%;
    margin: 16px auto 24px;
    position: static;
  }
}

.shared-block {
  display: flex;
  flex-wrap: wrap;
  width: 48px;
  height: auto;
}
@media (max-width: 992px) {
  .shared-block {
    width: 100%;
  }
}
.shared-block .social {
  width: 48px;
  height: 48px;
  border: 1px solid #d4d4d4;
  background: #fff;
  transition: all 0.3s ease;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .shared-block .social {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 8px;
  }
}
.shared-block .social:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .shared-block .social:first-child {
    margin-left: 0;
  }
}
.shared-block .social:not(.kudos) img {
  max-width: 24px;
  max-height: 19px;
}
.shared-block .social:not(.kudos) svg {
  width: 24px;
  height: 19px;
  fill: #333;
  opacity: 0.5;
}
.shared-block .social.kudos {
  border: 0;
}
.shared-block .social.kudos svg {
  width: 100%;
  height: 100%;
  fill: #ee0c5d;
  margin: 0;
}
.shared-block .social:hover {
  background: #e40c5b;
  border-color: #e40c5b;
}
.shared-block .social:hover:not(.kudos) svg {
  fill: #fff;
  opacity: 1;
}
.shared-block .kudos-like {
  display: block;
  margin-top: 12px;
  width: 48px;
  text-align: center;
  color: #ee0c5d;
  font: 400 12px/16px "DIN Pro", "Open Sans", "Arial", sans-serif;
}
@media (max-width: 992px) {
  .shared-block .kudos-like {
    width: auto;
    margin-top: 0;
    margin-left: 8px;
    text-align: left;
  }
}
.shared-block .kudos-like.hide {
  display: none;
}
.shared-block .kudos-like span {
  color: #ee0c5d;
  font: 400 16px/24px "DIN Pro", "Open Sans", "Arial", sans-serif;
}
@media (max-width: 992px) {
  .shared-block .kudos-like span {
    display: block;
  }
}
