.staff-member-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
}

.staff-member-details:last-child {
    border-bottom: none;
}

.staff-member-fields {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.staff-member-field {
    display: flex;
    flex-direction: row;
}

.staff-member-field-label {
    font-weight: bold;
    min-width: 4rem;
}

.staff-member-name {
    margin: 0;
}

.staff-member-position {
    margin: 0.5rem 0;
}

.staff-member-image {
    width: 12em;
}
