
 .cb-teams-button { display: inline-block; margin-top: 15px; padding: 10px 20px; background-color: #f3f7fb; color: #1e1e1e; border: 1px solid #e3e3e3; border-radius: 4px; font-weight: 600; text-decoration: none; transition: background 0.2s; } .cb-teams-button:hover { background-color: #e9eff6; color: #111; } .cb_team_add_user { display: none; margin-top: 10px; } .cb_team_card.show-add .cb_team_add_user { display: block; }