.blog-review-form__text-input {
    width: 100%;
    height: 172px;
    border-radius: 16px;
    resize: none;
    padding: 20px;
}

.blog-review-form__text-input::placeholder {
    font-size: 14px;
    color: #A4A6AA;
}

.blog-review-form__notify {
    color: #48484C;
    font-size: 14px;
    line-height: 27px;
}

.blog-review-form__btn {
    text-align: right;
    margin: 20px 0 30px 0;
}

.success-message {
    font-size: 16px;
    background: lightgreen;
    border: 1px solid lightblue;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
}

.errors {
    font-size: 16px;
    background: red;
    border: 1px solid red;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    margin: 10px 0;
}