.result-value-lg {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1e6091;
            letter-spacing: -0.5px;
        }
        .clinical-note {
            background-color: #e9f4f8;
            border-radius: 1rem;
            padding: 1rem 1.5rem;
            border: 1px solid #b8e1f0;
            margin: 1.5rem 0;
        }
        .dose-warning {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 1rem;
            border-radius: 0.5rem;
        }
        .example-badge {
            cursor: pointer;
            transition: all 0.2s;
            background: #eef2f5;
        }
        .example-badge:hover {
            background: #d4e2ed;
            transform: translateY(-2px);
        }
        .canvas-meter {
            background: #f5f9fc;
            border-radius: 16px;
            padding: 10px;
            margin-top: 1rem;
        }
        .legend-meter {
            display: flex;
            justify-content: space-between;
            font-size: 0.8rem;
            margin-top: 5px;
        }
        .authority-ref {
            font-size: 0.9rem;
            border-top: 1px solid #cbd5e1;
            padding-top: 1.2rem;
            margin-top: 1.5rem;
        }
        .btn-outline-accent {
            border-color: #2c7da0;
            color: #2c7da0;
        }
        .btn-outline-accent:hover {
            background: #2c7da0;
            color: white;
        }
        .section-subtitle {
            font-size: 1.3rem;
            font-weight: 600;
            margin: 1.5rem 0 1rem 0;
            color: #1f5068;
        }