Позиционирование сообщений формы связи
.wpcf7-not-valid-tip:before {
content: » «;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 12px solid #ffffff;
position: absolute;
bottom: -8px;
right: 5px;
}
.wpcf7-not-valid-tip {
position: absolute;
right: 8px;
top: -38px;
font-size: 14px;
background: #fff;
border-radius: 5px;
padding: 0 10px;
font-weight: 600;
width: max-content;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #02BB7D;
background: #02BB7D;
color: #fff;
}
.wpcf7-form {
position:relative;
}
.wpcf7 form .wpcf7-response-output {
margin: auto;
border-radius: 5px;
position: absolute;
width: 100%;
bottom: -52px;
min-height: 40px;
display: flex;
justify-content: center;
background: #fff;
}