.custom-share-wrapper {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.share-text {
    font-weight: bold;
    margin-right: 10px;
}

.btn-share {
    padding: 8px 15px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    transition: opacity 0.3s ease;
}

.btn-share:hover {
    opacity: 0.8;
}

/* Warna khas masing-masing platform */
.share-fb { background-color: #253a7c; }
.share-tw { background-color: #000000; }
.share-wa { background-color: #00d656; }