.Content {
    margin-top: 30px;

    &-radio {
        flex-direction: row;
        justify-content: space-between;
    }

    &-parental-advisory-svg {
        top: 0;
    }

    .TagsInput {
        height: 80px;
        padding-top: 4px;
    }

    &-keyword-review {
        background-color: $mouse;
        display: inline-block;
        font-size: 12px;
        margin-right: 8px;
        padding: 2px;
        vertical-align: top;
    }

    &-keywords-hint {
        color: $rhino;
        font-size: 11px;
        height: 18px;
        line-height: 18px;
    }
}
