/* Custom styles for project detail page */
.card-header-blue {
    background-color: #0d6efd; /* Bootstrap's primary color */
    color: white;
}

.member-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
