.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .result-value-sm {
            font-weight: 600;
            color: #2e7d32;
            font-size: 1.4rem;
        }
        .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;
        }
        .geometry-canvas {
            width: 100%;
            height: auto;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-top: 1.5rem;
            display: block;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1rem;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 0.5rem 0;
            font-size: 0.9rem;
            flex-wrap: wrap;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 50%;
        }
        .legend-color.green {
            background-color: #2e7d32;
        }
        .legend-color.brown {
            background-color: #8d6e63;
        }
        .legend-color.gray {
            background-color: #6c757d;
        }
        .legend-color.orange {
            background-color: #e67e22;
        }
        .soil-density-badge {
            display: inline-block;
            padding: 0.2rem 0.6rem;
            border-radius: 12px;
            font-size: 0.8rem;
            font-weight: 600;
            background-color: rgba(34, 139, 34, 0.12);
            color: #2e7d32;
        }
        .form-control:focus,
        .form-select:focus {
            border-color: #2e7d32;
            box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25);
        }
        .btn-outline-secondary:hover {
            background-color: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }
        .result-card {
            background: #f8fdf8;
            border-radius: 8px;
            padding: 1.2rem;
            border: 1px solid #c8e6c9;
            margin-top: 1rem;
        }
        .soil-type-selector {
            background-color: #f8fdf8;
            border-radius: 8px;
            padding: 0.8rem 1rem;
            border: 1px solid #c8e6c9;
        }
        .unit-toggle {
            display: flex;
            gap: 0.5rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .unit-toggle .btn-group .btn {
            font-size: 0.85rem;
            padding: 0.25rem 0.75rem;
        }
        .unit-toggle .btn-group .btn.active {
            background-color: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }
        .depth-recommendation {
            background: #e8f5e9;
            border-radius: 6px;
            padding: 0.6rem 1rem;
            margin-top: 0.5rem;
            font-size: 0.9rem;
            border-left: 3px solid #2e7d32;
        }
        .soil-fact {
            background: #fff8e1;
            border-radius: 6px;
            padding: 0.6rem 1rem;
            margin: 0.5rem 0;
            border-left: 3px solid #f9a825;
            font-size: 0.95rem;
        }
        .legend-color.darkgreen {
            background-color: #1b5e20;
        }
        .legend-color.lightgreen {
            background-color: #81c784;
        }
        .badge-soil {
            background-color: #2e7d32;
            color: #fff;
            padding: 0.3rem 0.7rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .related-tools-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.75rem;
        }
        @media (min-width: 768px) {
            .related-tools-container {
                grid-template-columns: 1fr 1fr;
            }
        }
        .related-content {
            flex: 1;
        }
        .related-name {
            font-weight: 600;
            font-size: 0.95rem;
        }
        .related-name a {
            color: #1b3b1b;
            text-decoration: none;
        }
        .related-name a:hover {
            color: #2e7d32;
            text-decoration: underline;
        }
        .related-desc {
            font-size: 0.8rem;
            color: #6c757d;
            margin-top: 0.1rem;
        }
        .authority-note a {
            color: #2e7d32;
        }
        .authority-note a:hover {
            color: #1b5e20;
        }
        .accordion-button:not(.collapsed) {
            background-color: #e8f5e9;
            color: #1b3b1b;
        }
        .accordion-button:focus {
            border-color: #2e7d32;
            box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.2);
        }
        .accordion-item {
            border-color: #c8e6c9;
        }
        .btn-outline-primary {
            color: #2e7d32;
            border-color: #2e7d32;
        }
        .btn-outline-primary:hover {
            background-color: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }
        .text-primary {
            color: #2e7d32 !important;
        }
        .bg-primary {
            background-color: #2e7d32 !important;
        }
        .border-primary {
            border-color: #2e7d32 !important;
        }
        .form-check-input:checked {
            background-color: #2e7d32;
            border-color: #2e7d32;
        }
 
        .btn-outline-primary {
            color: #2e7d32;
            border-color: #2e7d32;
        }
        .btn-outline-primary:hover {
            background-color: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }
        .text-primary {
            color: #2e7d32 !important;
        }
        .bg-primary {
            background-color: #2e7d32 !important;
        }
        .border-primary {
            border-color: #2e7d32 !important;
        }
        .form-check-input:checked {
            background-color: #2e7d32;
            border-color: #2e7d32;
        } 
        .badge.bg-secondary {
            background-color: #2e7d32 !important;
        }
        .badge.bg-primary {
            background-color: #2e7d32 !important;
        }
        .btn-outline-secondary:hover {
            background-color: #2e7d32;
            border-color: #2e7d32;
            color: #fff;
        }
        .result-value-sm {
            color: #2e7d32;
        }
        .soil-density-badge {
            background-color: rgba(46, 125, 50, 0.12);
            color: #2e7d32;
        }
        .unit-toggle .btn-group .btn.active {
            background-color: #2e7d32;
            border-color: #2e7d32;
        }
        .depth-recommendation {
            border-left-color: #2e7d32;
            background-color: #e8f5e9;
        }
        .soil-fact {
            border-left-color: #f9a825;
            background-color: #fff8e1;
        }
        .legend-color.green {
            background-color: #2e7d32;
        }
        .legend-color.brown {
            background-color: #8d6e63;
        }
        .legend-color.orange {
            background-color: #e67e22;
        }
        .badge-soil {
            background-color: #2e7d32;
        }
        .related-name a {
            color: #1b3b1b;
        }
        .related-name a:hover {
            color: #2e7d32;
        }
        .accordion-button:not(.collapsed) {
            background-color: #e8f5e9;
            color: #1b3b1b;
        }
        .accordion-button:focus {
            border-color: #2e7d32;
            box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.2);
        }
        .accordion-item {
            border-color: #c8e6c9;
        }
        .authority-note a {
            color: #2e7d32;
        }
        .authority-note a:hover {
            color: #1b5e20;
        }
        .btn-link {
            color: #2e7d32;
        }
        .btn-link:hover {
            color: #1b5e20;
        }
        .form-control:focus,
        .form-select:focus {
            border-color: #2e7d32;
            box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25);
        }
        .result-card {
            background: #f8fdf8;
            border-color: #c8e6c9;
        }
        .soil-type-selector {
            background-color: #f8fdf8;
            border-color: #c8e6c9;
        }
        .legend-color.darkgreen {
            background-color: #1b5e20;
        }
        .legend-color.lightgreen {
            background-color: #81c784;
        }