.support-box {
  background: #fdebd0;
  border: 1px solid #f5cba7;
  border-radius: 6px;
  padding: 16px;
}

.support-box .hotline {
  font-size: 20px;
  font-weight: 700;
}

.buy-btn {
  background: linear-gradient(180deg, #ffa726, #ef6c00);
  color: #fff;
  font-weight: 700;
  border: none;
}

.share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  text-decoration: none;
}

.share-icons .fb {
  background: #3b5998;
}
.share-icons .tw {
  background: #1da1f2;
}
.share-icons .yt {
  background: #ff0000;
}
.share-icons .in {
  background: #0a66c2;
}
.share-icons .fa {
  padding: 0;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0 8px 0 0;
}

.share-icons .fa:hover {
  opacity: 0.7;
}

.share-icons .fa-facebook {
  background: #3b5998;
  color: white;
}

.share-icons .fa-twitter {
  background: #55acee;
  color: white;
}

.share-icons .fa-google {
  background: #dd4b39;
  color: white;
}

.share-icons .fa-linkedin {
  background: #007bb5;
  color: white;
}

.share-icons .fa-youtube {
  background: #bb0000;
  color: white;
}

.share-icons .fa-instagram {
  background: #125688;
  color: white;
}
