.elementor .my-custom-btn{/* "selector" automatically locks onto this specific button element */
selector .elementor-button,
selector button,
selector input[type="submit"] {
background-color: #d163a3 !important;
color: #ffffff !important;
border-color: #d163a3 !important;
border: solid !important;
transition: background-color 0.3s ease-image, color 0.3s ease !important;
}

/* Forces the hover state past the global theme */
selector .elementor-button:hover,
selector button:hover,
selector input[type="submit"]:hover {
background-color: #ffffff !important;
color: #d163a3 !important;
border: solid !important;
border-color: #d163a3 !important;
}\n}