/* Custom sidebar social links for Play Store and Telegram */
.sidebar-social-custom {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.sidebar-social-custom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-social-custom ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-social-custom ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s;
}

.sidebar-social-custom ul li a:hover {
  opacity: 0.8;
}

.sidebar-social-custom .telegram {
  background-color: #0088cc;
}

.sidebar-social-custom .playstore {
  background-color: #01875f;
}