body {
	overflow: hidden;
}

.transcript-ct {
	box-sizing: border-box;
	border: 3px solid var(--badge-color);
	width: calc(100vw - 60px);
	padding: 35px;
	margin: 30px 30px 30px 30px;
}

.transcript-ct .link-img-ct {
	margin-right: 23px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.transcript-ct .link-img-ct {
	text-decoration: none;
}

.transcript-ct .view-link {
	color: var(--badge-color);
}

.transcript-ct * {
	box-sizing: border-box;
	margin: 0;
	/* padding: 0; */
	font-family: proxima-nova;
	color: #fff;
}

/* header  */
.transcript-ct header {
	display: flex;
	margin-bottom: 35px;
}

.transcript-ct header .image {
	width: 318px;
	background: grey;
}

.transcript-ct header .image.badge {
	width: auto;
	height: auto;
}

.transcript-ct header .date {
	font-size: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	margin-top: 20px;
}

.transcript-ct header .date img {
	margin-right: 5px;
}

.transcript-ct header h1 {
	font-size: 42px;
	font-weight: 900;
}

.transcript-ct header p {
	font-size: 18px;
}

.transcript-ct header p a {
	text-decoration: none;
	color: var(--badge-color);
}

.transcript-ct .info {
	font-size: 28px;
}

.transcript-ct .info-link {
	font-size: 18px;
	text-decoration: none;
	font-weight: 900;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}

.transcript-ct .info-link strong {
	display: flex;
	align-items: center;
}

.transcript-ct .info-link .yellow {
	color: var(--badge-color);
	text-decoration: underline;
}

.transcript-ct .info-link span {
	color: var(--badge-color);
	padding-left: 4px;
}

.transcript-ct .info-link img {
	margin-left: 5px;
}

.transcript-ct .content .content-title {
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 15px;
}

/* items  */
.transcript-ct .item-ct .duration {
	font-weight: 900;
	font-size: 22px;
	color: #9b9b9b;
	margin-bottom: 4px;
}

.transcript-ct .item-ct .duration span {
	font-weight: 400;
	font-size: 22px;
	color: #9b9b9b;
}

.transcript-ct .item-ct .item * {
	color: #000;
}

.transcript-ct .item-ct .item {
	background: #fff;
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 22px;
	height: 158px;
}

.transcript-ct .item-ct .item .image {
	background: grey;
	background-size: cover;
	background-position: center;
	width: 454px;
	min-width: 454px;
	height: 100%;
	position: relative;
}

.transcript-ct .item-ct .item .text-ct {
	padding: 19px;
}

.transcript-ct .item-ct .item .text-ct .publication {
	text-transform: uppercase;
	font-size: 18px;
	font-family: brandon-grotesque;
	font-weight: 500;
}

.transcript-ct .item-ct .item .text-ct .publication span {
	text-transform: none;
}

.transcript-ct .item-ct .item .text-ct .title {
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 5px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 900;
	line-height: 32px;
	font-family: brandon-grotesque;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.transcript-ct .item-ct .item .text-ct .summary {
	font-weight: 28px;
	font-family: brandon-grotesque;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.transcript-ct .item-ct .item .text-ct .row {
	display: flex;
}

.transcript-ct .item-ct .item .text-ct .book {
	width: 73px;
	min-width: 73px;
	height: 94px;
	border: 1px solid #979797;
	background: #d8d8d8;
	background-size: cover;
	background-position: center;
	margin-right: 13px;
}

.transcript-ct .item-ct .item .verified {
	position: absolute;
	right: -25px;
	top: -25px;
}

.transcript-ct .item-ct .item .image .note-ct {
	width: 100%;
	height: 158px;
	padding: 17px;
	background: rgba(0, 0, 0, 0.6);
	transition: 0.3s;
	overflow: hidden;
}

.transcript-ct .item-ct .item .image .note-ct:hover,
.transcript-ct .item-ct .item .image .note-ct.active {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #111;
	overflow-y: scroll;
}

.transcript-ct .item-ct .item .image .note-ct h3 {
	font-weight: 600;
	padding-left: 6px;
	font-family: brandon-grotesque;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	border-left: 6px solid #fff;
	color: #fff;
}

.transcript-ct .item-ct .item .image .note-ct p {
	font-family: brandon-grotesque;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(135, 135, 135);
	font-size: 14px;
	line-height: 14px;
	white-space: pre-wrap;
}

.transcript-ct .item-ct .item.mostEngaged .image .note-ct {
	height: 100%;
}

.transcript-ct .item-ct .item .image .note-ct:hover p,
.transcript-ct .item-ct .item .image .note-ct.active p {
	overflow: initial;
}

.transcript-ct .item-ct .item .image .note-ct span {
	color: var(--badge-color);
	font-family: brandon-grotesque;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

.transcript-ct .item-ct .item .image .note-ct:hover span,
.transcript-ct .item-ct .item .image .note-ct.active span {
	display: none;
}

.transcript-ct .item-ct .book-cover {
	display: block;
	text-decoration: none;
	height: 109px;
	width: 78px;
	min-width: 78px;
	background-size: cover;
	background-position: center;
	margin-right: 10px;
	background-color: grey;
}

.transcript-ct .overlay {
	position: fixed;
	top: 50px;
	left: 0px;
	background: #000;
	width: 100vw;
	height: calc(100vh - 50px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 100px;
	transition: 1s;
	z-index: 9999;
	/* display: none; */
}

.transcript-ct .overlay.fade {
	filter: opacity(0);
}

.transcript-ct .overlay h1 {
	margin-bottom: 50px;
	font-weight: 800;
}

.transcript-ct .overlay p {
	font-weight: 800;
	font-size: 60px;
}

.transcript-ct .overlay p br {
	display: none;
}

.transcript-ct .overlay p:first-of-type {
	margin-bottom: 20px;
}

.transcript-ct .overlay a {
	text-decoration: none;
	color: var(--badge-color);
}

.transcript-ct .overlay .loading-bar-container {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.2);
}

.transcript-ct .overlay .loading-bar {
	height: 100%;
	width: 0%;
	background: var(--badge-color);
	animation: fillBar 3s linear forwards;
}

@keyframes fillBar {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.5;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0.5;
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}

.transcript-ct .credits-ct {
	position: absolute;
	top: -14px;
	right: -14px;
}

.transcript-ct .credits-bg {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	top: 0px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.transcript-ct .credits {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2ddb73;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	-webkit-animation: pulse 2s infinite ease-in-out;
	-o-animation: pulse 2s infinite ease-in-out;
	-ms-animation: pulse 2s infinite ease-in-out;
	-moz-animation: pulse 2s infinite ease-in-out;
	animation: pulse 2s infinite ease-in-out;
	position: relative;
	z-index: 3;
}

.transcript-ct .experts-ct {
	background-color: #1e202a;
	padding: 35px;
	width: calc(100vw - 66px);
	margin-left: -35px;
	margin-bottom: 28px;
	margin-right: -35px;
}

.transcript-ct .experts-ct .row {
	display: flex;
	margin-bottom: 30px;
}

.transcript-ct .experts-ct .row > div {
	width: 50%;
}

.transcript-ct .experts-ct .row img {
	height: 60px;
}

.transcript-ct .experts-ct .col-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	margin-right: 20px;
}

.transcript-ct .experts-ct .col-row p {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
}

.transcript-ct .experts-ct h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
	letter-spacing: 1.8px;
}

.transcript-ct .experts-ct .contributors {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.transcript-ct .experts-ct .contributor {
	display: flex;
	align-items: center;
	text-decoration: none;
	flex: 0 1 calc(33.333% - 15px);
	margin-bottom: 20px;
}

.transcript-ct .experts-ct .contributor .image {
	width: 57px;
	min-width: 57px;
	height: 57px;
	background-color: grey;
	background-position: center;
	background-size: cover;
	margin-right: 9px;
	border-radius: 50%;
}

.transcript-ct .experts-ct .contributor .name {
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	color: #ffe83b;
}

.transcript-ct .experts-ct .contributor .occupation {
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 250px;
}

.transcript-ct .experts-ct .contributors .more {
	font-size: 14px;
	margin-bottom: 5px;
}

.transcript-ct .experts-ct .contributors .more span {
	color: #ffe83b;
	cursor: pointer;
}

.transcript-ct .more-contributors {
	display: none;
}

.transcript-ct .hover-more {
	position: relative;
	margin-right: auto;
}

.transcript-ct .hover-more:hover .more-contributors,
.transcript-ct .hover-more.active .more-contributors {
	display: block;
	background: #1e202a;
	border: 5px solid grey;
	padding: 15px;
	position: absolute;
	left: 0px;
	border-radius: 10px;
	padding-bottom: 0px;
	min-width: 350px;
	height: 300px;
	overflow-y: auto;
	z-index: 9999;
}

.transcript-ct .experts-ct .hover-more .contributor {
	margin: 0px;
	margin-bottom: 20px;
}

.transcript-ct .experts-ct .contributors .images {
	display: flex;
	height: 30px;
	position: relative;
}

.transcript-ct .experts-ct .contributors .images .image {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: grey;
	background-size: cover;
	background-position: center;
	position: absolute;
}

.transcript-ct .experts-read-ct {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.transcript-ct .experts-avatars {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.transcript-ct .expert-hover-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.transcript-ct .expert-avatar {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: grey;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}

.transcript-ct .expert-hover-item:hover .expert-avatar,
.transcript-ct .expert-hover-item.active .expert-avatar {
	border-color: var(--badge-color);
	transform: scale(1.1);
}

.transcript-ct .expert-details {
	position: absolute;
	top: 50px;
	left: 0px;
	background: rgba(0, 0, 0, 0.95);
	padding: 10px;
	border-radius: 8px;
	min-width: 300px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 10;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.transcript-ct .expert-hover-item:hover .expert-details,
.transcript-ct .expert-hover-item.active .expert-details {
	opacity: 1;
	visibility: visible;
	top: 45px;
}

.transcript-ct .item-ct .item .note-ct .expert-name {
	font-family: brandon-grotesque;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 16px;
}

.transcript-ct .item-ct .item .note-ct .expert-occupation {
	font-family: brandon-grotesque;
	font-size: 12px;
	color: #ccc;
	margin-bottom: 8px;
	line-height: 14px;
}

.transcript-ct .item-ct .item .note-ct .expert-website {
	font-family: brandon-grotesque;
	font-size: 12px;
	color: var(--badge-color);
	text-decoration: underline;
	font-weight: 600;
}

.transcript-ct .content-summary .row {
	display: flex;
}

.transcript-ct .content-summary .item-ct .item .image {
	width: 166px;
	min-width: 166px;
}

.transcript-ct .content-summary .item-ct .item {
	height: 300px;
	max-width: 564px;
}

.transcript-ct .content-summary .row div > h2 {
	font-size: 28px;
	margin-bottom: 12px;
	font-weight: 600;
	margin-top: 20px;
}

.transcript-ct .insights-ct {
	background-color: #1e202a;
	padding: 35px;
	width: calc(100vw - 66px);
	margin-left: -35px;
	margin-bottom: 28px;
	margin-right: -35px;
	margin-top: 20px;
	display: flex;
}

.transcript-ct .insights-ct .insight {
	margin-right: 50px;
}

.transcript-ct .insights-ct .insights-types {
	margin-left: 20px;
	margin-bottom: 17px;
}

.transcript-ct .tallies-row {
	display: flex;
	align-items: flex-end;
}

.transcript-ct .insights-ct .insight h2 {
	font-size: 18px;
	font-weight: 400;
}

.transcript-ct .insights-ct .insight .value {
	font-size: 72px;
	font-family: din-condensed;
}

.transcript-ct .insights-ct .insight-row {
	display: flex;
}

.transcript-ct .insights-ct .insight-row p {
	font-size: 18px;
	line-height: 18px;
}

.transcript-ct .browse-ct {
	background-color: #1e202a;
	padding: 35px;
	width: calc(100vw - 66px);
	margin-left: -35px;
	margin-bottom: 50px;
	margin-right: -35px;
	margin-top: -15px;
}

.transcript-ct .browse-ct h2 {
	font-size: 42px;
	margin-bottom: 20px;
}

.transcript-ct .browse-ct a {
	font-size: 28px;
	font-weight: 900;
	display: block;
	color: #fdc912;
	margin-bottom: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.transcript-ct .notes-num {
	font-size: 72px;
	font-family: din-condensed;
}

.transcript-ct .left-ct {
	margin-right: 50px;
	width: 100%;
	max-width: 564px;
}

.transcript-ct .right-ct {
	width: 100%;
	max-width: 564px;
}

.transcript-ct .exam-result {
	background: #1e202a;
	height: 300px;
	padding: 20px;
	border-radius: 5px;
	max-width: 564px;
	width: 100%;
	min-width: 369px;
}

.transcript-ct .exam-result .row {
	display: flex;
	margin-bottom: 50px;
	gap: 30px;
}

.transcript-ct .exam-result .row p {
	line-height: 47px;
	color: #aaa;
	font-size: 16px;
}

.transcript-ct .exam-result .row strong {
	font-size: 72px;
	font-family: din-condensed;
	font-weight: 900;
}

.transcript-ct .exam-result p {
	font-size: 20px;
	margin-bottom: 15px;
}

.transcript-ct .exam-result .view-exam {
	font-weight: 600;
	color: #2ddb73;
	cursor: pointer;
}

.transcript-ct .exam-modal-ct {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
}

.transcript-ct .exam-modal-ct .exam-modal {
	width: 700px;
	height: 600px;
	overflow-y: scroll;
	background-color: #111;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 11px;
	border: 5px solid #676767;
	padding: 20px;
}

.transcript-ct .exam-modal-ct .question-ct {
	padding: 20px 20px;
	border-radius: 10px;
	background-color: #2e3043;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.transcript-ct .exam-modal-ct .question-ct h3 {
	margin-bottom: 20px;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.transcript-ct .exam-modal-ct .question-ct h3 span {
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
	color: #111;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-weight: 700;
	background-color: #b4a2ff;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct {
	display: flex;
	align-items: center;
	padding-left: 10px;
	margin-bottom: 15px;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct .option-text {
	font-weight: 600;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct .label {
	font-size: 13px;
	margin-left: 30px;
	color: grey;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct .circle {
	width: 24px;
	min-width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid grey;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct .circle span {
	font-size: 29px;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct.correct .circle span {
	color: hsl(var(--primary-green-04));
}

.transcript-ct .exam-modal-ct .question-ct .option-ct.wrong .circle span {
	color: #fc3232;
}

.transcript-ct .exam-modal-ct .question-ct .option-ct.correct .label {
	color: hsl(var(--primary-green-04));
}

.transcript-ct .exam-modal-ct .question-ct .option-ct.wrong .label {
	color: #fc3232;
}

.transcript-ct .exam-modal-ct button {
	color: #222;
}

.transcript-ct .work-items {
	background: #1e202a;
	height: 300px;
	padding: 20px;
	border-radius: 5px;
	max-width: 564px;
	width: 100%;
	min-width: 369px;
	overflow-y: auto;
}

.transcript-ct .work-item-ct {
	display: flex;
	text-decoration: none;
	gap: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #37374e;
    border-radius: 10px;
}

.transcript-ct .work-item-ct .work-image {
	width: 50px;
	min-width: 50px;
	height: 60px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
}

.transcript-ct .work-item-ct .work-title {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -5px;
}

.transcript-ct .work-item-ct .work-desc {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.transcript-ct .item-ct .item.mostAppreciated {
	flex-direction: column;
}

.transcript-ct .item-ct .item.mostAppreciated .image {
	width: 100%;
	min-width: 100%;
	height: 100px;
}

.transcript-ct .item-ct .item.mostAppreciated .image .note-ct {
	width: 100%;
	min-width: 100%;
	height: 100px;
}

.transcript-ct .item-ct .item.mostAppreciated .image .image-overlay {
	width: 100%;
	min-width: 100%;
	height: 100px;
	background-color: rgba(256, 256, 256, 0.7);
	padding: 15px;
}

.transcript-ct .item-ct .item.mostAppreciated .image .image-overlay a {
	font-size: 28px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
	text-decoration: none;
}

.transcript-ct .item-ct .item.mostAppreciated .image .image-overlay a strong {
	font-weight: 900;
}

.transcript-ct .item-ct .item.mostAppreciated .text-ct .title {
	font-size: 23px;
}

.transcript-ct .item-ct .item.mostAppreciated .text-ct .highlight {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: brandon-grotesque;
	border-left: 20px solid #000;
	padding-left: 16px;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.transcript-ct .item-ct .item.mostAppreciated .text-ct .note {
	font-size: 16px;
	line-height: 20px;
	margin-left: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.transcript-ct .item-ct {
	position: relative;
}

.transcript-ct .item-ct .labelsCt {
	position: absolute;
	right: -20px;
	bottom: -10px;
	display: flex;
	align-items: center;
}

.transcript-ct .item-ct .labelsCt > div {
	display: flex;
	align-items: center;
	background: #f3f3f3;
	padding: 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	margin-right: 10px;
	border-radius: 3px;
	min-width: max-content;
	position: relative;
}

.transcript-ct .item-ct .labelsCt > div p {
	font-size: 12px;
	text-transform: uppercase;
	color: #a0a0a0;
	font-weight: 900;
}

.transcript-ct .item-ct .labelsCt > div span {
	color: #a0a0a0;
	display: block;
}

.transcript-ct .item-ct .labelsCt > div img {
	filter: opacity(0.7);
	width: 14px;
	margin: 0px 5px;
}

.transcript-ct .item-ct .labelsCt .all-claps {
	display: none;
}

.transcript-ct .item-ct .labelsCt .more:hover .all-claps {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: max-content;
	background: #f3f3f3;
	box-sizing: border-box;
	padding: 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	border-radius: 3px;
}

.transcript-ct .item-ct .labelsCt .more:hover .all-claps p {
	margin-bottom: 5px;
}

.transcript-ct .item-ct .labelsCt .more:hover .all-claps p:last-of-type {
	margin-bottom: 0px;
}

.transcript-ct .item-ct .item.mostAppreciated .image .note-ct p {
	-webkit-line-clamp: 1;
}

.transcript-ct .endorsed {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.transcript-ct .endorsed p {
	margin: 0;
}

.transcript-ct .endorsed img {
	height: 32px;
	max-width: 120px;
	object-fit: contain;
	transition: opacity 0.2s;
	filter: grayscale();
}

.transcript-ct .endorsed a:hover img {
	opacity: 0.8;
}

.transcript-ct .endorsed .more-endorsements {
	position: relative;
	display: inline-block;
}

.transcript-ct .endorsed .more-endorsements > p {
	cursor: pointer;
	font-size: 14px;
	margin: 0;
}

.transcript-ct .endorsed .util-tooltip {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #1B1C29;
	border: 1px solid #383838;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 100;
	min-width: 200px;
	max-width: 200px;
	max-height: 300px;
	overflow-y: auto;
	margin-top: 0;
}

.transcript-ct .endorsed .more-endorsements:hover .util-tooltip {
	display: block !important;
}

.transcript-ct .endorsed .util-tooltip a {
	display: block;
	margin-bottom: 12px;
}

.transcript-ct .endorsed .util-tooltip a:last-child {
	margin-bottom: 0;
}

.transcript-ct .endorsed .util-tooltip img {
	max-width: 150px;
	filter: grayscale();
}

/* transcript mobile */
@media (max-width: 600px) {
	.transcript-ct {
		padding: 20px;
		margin: 0px;
		width: 100vw;
	}

	.transcript-ct .experts-ct .row {
		flex-direction: column;
	}

	.transcript-ct .experts-ct .col-row {
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.transcript-ct .experts-ct .row > div {
		width: 100%;
	}

	.transcript-ct .work-items,
	.transcript-ct .exam-result {
		min-width: 100%;
	}

	.transcript-ct .exam-modal-ct .exam-modal {
		padding: 10px;
	}

	.transcript-ct .exam-modal-ct .question-ct {
		padding: 10px;
	}

	.transcript-ct .exam-modal-ct .question-ct h3 {
		font-size: 18px;
	}

	.transcript-ct .exam-modal-ct .question-ct .option-ct .option-text {
		font-size: 14px;
	}

	.transcript-ct .exam-modal-ct .exam-modal {
		width: 95%;
	}

	.transcript-ct header {
		flex-direction: column;
	}

	.transcript-ct header .image {
		width: 100%;
		height: auto;
	}

	.transcript-ct header .image.badge {
		max-width: 100%;
	}

	.transcript-ct header .date {
		font-size: 23px;
	}

	.transcript-ct header h1 {
		font-size: 32px;
		margin-bottom: 5px;
	}

	.transcript-ct .info {
		font-size: 23px;
	}

	.transcript-ct .info-link {
		font-size: 18px;
		flex-direction: column;
	}

	.transcript-ct .content .content-title {
		font-size: 32px;
	}

	.transcript-ct .item-ct .duration {
		font-size: 18px;
	}

	.transcript-ct .item-ct .item {
		flex-direction: column;
		height: 260px;
	}

	.transcript-ct .item-ct .item .image {
		width: 100%;
		min-width: 100%;
		height: 100px;
	}

	.transcript-ct .item-ct .item .image .note-ct {
		width: 100%;
		min-width: 100%;
		height: 100px;
	}

	.transcript-ct .item-ct .item .text-ct .title {
		font-size: 23px;
	}

	.transcript-ct .item-ct .item .image .note-ct p {
		-webkit-line-clamp: 1;
	}

	.transcript-ct .overlay {
		padding: 20px;
		padding-top: 100px;
	}

	.transcript-ct .overlay h1 {
		font-size: 20px;
	}

	.transcript-ct .overlay p {
		font-weight: 800;
		font-size: 40px;
		line-height: 40px;
	}

	.transcript-ct .overlay p br {
		display: inline;
	}

	.transcript-ct .overlay p:first-of-type {
		margin-bottom: 30px;
	}

	.transcript-ct .overlay a {
		text-decoration: none;
		color: var(--badge-color);
	}

	.transcript-ct .content-summary .row {
		flex-direction: column;
	}

	.transcript-ct .experts-ct .contributors {
		justify-content: center;
	}

	.transcript-ct .insights-ct {
		flex-direction: column;
	}

	.transcript-ct .browse-ct {
		width: calc(100vw - 6px);
		margin-left: -20px;
	}

	.transcript-ct .experts-ct {
		width: calc(100vw - 6px);
		margin-left: -20px;
	}

	.transcript-ct .insights-ct {
		width: calc(100vw - 6px);
		margin-left: -20px;
	}

	.transcript-ct .content-summary .item-ct .item .image {
		width: 100%;
	}

	.transcript-ct .left-ct {
		margin-right: 0px;
	}

	.transcript-ct .experts-ct .contributors {
		align-items: flex-start;
	}

	.transcript-ct .experts-ct .contributor {
		flex: 0 1 100%;
		margin-bottom: 20px;
	}

	.transcript-ct .insights-ct .insight-row {
		flex-direction: column;
	}

	.transcript-ct .insights-ct .insights-types {
		margin-left: 0px;
		margin-top: 0px;
	}

	.transcript-ct .insights-ct .insight {
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.transcript-ct .content-title {
		font-size: 30px !important;
	}

	.transcript-ct .browse-ct h2 {
		font-size: 30px;
	}

	.transcript-ct .browse-ct a {
		font-size: 20px;
	}

	.transcript-ct .content > h2 {
		font-size: 30px !important;
		margin-bottom: 20px;
	}

	.transcript-ct .notes-num {
		font-size: 50px;
	}

	.transcript-ct .tallies-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.transcript-ct .hover-more:hover .more-contributors,
	.transcript-ct .hover-more.active .more-contributors {
		left: -20px;
	}

	.transcript-ct .experts-avatars {
		flex-wrap: wrap;
		gap: 8px;
	}

	.transcript-ct .expert-avatar {
		width: 35px;
		min-width: 35px;
		height: 35px;
	}

	.transcript-ct .expert-details {
		min-width: 180px;
		padding: 8px 12px;
	}

	.transcript-ct .expert-name {
		font-size: 13px;
	}

	.transcript-ct .expert-occupation {
		font-size: 11px;
	}

	.transcript-ct .expert-website {
		font-size: 11px;
	}

	.transcript-ct .credits {
		font-size: 9px;
	}

	.transcript-ct .item-ct .item .image .note-ct:hover,
	.transcript-ct .item-ct .item .image .note-ct.active {
		height: 260px;
	}

	.transcript-ct .endorsed {
		gap: 8px;
	}

	.transcript-ct .endorsed img {
		height: 24px;
		max-width: 100px;
		filter: grayscale();
	}
}
