
/* Alternative white borders for oval and circle aperture shapes */

/* Default rectangle shape - keep existing border style */
/*
.apert2.shape-rectangle, .apert1.shape-rectangle,
.apert2.shape-oval, .apert2.shape-circle, .apert1.shape-oval, .apert1.shape-circle) {
	/*.apert2:not(.shape-oval):not(.shape-circle), .apert1:not(.shape-oval):not(.shape-circle)*/ 
    /* Keep existing border - this will use whatever border is currently defined */
   /* border-color: inherit;  or specify the current color if needed */
}

/* Oval and Circle shapes - white border with enhanced visibility */
/* .apert2.shape-oval, .apert1.shape-oval,
.apert2.shape-circle, .apert1.shape-circle {
    /*border-color: red !important;*/
    /* border-style: solid !important;  */	
	/* border-color: #f5f5f5 !important; 	
	
 	
	
}*/


/*   current SUNDAY 1
    border-style: solid !important;
    border-top-color: #f5f5f5 !important;
    border-left-color: white !important;
    border-right-color: #d0d0d0 !important;
    border-bottom-color: #e0e0e0 !important;
	
	
	border-image: linear-gradient(270deg, #f5f5f5, #f5f5f5, #d0d0d0) 1;	
	
	
	
	*/