


/* SHARE BUTTONS */

.share-buttons .btn {
    transition: all 0.2s ease;
}

.share-buttons .btn:hover {
    transform: scale(1.04);
}

.share-buttons .copy-link {
    border: 1px solid #8523EE;
    color: #8523EE;
    background: #FAF5FF;
}

.share-buttons .copy-link:hover {
    background: #F2E6FF;
}

.share-buttons .email {
    border: 1px solid #cb4806;
    color: #cb4806;
    background: #fffcfa;
}

.share-buttons .email:hover {
    background: #FFE7DB;
}

.share-buttons .whatsapp {
    border: 1px solid #008531;
    color: #008531;
    background: #f5fff9;
}

.share-buttons .whatsapp:hover {
    background: #D4FFE4;
}

.share-buttons .facebook {
    border: 1px solid #0664e0;
    color: #0664e0;
    background: #f0f7ff;
}

.share-buttons .facebook:hover {
    background: #D7E8FF;
}

.share-buttons .twitter {
    border: 1px solid #333333;
    color: #333333;
    background: #F7F7F7;
}

.share-buttons .twitter:hover {
    background: #E8E8E8;
}

.share-buttons .linkedin {
    border: 1px solid #0659AC;
    color: #0659AC;
    background: #EFF7FF;
}

.share-buttons .linkedin:hover {
    background: #D0E8FF;
}