.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }.author-bio{display:block}
        .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;
        }
        .policy-output {
            background: #fcfcfc;
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 2rem 1.5rem;
            font-family: 'Segoe UI', 'Roboto', sans-serif;
            font-size: 0.95rem;
            line-height: 1.7;
            max-height: 600px;
            overflow-y: auto;
            white-space: pre-wrap;
            word-break: break-word;
        }
        .policy-output h4 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-top: 1.2rem;
            margin-bottom: 0.5rem;
        }
        .policy-output h5 {
            font-size: 1rem;
            font-weight: 600;
            margin-top: 1rem;
            margin-bottom: 0.3rem;
        }
        .policy-output ul {
            padding-left: 1.5rem;
            margin-bottom: 0.8rem;
        }
        .policy-output ul li {
            margin-bottom: 0.2rem;
        }
        .policy-output p {
            margin-bottom: 0.6rem;
        }
        .badge-legal {
            background-color: #1a3a5c;
            color: #fff;
            font-size: 0.7rem;
            padding: 0.25rem 0.6rem;
            border-radius: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .checklist-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.5rem 1.5rem;
            margin: 1rem 0;
        }
        .checklist-grid .form-check {
            padding-left: 0;
        }
        .form-check-input[type="checkbox"] {
            width: 1.1rem;
            height: 1.1rem;
            margin-right: 0.5rem;
        }
        .form-check-label {
            font-size: 0.95rem;
        }
        .section-divider {
            margin: 2.5rem 0 1.5rem;
            border-top: 1px solid #dee2e6;
        }
        .font-control-btn {
            font-size: 1.2rem;
            padding: 0.2rem 0.6rem;
            margin-left: 0.5rem;
            border-radius: 4px;
            border: 1px solid #ccc;
            background: #f8f9fa;
            cursor: pointer;
        }
        .font-control-btn:hover {
            background: #e9ecef;
        }
        @media (max-width: 768px) {
            .checklist-grid {
                grid-template-columns: 1fr;
            }
            .policy-output {
                max-height: 500px;
                font-size: 0.9rem;
                padding: 1.2rem;
            }
        }