/* Aperture styling with gradient shadow and white border */
.apert1.apert1 {
    position: absolute;
    background-color: #FFFBEB; /* Light cream background */
    box-sizing: border-box;
    z-index: 100; /* Ensure it's above the mount but below resize handles */
    
    /* White border - width will be set by JavaScript */
 /*  border: solid;/* CHECK BORDER WIDTH 5PX */
    border-style: solid !important;
    border-top-color: #f5f5f5 !important;
    border-left-color: white !important;
    border-right-color: #d0d0d0 !important;
    border-bottom-color: #e0e0e0 !important;
    
    /* Center it within the mount */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* Inner shadow gradient */
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.55) !important;/* WAS (0, 0, 0, 5.55 */
}

.apert2 {
	
    border-style: solid !important;
    border-top-color: #f5f5f5 !important;
    border-left-color: white !important;
    border-right-color: #d0d0d0 !important;
    border-bottom-color: #e0e0e0 !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;

.apert2 {	
	
	    /* Inner shadow gradient */
   /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.55) !important;/* WAS (0, 0, 0, 5.55





 border-style: solid;
border-image: linear-gradient(270deg, #f5f5f5, #f5f5f5, #d0d0d0) 1;






    border-style: solid !important;
    border-top-color: #f5f5f5 !important;
    border-left-color: white !important;
    border-right-color: #d0d0d0 !important;
    border-bottom-color: #d0d0d0 !important;	
	
*/	
	
/* Apply to aperture elements .apert1, .apert2 { 
border: 3px solid; 
border-image: linear-gradient(45deg, #007bff, #0056b3, #004085) 1; }
border-image: linear-gradient(45deg,  #f5f5f5, #f5f5f5,  #d0d0d0) 1;
 /* For selected apertures
 
 .aperture-selected { border-image: linear-gradient(45deg, #4a90e2, #357abd, #2c5aa0) 1 !important; } 
 */	
	
	
}