/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 12 2026 | 21:13:50 */
/* WhatsApp */
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp {
  background-color: transparent;
}
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp i,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp svg,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp span.la,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp span.lab,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp span.las,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp span.fa,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp span.fab,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-whatsapp span.fas {
  color: #25D366;
  fill: #25D366;
  border-color: #25D366;
}

/* Telegram */
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-telegram {
  background-color: #0088cc;
  border-color: #0088cc;
}
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram {
  background-color: transparent;
}
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram i,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram svg,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram span.la,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram span.lab,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram span.las,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram span.fa,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram span.fab,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-telegram span.fas {
  color: #0088cc;
  fill: #0088cc;
  border-color: #0088cc;
}

/* More / Share */
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-more {
  background-color: #6c757d;
  border-color: #6c757d;
}
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more {
  background-color: transparent;
}
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more i,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more svg,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more span.la,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more span.lab,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more span.las,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more span.fa,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more span.fab,
.post-single .post-footer .post-social .post-social-sharing a:hover.dplace-blog-share-more span.fas {
  color: #6c757d;
  fill: #6c757d;
  border-color: #6c757d;
}

/* Ensure new buttons match existing spacing and size */
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-whatsapp,
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-telegram,
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-more {
  margin: 5px 4px;  /* vertical 5px, horizontal 4px gap */
}

/* Or if you want to match exactly the existing pattern (vertical only, rely on natural inline flow) */
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-whatsapp,
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-telegram,
.post-single .post-footer .post-social .post-social-sharing a.dplace-blog-share-more {
  margin: 5px 2px;  /* small horizontal breathing room */
}