@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.team {
    list-style: none;
}

.member-name {
    font-weight: 500;
    font-size: 1.125rem;
}

.member-role {
    font-weight: 400;
    font-size: 1.125rem;
    color: grey;
    margin-bottom: 0.25rem;
}


.member-box p {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.member-box .desc {
    font-weight: 400;
    font-style: italic;
    width: 100%;
}

summary .desc {
    font-weight: 400;
    font-style: italic;
    font-size: 0.9rem;
}

details > summary {
    list-style-type: none;
    margin-top: -0.1rem;
    margin-bottom: 0.1rem;
}

details > summary::-webkit-details-marker {
    display: none;
}

details > summary::before {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    content: '+';
    margin-right: 0.2rem;
}

details[open] > summary::before {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    content: '-';
    margin-right: 0.2rem;
}

.member-box ul {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    list-style-position: outside;
    list-style-type: '- ';
    padding-left: 0.8rem;
}

.member-bio li p {
    margin-bottom: 0rem;
    display: inline;
}

.member-box {
    display: flex;
}

.member-description {
    margin-left: 1rem;
    /* width: max-content; */
}

.member-profilepic {
    width: 6rem;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

.nobreak {
    white-space: nowrap;
}

code {
    font-family: "Source Code Pro", monospace;
    /* font-size: 0.8em; */
}