.elementor-3293814 .elementor-element.elementor-element-2f895e9c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-e1a540e *//* Universal Target for UAP Register AND Login Buttons */
.uap-register-form input[type="submit"],
.uap-login-form input[type="submit"],
.uap-login-form button,
#uap_login_form input[type="submit"],
#uap_login_form button,
input[name="Submit"].uap-login-submit,
.uap-form input[type="submit"] {
    background: linear-gradient(to right, #c29346, #ffe9bb, #d1a559, #ffe9bb, #c09243) !important;
    background-image: linear-gradient(to right, #c29346, #ffe9bb, #d1a559, #ffe9bb, #c09243) !important;
    color: #000000 !important; /* Dark text reads much better against the bright gradient stops */
    border: none !important;
    border-radius: 50px !important; /* Creates the fully rounded pill shape */
    padding: 15px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1) !important;
    text-shadow: none !important;
    transition: all 0.3s ease !important;
}

/* Smooth Hover State (Reverses the gradient slightly) */
.uap-register-form input[type="submit"]:hover,
.uap-login-form input[type="submit"]:hover,
.uap-login-form button:hover,
#uap_login_form input[type="submit"]:hover,
#uap_login_form button:hover,
input[name="Submit"].uap-login-submit:hover,
.uap-form input[type="submit"]:hover {
    background: 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;
}

/* Change "Lost your password?" and "Sign Up" links to Star Magic Gold */
.uap-login-form a,
#uap_login_form a,
.uap-login-block a,
.uap-ext-links a {
    color: #c29346 !important; 
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

/* Add a smooth hover effect for the links */
.uap-login-form a:hover,
#uap_login_form a:hover,
.uap-login-block a:hover,
.uap-ext-links a:hover {
    color: #b58535 !important; /* Slightly darker gold on hover */
    text-decoration: underline !important;
}/* End custom CSS */