/* Override plugin's inline button styles */
.elementor-form .elementor-text-browser > a {
    background-color: #f8c5a3 !important;
    color: #000 !important;
    border: 1px solid #e58b58 !important;
    padding: 12px 24px !important;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
}

.elementor-form .elementor-text-browser > a:hover {
    background-color: #f7b48c !important;
    color: #222 !important;
}
