/* Standard CSS for tab-active */
.tab-active {
    border-color: #3b82f6 !important; /* blue-500 */
    color: #3b82f6 !important; /* blue-500 */
}
