.elementor-473 .elementor-element.elementor-element-b0cee35{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-473 .elementor-element.elementor-element-6201ad7{--display:flex;}.elementor-473 .elementor-element.elementor-element-3c9fcb2{padding:30px 30px 30px 30px;border-style:dashed;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-53d3e07 );border-radius:20px 20px 20px 20px;}.elementor-473 .elementor-element.elementor-element-b4f2595{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-adfbfab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-71b444d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-a7a326b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-da296a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-e6ba977{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-e1850de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-41c3233{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-9c827f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-473 .elementor-element.elementor-element-3251d5f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-473 .elementor-element.elementor-element-3c9fcb2{padding:15px 15px 15px 15px;}}/* Start custom CSS for text-editor, class: .elementor-element-d488950 *//* Container Design */
.tx-loan-wrapper {
    background: #ffffff;
    border-left: 5px solid #002868; /* Texas Blue */
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 40px;
    border-radius: 8px;
    margin: 20px 0;
    font-family: 'Inter', sans-serif; /* Ya jo bhi aapki theme font hai */
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.tx-loan-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Heading Design */
.tx-loan-heading {
    color: #1a1a1a;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

/* Decorative Icon using CSS (Safe for Elementor Visual Tab) */
.tx-loan-heading::before {
    content: "📊"; /* Simple Calculator/Chart Emoji as Icon */
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* Paragraph Text */
.tx-loan-text {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.tx-loan-text:last-child {
    margin-bottom: 0;
}

/* Keyword Highlight */
.tx-loan-text strong {
    color: #BF0A30; /* Texas Red for emphasis */
    font-weight: 600;
}

.alignright.wp-image-536 {
    border-radius: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .tx-loan-wrapper {
        padding: 25px;
    }
    .tx-loan-heading {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1d8ef6a *//* Wrapper & General Font */
.tx-logic-wrapper {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    color: #333;
}

/* Intro Section */
.tx-logic-intro {
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.tx-main-title {
    color: #002868; /* Texas Blue */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tx-intro-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Step Cards Design */
.tx-step-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s;
    position: relative;
    overflow: hidden;
}

.tx-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #002868;
}

/* Step Titles (H3) */
.tx-step-title {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

/* Decorative Icons using CSS ::before (Safe for visual editor) */
.tx-step-title::before {
    margin-right: 12px;
    font-size: 22px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}

.tx-step-title.step-1::before { content: "🏞️"; } /* Land */
.tx-step-title.step-2::before { content: "📍"; } /* Map Pin */
.tx-step-title.step-3::before { content: "🏦"; } /* Bank */
.tx-step-title.step-4::before { content: "⚙️"; } /* Settings */

.tx-step-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

/* List Styling */
.tx-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tx-detail-list li {
    background: #f9fbfd;
    border-left: 3px solid #BF0A30; /* Texas Red Accent */
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 0 6px 6px 0;
    font-size: 15px;
    line-height: 1.5;
}

.tx-highlight {
    color: #002868;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.tx-req-badge {
    display: inline-block;
    background: #eef2f6;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 6px;
    border: 1px solid #dce4ec;
}

/* Region Pricing Grid */
.tx-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.tx-price-item {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #eee;
}

.tx-price-item.full-width {
    grid-column: 1 / -1;
    background: #f0f7ff; /* Slight highlight for the 'best deal' or last item */
}

.tx-region {
    display: block;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.tx-cost {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #002868;
}

.tx-note {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 4px;
    font-style: italic;
}

/* Provider List tweaks */
.provider-list li {
    border-left-color: #002868; /* Blue accent for providers */
}

/* Responsive */
@media (max-width: 768px) {
    .tx-main-title { font-size: 24px; }
    .tx-step-card { padding: 15px; }
    .tx-price-grid { grid-template-columns: 1fr; } /* Stack grid on mobile */
    .tx-step-title { font-size: 18px; }
}

### Preview
Yahan aap full preview dekh sakte hain:


http://googleusercontent.com/immersive_entry_chip/1/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4f27958 *//* --- KEEP PREVIOUS WRAPPER STYLES --- */
/* Agar aapne purana CSS delete kar diya hai, to bata dein, main dobara full de dunga. */
/* Niche sirf naye elements (Table, Tags) ka CSS hai */

/* Table Styling */
.tx-table-container {
    overflow-x: auto; /* Responsive scrolling for mobile */
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.tx-data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 500px; /* Ensures table doesn't squish too much on mobile */
}

.tx-data-table th {
    background: #002868; /* Texas Blue */
    color: #ffffff;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.tx-data-table td {
    padding: 14px 15px;
    border-bottom: 1px solid #eee;
    color: #444;
}

.tx-data-table tr:last-child td {
    border-bottom: none;
}

/* Row Highlights */
.tx-data-table tr:nth-child(even) {
    background-color: #f9fbfd;
}

.tx-best-value {
    background-color: #f0fff4 !important; /* Slight Green tint for best option */
}

.tx-highlight-text {
    color: #002868;
    font-weight: 700;
}

/* Tag/Badge Style for numbers */
.tx-tag {
    background-color: #eef2f6;
    color: #002868;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95em;
    border: 1px solid #dce4ec;
}

/* New Icons for H3 */
.tx-step-title.step-ltv::before { content: "📊"; } /* Chart */
.tx-step-title.step-credit::before { content: "🛡️"; } /* Shield */

/* Mobile Adjustments for Table */
@media (max-width: 600px) {
    .tx-data-table th, .tx-data-table td {
        padding: 10px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bf0968b *//* Wrapper & Typography */
.tx-logic-wrapper {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    color: #333;
}

/* Header Styles */
.tx-logic-intro {
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.tx-main-title {
    color: #002868; /* Texas Blue */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Card Style */
.tx-step-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s;
}

.tx-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #002868;
}

/* Titles & Icons */
.tx-step-title {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

/* Unique Icons for each Factor */
.tx-step-title::before {
    margin-right: 12px;
    font-size: 22px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}

.tx-step-title.step-region-price::before { content: "\1F4B0"; } /* 💰 Money Bag for Price */
.tx-step-title.step-utils::before { content: "\1F6E0"; }        /* 🛠️ Hammer/Wrench for Utilities */
.tx-step-title.step-tax::before { content: "\1F33E"; }          /* 🌾 Wheat/Grain for Ag Exemption */


/* Description Text */
.tx-step-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

/* List Styling */
.tx-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tx-detail-list li {
    background: #f9fbfd;
    border-left: 3px solid #BF0A30; /* Texas Red Accent */
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 0 6px 6px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.tx-highlight {
    color: #002868;
    font-weight: 700;
    margin-right: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .tx-main-title { font-size: 24px; }
    .tx-step-card { padding: 15px; }
    .tx-step-title { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8739638 *//* Wrapper & Typography */
.tx-logic-wrapper {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    color: #333;
}

/* Header Styles */
.tx-logic-intro {
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.tx-main-title {
    color: #002868; /* Texas Blue */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Card Style */
.tx-step-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s;
}

.tx-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #002868;
}

/* Titles & Icons */
.tx-step-title {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center; /* Ensures icon and text align vertically */
    margin-top: 0;
    line-height: 1.4;
}

/* Unique Icons for each FAQ */
.tx-step-title::before {
    margin-right: 12px;
    font-size: 24px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
    flex-shrink: 0; /* Prevents icon from shrinking if text is long */
}

.tx-step-title.step-faq-dp::before { content: "\1F4B5"; }   /* 💵 Dollar Bill for Payment */
.tx-step-title.step-faq-risk::before { content: "\26A0"; }  /* ⚠️ Warning/Risk */
.tx-step-title.step-faq-cost::before { content: "\1F3F7"; } /* 🏷️ Label/Tag for Cost */
.tx-step-title.step-faq-term::before { content: "\1F4C5"; } /* 📅 Calendar for Term */


/* Description Text */
.tx-step-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0; /* No margin at bottom for cleaner look in cards */
    margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .tx-main-title { font-size: 24px; }
    .tx-step-card { padding: 20px; }
    .tx-step-title { font-size: 19px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f850811 *//* Wrapper & Typography */
.tx-logic-wrapper {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    color: #333;
}

/* Card Style */
.tx-step-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s;
}

.tx-step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #002868;
}

/* Title Styling */
.tx-step-title {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-top: 0;
}

/* Icon for Final Thoughts - Lightbulb */
.tx-step-title.step-final::before {
    content: "\1F4A1"; /* 💡 Lightbulb Unicode */
    margin-right: 12px;
    font-size: 24px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
    flex-shrink: 0;
}

/* Description Text */
.tx-step-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    margin-top: 0;
}

.tx-step-desc:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .tx-step-card { padding: 20px; }
    .tx-step-title { font-size: 20px; }
}/* End custom CSS */
/* Start custom CSS *//* ===== CUSTOM CSS FOR LAND VALUE ESTIMATOR ===== */
        /* Fully responsive, clean, professional UI */
        .lve-root {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            max-width: 1280px;
            margin: 0 auto;
            padding: 1.5rem 1rem;
            color: #1e2b3c;
            background: #ffffff;
            line-height: 1.6;
        }
        /* typography */
        .lve-root h1 {
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 1rem;
            color: #0b1e33;
            letter-spacing: -0.02em;
        }
        .lve-root h2 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 2.5rem;
            margin-bottom: 1.2rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #e6f0fa;
            color: #0f2b45;
        }
        .lve-root h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
            color: #1a3b5a;
        }
        .lve-root p {
            margin-bottom: 1.2rem;
            font-size: 1.0625rem;
        }
        /* trust badges / inline signals */
        .lve-trust-strip {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem 2.5rem;
            background: #f4f9ff;
            padding: 1rem 1.5rem;
            border-radius: 60px;
            margin: 1.5rem 0 1rem;
            font-weight: 500;
            color: #014d7e;
            align-items: center;
        }
        .lve-trust-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            white-space: nowrap;
        }
        .lve-cta-micro {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem 2.5rem;
            background: #e0f0fa;
            padding: 1rem 1.8rem;
            border-radius: 40px;
            margin: 1.8rem 0 2.2rem;
            font-weight: 500;
            color: #103a5c;
            justify-content: center;
        }
        .lve-cta-micro span {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        /* tables */
        .lve-table-responsive {
            overflow-x: auto;
            margin: 2rem 0 1.5rem;
            border-radius: 20px;
            border: 1px solid #d9e6f2;
            background: #ffffff;
        }
        .lve-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1rem;
            min-width: 600px;
        }
        .lve-table th {
            background: #0f2b45;
            color: white;
            font-weight: 600;
            padding: 14px 12px;
            text-align: left;
            white-space: nowrap;
        }
        .lve-table td {
            padding: 14px 12px;
            border-bottom: 1px solid #dde9f5;
        }
        .lve-table tr:last-child td {
            border-bottom: none;
        }
        .lve-table tr:hover td {
            background-color: #f6fbff;
        }
        /* data insights / lists */
        .lve-list {
            padding-left: 1.8rem;
            margin: 1.2rem 0;
        }
        .lve-list li {
            margin-bottom: 0.6rem;
            font-size: 1.05rem;
        }
        .lve-compare-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.2rem;
            margin: 2rem 0;
        }
        .lve-compare-card {
            background: #f7fafd;
            padding: 1.2rem 1.2rem;
            border-radius: 24px;
            border-left: 6px solid #1f6fb0;
            font-weight: 450;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }
        .lve-compare-card strong {
            color: #0e3d66;
            display: block;
            margin-bottom: 0.4rem;
            font-size: 1.1rem;
        }
        .lve-inline-link {
            background: #eef4fa;
            padding: 0.8rem 1.5rem;
            border-radius: 40px;
            display: inline-block;
            margin: 0.5rem 0 1rem;
            font-weight: 500;
        }
        .lve-inline-link a {
            color: #0f5fa6;
            text-decoration: none;
            border-bottom: 2px solid #9ac3e6;
        }
        .lve-inline-link a:hover {
            color: #093057;
            border-bottom-color: #0b3e6b;
        }
        /* factor cards (h3 + paragraph) */
        .lve-factor-block {
            margin: 1.8rem 0 2rem;
            padding-left: 0.5rem;
            border-left: 4px solid #608dbb;
            padding: 0 0 0 1.2rem;
        }
        .lve-factor-block h3 {
            margin-top: 0.2rem;
        }
        /* comparison mini table (land vs property) */
        .lve-mini-table {
            background: #f2f7fd;
            border-radius: 24px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        .lve-mini-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .lve-mini-table td {
            padding: 10px 10px 10px 0;
            vertical-align: top;
            border-bottom: 1px dashed #bed6ec;
        }
        .lve-mini-table tr:last-child td {
            border-bottom: none;
        }
        .lve-mini-table td:first-child {
            font-weight: 600;
            width: 35%;
            color: #0a3f66;
        }
        /* accuracy comparison table (simple) */
        .lve-accuracy-compare {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            background: #eaf3fc;
            border-radius: 28px;
            padding: 1.8rem;
            margin: 2rem 0;
        }
        .lve-accuracy-item {
            flex: 1 1 240px;
        }
        .lve-accuracy-item h4 {
            margin: 0 0 0.5rem;
            font-size: 1.25rem;
            color: #09315a;
        }
        .lve-accuracy-item ul {
            padding-left: 1.2rem;
            margin: 0.5rem 0;
        }
        /* author card */
        .lve-author {
            background: linear-gradient(145deg, #f2f7fc, #ffffff);
            border-radius: 30px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0 1.8rem;
            border: 1px solid #cbddec;
        }
        .lve-author h4 {
            font-size: 1.4rem;
            margin: 0 0 0.25rem;
            color: #022844;
        }
        .lve-author .lve-badge {
            display: inline-block;
            background: #154e7a;
            color: white;
            font-size: 0.9rem;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            margin-bottom: 0.8rem;
        }
        /* disclaimer */
        .lve-disclaimer {
            font-size: 0.9rem;
            color: #3b556e;
            background: #f9fbfd;
            padding: 1.8rem 2rem;
            border-radius: 28px;
            border-left: 6px solid #a2c3db;
            margin-top: 3rem;
        }
        /* responsive fine‑tuning */
        @media (max-width: 600px) {
            .lve-root h1 { font-size: 1.9rem; }
            .lve-root h2 { font-size: 1.6rem; }
            .lve-trust-strip, .lve-cta-micro {
                flex-direction: column;
                align-items: flex-start;
                border-radius: 32px;
                gap: 0.7rem;
                white-space: normal;
            }
            .lve-trust-item { white-space: normal; }
        }/* End custom CSS */