.transcript-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 1.25rem;
    margin-top: 1.5rem;
    max-height: 320px;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.6;
    color: #222;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    white-space: pre-wrap;
}