/***** PATH MODULE TOP BAR COLOR ONLY *****/



.AL_Custom_PCModuleBox[color="#4ABF4A"] {

border-top-color: #34B193 !important;

}



/* Elements that USE the old green as FILL (e.g. checkmark, solid icons) */

.AL_Custom_PCModuleBox [fill="#4ABF4A"] {

fill: #34B193 !important; /* new green */

}



/* Elements that USE the old green as STROKE (e.g. outlined book icon) */

.AL_Custom_PCModuleBox [stroke="#4ABF4A"] {

stroke: #34B193 !important; /* new green outline */

fill: none !important; /* keep interior “hollow” */

}



.AL_Custom_PCInnerSummaryBox [fill="#4ABF4A"] {

fill: #34B193 !important; /* new green */

}
