/* Keep supplied panel portraits at their natural, compact scale. */
.panel-speaker-card img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.panel-speaker-card figure { margin: 0; }
.panel-speaker-card p { line-height: 1.65; overflow-wrap: anywhere; }
.panel-speaker-card p strong { font-size: 1.15rem; color: var(--color-text); }
