.property-card {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    background: #f8f9fa;
}

.property-card .property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.property-card .form-label {
    font-size: 0.8rem;
    margin-bottom: 0.1rem;
}

.property-card .form-control {
    font-size: 0.85rem;
}

.summary-table th {
    white-space: nowrap;
}

.summary-value {
    font-weight: 600;
}

.summary-highlight {
    font-size: 1.1rem;
    font-weight: 700;
}

#resultsContainer canvas {
    max-height: 300px;
}
