.elementor-4675 .elementor-element.elementor-element-826280d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ba0ce77 *//* --- Membership Checkout Professional Design --- */

/* 1. The Main Checkout Card */
#pmpro_pricing_fields.pmpro_card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 25px;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* 2. Card Header Styling */
#pmpro_pricing_fields .pmpro_card_title {
    background: #f8fafc;
    color: #1e293b !important;
    padding: 24px 32px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #f1f5f9;
    margin: 0 !important;
}

/* 3. Content Spacing */
#pmpro_pricing_fields .pmpro_card_content {
    padding: 32px !important;
}

/* 4. Plan Selection Text */
.pmpro_level_name_text {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 25px;
}

.pmpro_level_name_text strong {
    color: #9b2323; /* Your Brand Maroon */
    font-size: 18px;
}

/* 5. Features List (Checkmark Style) */
ul.features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

ul.features li {
    position: relative;
    padding-left: 28px !important;
    margin-bottom: 12px !important;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}

/* Custom Checkmark Icon */
ul.features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #9b2323; /* Maroon Checkmark */
    font-weight: bold;
    font-size: 16px;
}

/* 6. Pricing/Cost Box (The "Total" Look) */
#pmpro_level_cost {
    background: #f8fafc;
    border: 1.5px dashed #cbd5e1;
    border-radius: 12px;
    padding: 20px !important;
    text-align: center;
}

.pmpro_level_cost_text {
    margin: 0 !important;
    font-size: 15px;
    color: #475569;
}

.pmpro_level_cost_text strong {
    font-size: 22px;
    color: #0f172a;
    display: block;
    margin-top: 5px;
}

/* 7. Center the Main Checkout Header */
h1.pmpro_checkout-h1, 
.pmpro_checkout h2:first-of-type {
    text-align: center;
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 10px;
}

/* --- Centered & Compact Registration Form --- */

/* 1. Center the Card and Limit Width */
#pmpro_user_fields .pmpro_card {
    max-width: 650px; /* Limits width to keep it "short" and professional */
    margin: 30px auto !important; /* Centers the form on the page */
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
}

/* 2. Header / Legend Styling */
.pmpro_form_legend {
    background: #f8fafc;
    width: 100%;
    padding: 20px 30px !important;
    border-bottom: 1px solid #f1f5f9;
}

.pmpro_form_heading {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1e293b;
    text-align: center;
}

/* 3. Layout Spacing */
.pmpro_form_fields {
    padding: 30px !important;
}

/* 4. Compact Labels */
.pmpro_form_label {
    display: block;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin-bottom: 6px !important;
}

/* Red asterisk for required fields */
.pmpro_asterisk {
    color: #9b2323 !important;
}

/* 5. Professional Short Input Fields */
.pmpro_form_input, 
input[type="text"], 
input[type="password"], 
input[type="email"] {
    width: 100% !important;
    padding: 10px 14px !important; /* "Short" height */
    font-size: 14px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background-color: #fcfdfe !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box;
}

/* Focus state (Maroon) */
.pmpro_form_input:focus {
    border-color: #9b2323 !important;
    background-color: #fff !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(155, 35, 35, 0.1) !important;
}

/* 6. Password Toggle Icon Fix */
.pmpro_form_field-password-toggle {
    margin-top: -34px; /* Adjust based on input height */
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.pmpro_btn-password-toggle {
    background: none !important;
    border: none !important;
    color: #9b2323 !important;
    font-size: 11px !important;
    font-weight: 700;
    cursor: pointer;
    padding-right: 10px;
}

/* 7. Footer / "Already have an account?" */
.pmpro_card_actions {
    background: #f8fafc;
    padding: 15px !important;
    text-align: center;
    border-top: 1px solid #f1f5f9;
    font-size: 13px;
    color: #64748b;
}

.pmpro_card_actions a {
    color: #2563eb !important;
    font-weight: 600;
    text-decoration: none !important;
}

/* --- Center the Submit Button --- */

/* 1. Target the container and the button */
.pmpro_submit, 
.pmpro_checkout_submit,
.pmpro_form_submit {
    text-align: center !important; /* Centers the button inside the parent div */
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding: 20px 0 !important;
}

/* 2. Styling the button specifically to be centered and professional */
#pmpro_btn-submit, 
.pmpro_btn-submit-checkout,
input[type="submit"].pmpro_btn {
    display: inline-block !important;
    margin: 0 auto !important; /* Classic centering technique */
    min-width: 250px; /* Gives it a solid, professional width */
    background-color: #9b2323 !important; /* Your Brand Maroon */
    color: #ffffff !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(155, 35, 35, 0.2);
    transition: all 0.3s ease;
}

/* Hover Effect */
#pmpro_btn-submit:hover, 
.pmpro_btn-submit-checkout:hover {
    background-color: #7a1b1b !important;
    box-shadow: 0 6px 15px rgba(155, 35, 35, 0.3);
    transform: translateY(-2px);
}
}

/* 9. Responsiveness (Mobile stacking) */
@media (max-width: 600px) {
    .pmpro_cols-2 {
        display: block !important;
    }
    .pmpro_form_field {
        margin-bottom: 15px !important;
    }
}

/* --- Professional Payment Method Design --- */

/* 1. Center the Card and Limit Width */
#pmpro_payment_method .pmpro_card {
    max-width: 650px;
    margin: 30px auto !important;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
}

/* 2. Header / Legend Styling */
#pmpro_payment_method .pmpro_form_legend {
    background: #f8fafc;
    width: 100%;
    padding: 20px !important;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
}

#pmpro_payment_method .pmpro_form_heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b;
}

/* 3. Transform Radio Buttons into Modern Tiles */
.pmpro_form_field-radio-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px !important;
}

.pmpro_form_field-radio-item {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 25px !important;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #fcfdfe;
    position: relative;
}

/* Hover Effect */
.pmpro_form_field-radio-item:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

/* 4. Highlight the Selected Tile (Using your Maroon) */
/* This uses the :has .elementor-4675 .elementor-element.elementor-element-ba0ce77 (supported in all modern browsers in 2026) */
.pmpro_form_field-radio-item:has(input:checked) {
    border-color: #9b2323;
    background: #fffafa; /* Very light maroon tint */
    box-shadow: 0 4px 12px rgba(155, 35, 35, 0.1);
}

/* 5. Styling the Radio Dot */
.pmpro_form_field-radio-item input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 15px !important;
    accent-color: #9b2323; /* Professional Maroon dot */
    cursor: pointer;
}

/* 6. Label Text Styling */
.pmpro_form_field-radio-item label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin: 0 !important;
    cursor: pointer;
    display: block;
    width: 100%;
}

/* 7. Clean up internal padding for the radio wrapper */
.pmpro_form_field-radio {
    margin: 0 !important;
}/* End custom CSS */