.hsdd-wrap{ gap:12px; }
.hsdd-toggle{
  width:34px;
  height:34px;
  border-radius:50%;
  text-decoration:none !important;
}
.hsdd-ico{
  width:24px;
  height:24px;
  display:block;
  
}
.hsdd-toggle::after{ display:none !important; }





.hsdd-dropdown .expand-more{
  display: flex;
  align-items: center;
  gap: 5px;

  height: 18px;          
  font-size: 0;          
  text-decoration: none !important;
}


.hsdd-dropdown .expand-more > i.fa-facebook.fa-fw {
  font-size: 18px;
  line-height: 1;
  color: #1877f2; /* Facebook */
}

.hsdd-dropdown .expand-more > i.fa-instagram {
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(
    45deg,
    #f58529,
    #dd2a7b,
    #8134af,
    #515bd4
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hsdd-dropdown .expand-more > i.fa-youtube-play {
  font-size: 18px;
  line-height: 1;
  color: #ff0000; /* YouTube */
}


.hsdd-dropdown .expand-more > i.fa-angle-down{
  font-size: 12px;
  margin-top: 5px;
}