.author-bio{display:block}.example-btn{padding:0.25rem}
.result-value-large {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color);
        }
        .metric-card {
            background: white;
            border-radius: 12px;
            padding: 1rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            margin-bottom: 1rem;
            border: 1px solid #eef2f6;
        }
        .amortization-table {
            max-height: 400px;
            overflow-y: auto;
            font-size: 0.85rem;
        }
        .amortization-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .amortization-table th, .amortization-table td {
            padding: 0.5rem;
            text-align: right;
            border-bottom: 1px solid #dee2e6;
        }
        .amortization-table th:first-child, .amortization-table td:first-child {
            text-align: left;
        }
        .method-switch {
            background: #f8f9fc;
            padding: 0.75rem;
            border-radius: 12px;
            margin-bottom: 1rem;
        }
        .example-badge {
            cursor: pointer;
            transition: all 0.2s;
        }
        .example-badge:hover {
            transform: translateY(-2px);
            background-color: rgba(70,130,180,0.15);
        }
        .disclaimer-note {
            background-color: #fef9e6;
            border-left: 4px solid #f1c40f;
            padding: 0.75rem 1rem;
            font-size: 0.85rem;
            margin: 1rem 0;
        }
        .term-unit-selector {
            display: flex;
            gap: 0.75rem;
            align-items: center;
            margin-top: 0.25rem;
        }
        .term-unit-selector .form-check {
            margin-right: 1rem;
        }
        .professional-insights {
            background: #f8f9fe;
            border-radius: 10px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            border-left: 4px solid #0d6efd;
        }