.bot-box-message {
padding: 1rem;
margin-top: 1rem;
margin-inline: 1rem;
background-color: rgba(251, 236, 232, 0.60);
border: solid 1px #d83e1c;
border-radius: 6px;
color: #d83e1c;
font-size: 14px;
line-height: 20px;
}
.bot-box-message a {
color: #1f6cae;
font-weight: 700;
text-decoration: underline;
text-decoration-color: transparent;
transition: all 0.3s ease-out;
}
.bot-box-message a:hover,
.bot-box-message a:focus,
.bot-box-message a:active {
color: #be3a34;
text-decoration-color: #be3a34;
transition: all 0.3s ease-out;
}
form.form .form-field.Bot_Field {
height: 0;
overflow: hidden;
}
form.form p.submit input[disabled] {
pointer-events: none;
opacity: 0.5;
}