/* Percentage Calculator Custom Styles */
#result-container .bg-green-600 {
    background-color: #5e8d35 !important; /* A more natural green like the screenshot */
}

#calculate-btn {
    background-color: #5e8d35 !important;
}

#calculate-btn:hover {
    background-color: #4e752c !important;
}

.text-green-600 {
    color: #3b7b25 !important;
}
