.depreciation-table {
            font-size: 0.9rem;
            margin-top: 1.5rem;
            overflow-x: auto;
        }.form-label{font-size:0.9rem}
        .depreciation-table th {
            background-color: var(--primary-color, #4682b4);
            color: white;
            font-weight: 600;
        }
        .depreciation-table td, .depreciation-table th {
            text-align: right;
            padding: 0.6rem 0.5rem;
        }
        .depreciation-table td:first-child, .depreciation-table th:first-child {
            text-align: left;
        }
        .result-value-large {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2c3e66;
        }
        .example-preset {
            background-color: rgba(70,130,180,0.08);
            border-radius: 8px;
            padding: 0.75rem;
            margin-bottom: 1rem;
        }
        .irs-note {
            font-size: 0.85rem;
            background-color: #eef2fa;
            border-left: 3px solid #8e44ad;
            padding: 1rem;
            border-radius: 0 8px 8px 0;
        }
        .badge-irs {
            background-color: #2c3e66;
            color: white;
            font-size: 0.75rem;
        }
        .totals-row {
            background-color: #f1f5f9;
            font-weight: 600;
            border-top: 2px solid #ccc;
        }
        .depreciation-table tfoot tr {
            background-color: #e9ecef;
            font-weight: 500;
        }
        .convention-badge {
            background: #e2eaf5;
            border-radius: 20px;
            padding: 0.2rem 0.8rem;
            display: inline-block;
            font-size: 0.8rem;
        }
        .copy-success-toast {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #28a745;
            color: white;
            padding: 0.6rem 1.2rem;
            border-radius: 8px;
            z-index: 9999;
            opacity: 0.9;
        }