.elementor-3293816 .elementor-element.elementor-element-54b51676{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-c23ffee *//* 1. Target absolutely ANY button or submit input inside this Elementor Shortcode Widget */
.elementor-widget-shortcode input[type="submit"],
.elementor-widget-shortcode button,
.elementor-widget-shortcode .uap-btn,
.elementor-widget-shortcode [class*="uap-submit"],
input[value="Reset Password"] {
    background: linear-gradient(to right, #c29346, #ffe9bb, #d1a559, #ffe9bb, #c09243) !important;
    background-image: linear-gradient(to right, #c29346, #ffe9bb, #d1a559, #ffe9bb, #c09243) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: block !important; 
    width: 100% !important;
    max-width: 250px !important; 
    margin: 20px auto !important; 
    padding: 15px 30px !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    cursor: pointer !important;
}

/* 2. Hover State */
.elementor-widget-shortcode input[type="submit"]:hover,
.elementor-widget-shortcode button:hover,
.elementor-widget-shortcode .uap-btn:hover,
.elementor-widget-shortcode [class*="uap-submit"]:hover,
input[value="Reset Password"]:hover {
    background: linear-gradient(to right, #c09243, #ffe9bb, #d1a559, #ffe9bb, #c29346) !important;
    background-image: linear-gradient(to right, #c09243, #ffe9bb, #d1a559, #ffe9bb, #c29346) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.2) !important;
}/* End custom CSS */