/* /css/team.css */

.edit-team-card {
    max-width: 700px;
}

#teamIconPreview {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e2e8f0; /* slate-200 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #475569; /* slate-600 */
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
}