
        /* Basic styling for preview purposes - fits neatly into any website theme */
        body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 10px; }
        h2 { color: #2980b9; margin-top: 30px; }
        h3 { color: #34495e; font-weight: bold; margin-top: 20px; }
        ul { margin-bottom: 20px; }
        li { margin-bottom: 8px; }
        a { color: #e67e22; text-decoration: underline; }
        a:hover { text-decoration: none; }
        .cta-box { background-color: #f9f9f9; border-left: 5px solid #2980b9; padding: 15px; margin-top: 30px; }
    