/* Extracted from templates/teams_list.html style block 1. */
.teams-header {
    background: #2563eb;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    color: white;
}
.teams-header h1,
.teams-header h1 i,
.teams-header p { color: white !important; }
.teams-header p { opacity: 0.95; }
.teams-table th { font-weight: 600; }
.teams-search-btn { white-space: nowrap; }
.team-card {
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 12px;
    overflow: hidden;
}
.team-card .card-body { padding: 1.25rem; }
.team-desc {
    color: rgba(17, 24, 39, 0.78);
    font-size: 0.95rem;
    line-height: 1.5;
    min-height: 3em; /* 两行左右保持卡片整齐 */
}
.team-meta .badge {
    font-weight: 500;
}
