/* Custom CSS for Luxe Bento Box Widget */
.luxe-bento-container .luxe-bento-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #B0B0B0 !important;
    border-radius: 12px !important;
    padding: 32px !important;
    background: #EFEFEF !important;
    transition: box-shadow 300ms ease, transform 300ms ease !important;
}

.luxe-bento-container .luxe-bento-item:hover {
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px);
}
