/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2025 | 06:24:47 */
.btn-social {
  text-decoration:none;
  background: #e1306c;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-social:hover {
  background: #c72a62;
}

.btn-social i {
  font-size: 18px;
}
