/*
 Theme Name: FlickTab Child
 Theme URI: https://flicktab.com/
 Description: Professional child theme for GeneratePress, customized & developed by FlickTab Web & Digital Solutions.
 Author: Anoop Vaish
 Author URI: https://flicktab.com/
 Template: generatepress
 Version: 1.0.0
*/
.product-share-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important; /* text white force */
    transition: 0.3s;
}

/* WhatsApp */
.share-btn.whatsapp { background-color: #25D366; }
.share-btn.whatsapp:hover { background-color: #1ebe5b; }

/* Instagram */
.share-btn.instagram { background-color: #C13584; }
.share-btn.instagram:hover { background-color: #a02e6c; }

/* Facebook */
.share-btn.facebook { background-color: #1877F2; }
.share-btn.facebook:hover { background-color: #145dbf; }

/* Thank You Page */
.thankyou-share-buttons {
    margin-top: 30px;
    text-align: center;
}

.thankyou-share-buttons h3 {
    margin-bottom: 15px;
    color: #d6336c;
}
.back-to-top, 
.generate-back-to-top {
    display: none !important;
}