/* Custom CSS for active tabs */
.active-tab {
    color: #3b82f6; /* Blue-500 */
    border-color: #3b82f6; /* Blue-500 */
}