/**
 * Phase 12: 公開FAQページ — フロントエンドスタイル
 *
 * CSS クラスベース。テーマの追加CSSで自由にカスタマイズ可能。
 *
 * @package andW_AI_Chat_Assistant
 */

.andw-faq-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 1em 0;
}

.andw-faq-category {
    margin-bottom: 2em;
}

.andw-faq-category-title {
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.andw-faq-item {
    margin: 0.8em 0;
    padding: 1em 1.2em;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fafafa;
}

.andw-faq-question {
    font-weight: bold;
    font-size: 1.05em;
    margin-bottom: 0.5em;
    color: #333;
}

.andw-faq-answer {
    line-height: 1.7;
    color: #555;
}

.andw-faq-icon {
    font-weight: bold;
    margin-right: 0.3em;
    color: #0073aa;
}

.andw-faq-answer .andw-faq-icon {
    color: #46b450;
}
