.EditTranscription {

    &-audio-player {
        width: 100%;
    }

    &-card {
        margin-bottom: 40px;
    }

    &-control-block {
        display: flex;

        .btn-primary {
            margin-left: 15px;
        }
    }

    &-date {
        color: var(--gray-500);
    }

    &-episode-title {
        font-size: 14px;
        color: var(--gray-700);
        font-weight: 500;
    }

    &-audio {
        flex-grow: 1;
    }

    &-info {
        display: inline-flex;
        margin-right: 25px;
        align-items: center;
    }

    &-info-section {
        display: flex;
        align-items: center;
        margin-bottom: 40px;

        .Outline.Data {
            width: 45px;
            height: 45px;
        }
    }

    &-word {
        color: var(--gray-700);

        &:hover {
            background-color: rgba($blue, 0.4);
        }
    }

    &-active-word {
        background-color: var(--blue);
    }

    &-current-word {
        color: black;
    }

    &-speaker-block {
        display: flex;
        margin-bottom: 25px;
        padding: 0 45px;

        &:first-child {
            margin-top: 25px;
        }

        &:last-child {
            margin-bottom: 65px;
        }
    }

    &-speaker-select {
        width: 150px;
        display: inline-block;
    }

    &-transcript-section {
        height: 450px;
        overflow-y: auto;
        font-size: 14px;
        background: rgba($blue, 0.05);
        border: 1px solid var(--blue);
    }

    &-header {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

    &-header-title {
        font-size: 18px;
    }

    &-speaker-field {
        max-width: 550px;

        .FRCControl {
            max-width: 350px;
        }

        .form-label {
            padding-top: 10px;
        }
    }

    &-speaker-info-block {
        min-width: 250px;
    }

    &-speaker-timestamp {
        padding-right: 20px;
        color: var(--gray-500);
        font-size: 12px;
    }

    &-help-box {
        width: 100%;
        position: absolute;
        bottom: 17px;
    }

    &-help-text {
        background-color: white;
        font-size: 14px;
        padding: 18px 28px;
        margin: 0 auto;
        display: block;
        width: 300px;
    }

    &-tooltip {
        display: inline-block;
    }

    &-tooltip-text {
        color: var(--blue);
    }

    &-shortcuts {
        text-align: left;
        padding: 15px;
    }

    &-shortcuts-title {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px;
    }

    &-shortcuts-list {
        text-align: left;
        margin-bottom: 0;
        padding-left: 15px;
        font-size: 12px;
    }

    &-shortcuts-type {
        font-weight: 500;
    }

    &-undo {
        margin-right: 15px;
    }
}
