.uq-transcript__body {
	overflow:   hidden;
	transition: max-height 0.4s ease;
	position:   relative;
}

/* Gradient fade at the bottom of the collapsed state */
.uq-transcript__body.is-collapsed::after {
	content:         '';
	position:        absolute;
	bottom:          0;
	left:            0;
	right:           0;
	height:          60px;
	background:      linear-gradient( to bottom, transparent, #fff );
	pointer-events:  none;
}

.uq-transcript__footer {
	margin-top: 1rem;
}

.uq-transcript__toggle {
	display:              inline-block;
	color:               #1C75BC !important;
	font-family:         Inter, sans-serif;
	font-weight:         400;
	font-style:          normal;
	font-size:           16px;
	line-height:         26px;
	text-decoration:     underline;
	text-decoration-style: solid;
	cursor:              pointer;
	padding:             6px 0px;
}

.uq-transcript__toggle:hover,
.uq-transcript__toggle:focus {
	color: #155a91 !important;
}
