/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2025 | 12:49:05 */
#sb_instagram #sbi_load a.sbi_load_btn {
	transition: box-shadow 0.3s ease;
	border-radius: 0;
}
#sb_instagram #sbi_load a.sbi_load_btn:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#sb_instagram #sbi_load a.sbi_load_btn:focus {
    outline: none;
    box-shadow: none;
}