.owl-carousel .item {
    padding: 0 8px;
}
.item img {
    transition: transform 0.3s;
}
.item:hover img {
    transform: scale(1.03);
}
/* Warna khusus untuk masing-masing platform */
.button.-blue-1 { background-color: #1877f2; } /* Facebook */
.button.-green-1 { background-color: #25d366; } /* WhatsApp */
.button.-light-blue-1 { background-color: #1da1f2; } /* Twitter */
.button.-red-1 { background-color: #e60023; } /* Pinterest */
.button.-light-blue-2 { background-color: #0088cc; } /* Telegram */
.button.-dark-1 { background-color: #333333; } /* Email */

/* Spasi dan efek hover */
.social-share-buttons {
    gap: 1rem !important; /* Jarak 16px antara tombol */
}
.button {
    transition: all 0.3s ease;
    color: white !important;
    margin: 0.25rem; /* Tambahan margin untuk backup */
    min-width: 100px; /* Lebar minimum tombol */
}
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    opacity: 0.9;
}
.fa-fw {
    width: 1.25em;
}
.text-dark {
    color: #333;
}
#leafletMap {
    width: 100%;
    height: 300px;
    z-index: 1;
}

.leaflet-popup-content {
    font-size: 14px;
    line-height: 1.4;
}

.leaflet-popup-content b {
    color: #3498db;
}
