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 {
    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 {
    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 {
    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);
}

@-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;
}

.transcript-ct .experts-ct .contributor {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 50px;
}

.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;
}

.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;
}

.transcript-ct .hover-more:hover .more-contributors {
    display: block;
    background: #1E202A;
    border: 5px solid grey;
    padding: 15px;
    position: absolute;
    border-radius: 10px;
    padding-bottom: 0px;
    min-width: 250px;
    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 .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;
}

.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: scroll;
}

.transcript-ct .work-items a {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #2DDB73;
    text-decoration: none;
    font-size: 20px;
}

.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 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 {
        flex-direction: column;
    }

    .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 {
        margin-right: 0px;
        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;
    }

}