.podcast-transcription-details {
    margin: 1.5em 0;
    border: 1px solid currentColor;
    border-radius: 4px;
    padding: 0.75em 1em;
}

.podcast-transcription-details summary {
    cursor: pointer;
    font-weight: 600;
}

.podcast-transcription-content {
    margin-top: 1em;
    white-space: pre-wrap;
    line-height: 1.6;
}