.ptg-transcript-box {
    margin-top: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.ptg-transcript-header {
    font-size: 18px;
    font-weight: 700;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #111111;
}

.ptg-transcript-content {
    max-height: 500px;
    overflow-y: auto;
    padding: 18px;
    color: #222222;
    line-height: 1.65;
    font-size: 16px;
}

.ptg-transcript-content p {
    margin: 0 0 14px;
}

.ptg-transcript-content p:last-child {
    margin-bottom: 0;
}
