.EpisodeLinks {

    &-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    &-embed-code {

        .input-group {
            width: 90%;
        }
    }

    &-header-section {
        margin-bottom: 30px;
    }

    &-header {
        font-size: 18px;
        font-weight: 500;
    }

    &-sub-header {
        font-size: 14px;
        color: var(--gray-600);
    }

    .card {
        margin-bottom: 35px;
    }

    .CheckmarkGlyph.Glyph {
        fill: var(--green);
    }
}
