/*Start of Bug 35299: 5.2.2-For pre-recorded audio-only and prerecorded video-only media, the following are true */

    .audio-player-popup {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
    }

    .transcript-box {
        margin: 20px auto 0 auto;
				width: 100%;
				background-color: #222 !important;
				color: white;
				padding: 20px;
				border-radius: 8px;
				box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
				/* font-family: 'Segoe UI', sans-serif; */ 
				text-align: left;
				max-height: 200px;
				overflow-y: auto;
		}    
		.transcript-content {
				 /* font-size: 14px;
        line-height: 1.6;
        color: var(--txt-primary); */
				overflow-y: visible;
				max-height: none;
				padding-right: 10px;
		}
    .read-more-btn:hover,
    .read-more-btn:focus {
        color: #a4d4ff;
        text-decoration: none;
        outline: none;
    }

/* End of Bug 35299: 5.2.2-For pre-recorded audio-only and prerecorded video-only media, the following are true */