.ReviewContextAlert {
    @include block-shadow;

    padding-right: 1rem;

    .Alert-content {
        overflow: hidden;
        width: 100%;

        .title {
            font-size: 13.5px;
            font-weight: 500;
            padding-bottom: 4px;
        }
    }
}
