.DistributionOptions {
    margin-top: 30px;

    &-warning {
        background-color: $bluejay-light;
        color: $bluejay;
        margin-top: 10px;
        padding: 10px;

        /* stylelint-disable max-nesting-depth */
        .Icons-info {
            display: inline-block;
            fill: $bluejay;
            position: relative;
            top: 4px;
            vertical-align: top;
            width: 3%;
        }
        /* stylelint-enable max-nesting-depth */
    }

    &-warning-text {
        display: inline-block;
        font-size: 11px;
        vertical-align: top;
        width: 90%;
    }

    /* stylelint-disable selector-class-pattern */
    &-channel-selection-no-channel.Select-option,
    &-channel-selection-no-channel.Select-option.is-focused,
    &-channel-selection-no-channel.Select-option.is-selected {
        color: $bluefish;
        font-weight: 500;
    }
    /* stylelint-enable selector-class-pattern */

    &-channel-selection-no-channel .Select-value-label {
        font-weight: normal;
    }

    &-youtube-link {
        margin-top: 6px;
    }

    &-info-text {
        display: inline-block;
        padding-bottom: 10px;
        vertical-align: top;
    }

    .Icons-external-link {
        display: inline-block;
        fill: $bluejay;
        vertical-align: text-bottom;
    }
}
