.elementor-1579 .elementor-element.elementor-element-3e89267{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1579 .elementor-element.elementor-element-59f4f18{--box-background-color:var( --e-global-color-e032bf5 );--box-border-color:#FFFFFF;--box-border-radius:20px;--header-background-color:var( --e-global-color-e032bf5 );--item-text-color:var( --e-global-color-53d3e07 );--item-text-hover-color:var( --e-global-color-c199893 );--item-text-hover-decoration:underline;--item-text-active-color:var( --e-global-color-c199893 );--marker-color:var( --e-global-color-c199893 );}.elementor-1579 .elementor-element.elementor-element-59f4f18 .elementor-toc__header-title{text-align:start;}.elementor-1579 .elementor-element.elementor-element-59f4f18 .elementor-toc__header{flex-direction:row;}.elementor-1579 .elementor-element.elementor-element-59f4f18 .elementor-toc__list-item{font-family:"Jost", Sans-serif;font-size:17px;font-weight:500;line-height:1.5em;}.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-1579 .elementor-element.elementor-element-5f5cffa{--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;}/* Start custom CSS *//* Land Valuation Guide (lvg-) Custom Styles – exactly as provided */
        .lvg-post-wrapper {
            margin: 0 auto;
            color: #334155;
            line-height: 1.7;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: #fff;
            max-width: 1200px;  /* added for comfortable reading */
        
        }

        .lvg-header {
            margin-bottom: 40px;
            text-align: center;
        }

        .lvg-main-title {
            font-size: 2.5rem;
            color: #1e293b;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .lvg-meta-box {
            display: flex;
            justify-content: center;
            gap: 15px;
            font-size: 0.9rem;
            flex-wrap: wrap;
        }

        .lvg-tag {
            background: #dbeafe;
            color: #1d4ed8;
            padding: 4px 12px;
            border-radius: 20px;
            font-weight: 600;
        }

        .lvg-date {
            color: #64748b;
            padding: 4px 0;
        }

        .lvg-content-section {
            margin-bottom: 50px;
        }

        .lvg-h2 {
            font-size: 1.8rem;
            color: #0f172a;
            margin-bottom: 20px;
            border-bottom: 2px solid #e2e8f0;
            padding-bottom: 10px;
        }

        .lvg-h3 {
            font-size: 1.4rem;
            color: #334155;
            margin: 25px 0 15px;
        }

        .lvg-paragraph {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

        .lvg-list {
            margin: 0 0 25px 25px;
        }

        .lvg-list li {
            margin-bottom: 12px;
        }

        /* CTA BOXES */
        .lvg-cta-box {
            padding: 30px;
            border-radius: 12px;
            margin: 35px 0;
            text-align: center;
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
        }

        .lvg-cta-primary { background: #f0f9ff; border: 1px solid #bae6fd; }
        .lvg-cta-accent { background: #f0fdf4; border: 1px solid #bbf7d0; }
        .lvg-cta-dark { background: #f8fafc; border: 1px solid #e2e8f0; }

        .lvg-btn {
            display: inline-block;
            background: #2563eb;
            color: #fff !important;
            text-decoration: none !important;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 700;
            margin-top: 15px;
            transition: all 0.3s ease;
        }

        .lvg-btn:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }

        .lvg-inline-link {
            color: #2563eb;
            text-decoration: underline;
            font-weight: 600;
        }

        /* Method Grid */
        .lvg-method-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .lvg-method-card {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #f1f5f9;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
        }

        .lvg-method-card h4 {
            margin-bottom: 10px;
            color: #1e293b;
            font-size: 1.1rem;
        }

        .lvg-method-card p {
            font-size: 0.95rem;
            color: #64748b;
            margin: 0;
        }

        /* Footer Resources */
        .lvg-footer {
            background: #1e293b;
            color: #fff;
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            margin-top: 50px;
        }

        .lvg-footer-title {
            font-size: 1.2rem;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .lvg-resource-grid {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .lvg-resource-grid a {
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.9rem;
            padding: 10px;
            border: 1px solid #334155;
            border-radius: 6px;
            transition: 0.3s;
        }

        .lvg-resource-grid a:hover {
            color: #fff;
            background: #334155;
            border-color: #475569;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .lvg-main-title { font-size: 1.8rem; }
            .lvg-h2 { font-size: 1.5rem; }
            
        }

        /* Image placeholders – simple responsive style */
        .lvg-image {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 30px 0;
            border-radius: 8px;
            background: #f1f5f9;
            border: 1px solid #e2e8f0;
        }/* End custom CSS */