.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .coord-input {
            margin-bottom: 0.5rem;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 0.5rem 0;
            font-size: 0.9rem;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 50%;
        }
        .legend-color.green {
            background-color: #28a745;
        }
        .legend-color.orange {
            background-color: #fd7e14;
        }
        .legend-color.purple {
            background-color: #6f42c1;
        }
        .legend-color.red {
            background-color: #dc3545;
        }
        .chart-legend {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin: 0.75rem 0 0 0;
            font-size: 0.85rem;
        }
        .chart-legend-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .chart-legend-color {
            width: 18px;
            height: 4px;
            border-radius: 2px;
        }
        .chart-legend-color.eitc {
            background: #28a745;
        }
        .chart-legend-color.income {
            background: #2c7da0;
        }
        .chart-legend-color.threshold {
            background: #ffc107;
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        .eitc-summary {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .eitc-summary-card {
            background: white;
            border-radius: 8px;
            padding: 1rem;
            border: 1px solid #e0e0e0;
            text-align: center;
        }
        .eitc-summary-card .label {
            font-size: 0.85rem;
            color: #6c757d;
        }
        .eitc-summary-card .value {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--primary-color);
        }
        .eitc-summary-card .value.eligible {
            color: #28a745;
        }
        .eitc-summary-card .value.ineligible {
            color: #dc3545;
        }
        .eitc-summary-card .value.partial {
            color: #fd7e14;
        }
        .tax-year-badge {
            background: #e9ecef;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #495057;
        }
        .disclaimer-box {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 1rem;
            margin: 1.5rem 0;
            font-size: 0.9rem;
            color: #495057;
        }
        .eligibility-badge {
            display: inline-block;
            padding: 0.25rem 1rem;
            border-radius: 20px;
            font-weight: 600;
            font-size: 1rem;
        }
        .eligibility-badge.eligible {
            background: #d4edda;
            color: #155724;
        }
        .eligibility-badge.ineligible {
            background: #f8d7da;
            color: #721c24;
        }
        .eligibility-badge.partial {
            background: #fff3cd;
            color: #856404;
        }
        .tool-header .badge {
            font-size: 0.8rem;
            vertical-align: middle;
        }
        .input-section {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 1.25rem;
            margin-bottom: 1.5rem;
            border: 1px solid #e9ecef;
        }
        .glossary {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.5rem 2rem;
            margin: 1rem 0;
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 8px;
        }
        .glossary dt {
            font-weight: 600;
            color: var(--accent-color);
        }
        .glossary dd {
            margin-left: 0;
            margin-bottom: 0.5rem;
        }
        @media (max-width: 576px) {
            .glossary {
                grid-template-columns: 1fr;
            }
        }
        .state-eitc-wrapper {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            flex-wrap: wrap;
        }
        .state-eitc-wrapper select {
            flex: 1;
            min-width: 140px;
        }
        .state-badge {
            background: #e9ecef;
            padding: 0.2rem 0.75rem;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #495057;
        }
        .investment-warning {
            display: none;
            color: #dc3545;
            font-weight: 600;
            margin-top: 0.3rem;
        }
        .action-toolbar {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1rem;
            justify-content: flex-end;
        }
        @media print {
            .navbar,
            .page-header,
            .footer,
            .ad-container,
            .action-toolbar,
            .example-btn,
            #calculateBtn,
            #clearBtn,
            .form-text,
            }