/*
    相談室 (consultation_*.html) ページ固有のスタイル
*/

.article-body p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}
.article-body h2 {
    font-size: 1.5rem;
    margin: 40px 0 20px;
    font-weight: 700;
}
blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    border-left: 3px solid var(--accent-business);
    background: #f9f9f7;
}
.letter-attribution {
    text-align: right;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 10px;
}

/* Concept marker style */
.concept-marker {
    background: linear-gradient(to top, #fff3cd 50%, transparent 50%);
    background-size: 100% 100%;
    background-position: 0 0;
    box-decoration-break: clone;
}

/* Annotation style - parenthetical notes */
.annotation {
    color: var(--text-muted);
}
