.elementor-kit-12366{--e-global-color-primary:#121212;--e-global-color-secondary:#E63946;--e-global-color-text:#F1F1F1;--e-global-color-accent:#2A9D8F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-12366 button,.elementor-kit-12366 input[type="button"],.elementor-kit-12366 input[type="submit"],.elementor-kit-12366 .elementor-button{background-color:var( --e-global-color-primary );border-style:none;}.elementor-kit-12366 input:not([type="button"]):not([type="submit"]),.elementor-kit-12366 textarea,.elementor-kit-12366 .elementor-field-textual{border-style:solid;border-color:#BAC1D1;border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-12366 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Styling for ALL MemberPress Input Fields --- */

.mepr-page-content input[type="text"],
.mepr-page-content input[type="email"],
.mepr-page-content input[type="password"],
.mepr-page-content input[type="tel"],
.mepr-page-content select,
.mepr-page-content textarea {
    /* 1. Size and Padding */
    padding: 12px 10px !important; /* Increase vertical padding for height */
    width: 100% !important; /* Ensure they take up the full available width */
    max-width: 400px; /* Optional: Set a max width for desktop aesthetics */
    
    /* 2. Border and Background */
    border: 2px solid #4169E1 !important; /* Trust Blue border for visibility */
    background-color: #FFFFFF !important; /* Force a white background */
    border-radius: 6px !important; /* Slightly rounded corners */
    
    /* 3. Text and Focus */
    color: #333333 !important; /* Dark text for readability */
    box-shadow: none !important; /* Remove any faint default shadow */
    
    /* Ensure there is space below the field */
    margin-bottom: 15px !important;
}

/* --- Focus Effect (Crucial for UX) --- */
/* Make the border even brighter/bolder when the user clicks the field */
.mepr-page-content input[type="text"]:focus,
.mepr-page-content input[type="email"]:focus,
.mepr-page-content input[type="password"]:focus,
.mepr-page-content input[type="tel"]:focus,
.mepr-page-content select:focus,
.mepr-page-content textarea:focus {
    border-color: #FFA500 !important; /* Action Orange border on focus */
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5) !important; /* Subtle glow effect */
    outline: none !important;
}

/* --- Coupon Field Specifics (If necessary) --- */
/* Target the coupon input field specifically */
#mepr_coupon_code {
    font-weight: bold;
}/* End custom CSS */