.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: var(--primary-color);
            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.blue {
            background-color: #0d6efd;
        }
        .legend-color.gray {
            background-color: #6c757d;
        }
        .legend-color.green {
            background-color: #28a745;
        }
        .legend-color.orange {
            background-color: #fd7e14;
        }
        .cost-breakdown {
            background: #f8f9fa;
            padding: 1rem 1.5rem;
            border-radius: 8px;
            margin: 1rem 0;
            border: 1px solid #e9ecef;
        }
        .cost-breakdown .row {
            padding: 0.3rem 0;
        }
        .cost-total {
            font-weight: 700;
            font-size: 1.3rem;
            border-top: 2px solid #dee2e6;
            padding-top: 0.7rem;
            margin-top: 0.5rem;
        }
        .spacing-custom-input {
            display: none;
            margin-top: 0.5rem;
        }
        .spacing-custom-input.active {
            display: block;
        }
        .badge-oc {
            background-color: #e9ecef;
            color: #495057;
            font-weight: 400;
            font-size: 0.8rem;
            padding: 0.25rem 0.6rem;
            border-radius: 12px;
            margin-left: 0.3rem;
        }