/* 
 * Niriv Portal Box Styles for Niriv Theme
 * Applies ONLY the gold silver masonry widget box shadow style to ALL white boxes
 */

/* Apply exact gold silver masonry widget box shadow to ALL white boxes globally */
.bg-white {
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    border: none !important;
}

/* Override ALL existing shadow classes */
.shadow-sm,
.shadow-md,
.shadow-lg,
.shadow-xl { border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
}

/* Remove ALL hover effects */
.bg-white:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
    transform: none !important;
}
