.will-result-panel {
            background: #fef9e6;
            border-left: 5px solid #2c7da0;
            padding: 1.5rem;
            border-radius: 8px;
            font-family: 'Courier New', 'Times New Roman', serif;
            max-height: 500px;
            overflow-y: auto;
            white-space: pre-wrap;
            font-size: 0.9rem;
            line-height: 1.5;
        }
        .will-caption {
            font-family: 'Georgia', serif;
        }
        .legal-note {
            background-color: #f8d7da;
            border: 1px solid #f5c6cb;
            color: #721c24;
            border-radius: 6px;
            padding: 1rem;
            margin: 1rem 0;
        }
        .result-header {
            background: #2c7da0;
            color: white;
            padding: 0.75rem;
            border-radius: 8px 8px 0 0;
            margin-bottom: 0;
            font-weight: 600;
        }
        .btn-will-download {
            background-color: #2c7da0;
            border: none;
        }
        .btn-will-download:hover {
            background-color: #1f5e7a;
        }
        .example-preset {
            background-color: #e9ecef;
            border-radius: 20px;
            padding: 0.4rem 1rem;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.8rem;
        }
        .example-preset:hover {
            background-color: #ced4da;
            transform: translateY(-2px);
        }
        .authoritative-badge {
            background: #d4edda;
            color: #155724;
            border-radius: 50px;
            padding: 0.2rem 0.8rem;
            display: inline-block;
            font-size: 0.8rem;
        }
        .estate-tip {
            background-color: #e2f0f7;
            border-left: 4px solid #0d6efd;
            padding: 1rem;
            margin: 1rem 0;
        }
        .execution-checklist {
            background-color: #f8f9fc;
            border: 1px solid #cfe2ff;
            border-radius: 10px;
            padding: 1.2rem;
            margin: 1.5rem 0;
        }
        .checklist-item {
            margin-bottom: 0.5rem;
        }