/* Material 폰트 대체: forum_icon_html / forumIconHtml 가 출력하는 SVG */

svg.forum-icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
}

svg.forum-icon--outlined,
svg.forum-icon--rounded {
    fill: currentColor;
}

/* 글보기 하단 등에서 기존 24px 느낌 유지 */
.detail-bottom-bar__shelf-ico.forum-icon {
    width: 24px;
    height: 24px;
    font-size: inherit;
}
