.member-detail-page {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 12px;
}

.member-detail-header h2 {
    margin-top: 0;
}

.member-detail-header small {
    display: block;
    margin-top: 6px;
}

.member-detail-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.member-detail-image img {
    width: 100%;
    max-width: 240px;
    height: auto;
    object-fit: cover;
}

.member-detail-info {
    min-width: 0;
}

.member-detail-info p {
    margin: 8px 0;
    line-height: 1.5;
}