/* Rank Color Styles for Team Page */
.rank.developer {
    background-color: #17a2b8; /* Teal */
    color: white;
}

.rank.supporter {
    background-color: #ffc0cb; /* Pink */
    color: black;
}

.rank.mod {
    background-color: #007bff; /* Blue */
    color: white;
}

.rank.admin {
    background-color: #dc3545; /* Red */
    color: white;
}

.rank.streamer {
    background-color: #28a745; /* Green */
    color: white;
}

.rank.content {
    background-color: #ffc107; /* Yellow */
    color: black;
}

.rank.owner {
    background-color: #6f42c1; /* Purple */
    color: white;
}

/* Additional styling for team member cards */
.team-member-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 20px;
}
