/* Green gradient — applied globally to all bg-[#92c11b] elements */
.bg-\[#92c11b\] {
    background: linear-gradient(135deg, #92c11b 0%, #7ca315 100%) !important;
}
.hover\:bg-\[#7ca315\]:hover {
    background: linear-gradient(135deg, #7ca315 0%, #5d8010 100%) !important;
}
