.property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid #dee2e6;
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .result-value-sm {
            font-weight: 600;
            color: #0066cc;
            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;
        }
        .bond-canvas {
            width: 100%;
            height: auto;
            background-color: #f9fafc;
            border: 1px solid #dde2ea;
            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: #0066cc;
        }
        .legend-color.red {
            background-color: #dc3545;
        }
        .legend-color.green {
            background-color: #28a745;
        }
        .legend-color.gray {
            background-color: #6c757d;
        }
        .badge-bond {
            background-color: #0066cc;
            color: white;
            padding: 0.3rem 0.7rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
        }
        .yield-chip {
            display: inline-block;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .yield-chip.ytm {
            background-color: #0066cc;
            color: white;
        }
        .yield-chip.current {
            background-color: #28a745;
            color: white;
        }
        .yield-chip.coupon {
            background-color: #fd7e14;
            color: white;
        }
        .bond-type-badge {
            display: inline-block;
            padding: 0.3rem 1.2rem;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .bond-type-badge.premium {
            background-color: #d4edda;
            color: #155724;
        }
        .bond-type-badge.par {
            background-color: #cce5ff;
            color: #004085;
        }
        .bond-type-badge.discount {
            background-color: #f8d7da;
            color: #721c24;
        }
        .frequency-badge {
            background-color: #e9ecef;
            padding: 0.2rem 0.8rem;
            border-radius: 12px;
            font-size: 0.8rem;
        }