/* Start custom CSS for shortcode, class: .elementor-element-76cf055 */.my-shortcode-bg {
    background-color: #8EB244;
    border-radius: 19px; /* Optional: Add rounded corners */
    width: 800px; /* Set width to 800px */
    height: 100px

}
/* Normal state */
.es-btn.es-btn--primary.es-btn--icon {
    background-color: #8EB244 !important; /* Force green background */
    color: #ffffff !important; /* Force white icon and text color */
    border: none !important; /* Remove any border */
    transition: all 0.3s ease; /* Smooth transition */
}

.es-btn.es-btn--primary.es-btn--icon .es-icon {
    color: #ffffff !important; /* Force white icon color */
}

/* Hover state */
.es-btn.es-btn--primary.es-btn--icon:hover {
    background-color: #ffffff !important; /* Force white background */
    color: #8EB244 !important; /* Force green icon and text color */
}

.es-btn.es-btn--primary.es-btn--icon:hover .es-icon {
    color: #8EB244 !important; /* Force green icon color */
}/* End custom CSS */