/* New Styles for AEO Elements */
    .aeo-direct-answer { background: #e0f7fa; border-left: 5px solid #00acc1; padding: 20px; max-width: 1200px; margin: 30px auto; border-radius: 0 8px 8px 0; font-size: 16px; line-height: 1.7; color: #2c3e50; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
    .aeo-direct-answer strong { color: #00acc1; }
    .key-takeaways { background: white; border: 1px solid #eee; padding: 25px; border-radius: 12px; max-width: 1200px; margin: 0 auto 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    .key-takeaways ul { list-style-type: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; }
    .key-takeaways li { padding-left: 30px; position: relative; color: #555; line-height: 1.5; }
    .key-takeaways li::before { content: '💡'; position: absolute; left: 0; top: 0; }