h1, h2, h3, h4, h5, h6 {
margin: 0;
} .elementor-widget-form .elementor-field-group > label {
margin-bottom: 8px;
}
.elementor-field-group .elementor-field-textual:focus {
box-shadow: 0 0 0 3px rgba(0,123,255,.25);
}
.elementor-message:not(.elementor-help-inline) {
color: #004085;
background-color: #cce5ff;
position: relative;
padding: 12px 20px;
margin-top: 16px;
margin-bottom: 0;
border: 1px solid #b8daff;
border-radius: 4px;
}
.elementor-message:before {
display: none;
}
.elementor-message.elementor-message-success:not(.elementor-help-inline) {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.elementor-message.elementor-message-danger:not(.elementor-help-inline) {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.elementor-help-inline.elementor-message-danger {
width: 100%;
margin-top: 4px;
margin-bottom: 0;
font-size: 80%;
color: #dc3545;
}
.elementor-default .elementor-error .elementor-field[aria-invalid="true"] {
border-color: #dc3545;
}