/* 추천(리퍼럴) 카드 — 정적 스타일.
 * chapter.blade.php 의 인라인 <style> 에서 옮겨 왔다 (formal 260810-1457 Phase C).
 * <link> 는 원래 <style> 자리에 그대로 둔다 — 이 블록은 조건부 안에 있어서,
 * 밖으로 올리면 조건이 아닐 때도 규칙이 적용된다.
 */
                #scripture-viewer .scripture-reader-share-compact {
                    margin-top: 2rem;
                    margin-bottom: 0;
                }
                #scripture-viewer .scripture-reader-share-compact-card {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 1rem;
                    border: 1px solid #fed7aa;
                    border-radius: 1rem;
                    background: #fff7ed;
                    padding: 1rem 1.15rem;
                    color: #1c1917;
                }
                #scripture-viewer .scripture-reader-share-compact-title {
                    margin: 0;
                    font-size: 0.94rem;
                    font-weight: 900;
                    line-height: 1.25;
                    color: #7c2d12;
                }
                #scripture-viewer .scripture-reader-share-compact-body {
                    margin: 0.22rem 0 0;
                    font-size: 0.8rem;
                    font-weight: 600;
                    line-height: 1.45;
                    color: #78716c;
                }
                #scripture-viewer .scripture-reader-share-compact-stats-link {
                    display: inline;
                    margin-left: 0.35rem;
                    color: #9a3412;
                    font-size: 0.78rem;
                    font-weight: 850;
                    text-decoration: underline;
                    text-underline-offset: 0.18em;
                }
                #scripture-viewer .scripture-reader-share-compact-stats-link:hover,
                #scripture-viewer .scripture-reader-share-compact-stats-link:focus-visible {
                    color: #7c2d12;
                }
                #scripture-viewer .scripture-reader-share-compact-action {
                    display: inline-flex;
                    min-height: 2.45rem;
                    flex: 0 0 auto;
                    align-items: center;
                    justify-content: center;
                    gap: 0.35rem;
                    border: 0;
                    border-radius: 9999px;
                    background: #facc15;
                    padding: 0.55rem 1rem;
                    color: #1c1917;
                    font-size: 0.82rem;
                    font-weight: 900;
                    text-decoration: none;
                    cursor: pointer;
                }
                #scripture-viewer .scripture-reader-share-compact-action:hover,
                #scripture-viewer .scripture-reader-share-compact-action:focus-visible {
                    background: #fbbf24;
                }
                #scripture-viewer .scripture-reader-referral-dialog .scripture-reader-voice-entitlement-cta {
                    border: 0;
                    cursor: pointer;
                }
                #scripture-viewer .scripture-reader-referral-dialog .scripture-reader-voice-share-status {
                    margin-bottom: -0.35rem;
                }
                #scripture-viewer[data-scripture-theme="dark"] .scripture-reader-share-compact-card {
                    border-color: #92400e;
                    background: #2a2416;
                    color: #f8fafc;
                }
                #scripture-viewer[data-scripture-theme="dark"] .scripture-reader-share-compact-title {
                    color: #fde68a;
                }
                #scripture-viewer[data-scripture-theme="dark"] .scripture-reader-share-compact-body {
                    color: #d6d3d1;
                }
                #scripture-viewer[data-scripture-theme="dark"] .scripture-reader-share-compact-stats-link {
                    color: #fcd34d;
                }
                #scripture-viewer[data-scripture-theme="dark"] .scripture-reader-share-compact-stats-link:hover,
                #scripture-viewer[data-scripture-theme="dark"] .scripture-reader-share-compact-stats-link:focus-visible {
                    color: #fde68a;
                }
                @media (max-width: 640px) {
                    #scripture-viewer .scripture-reader-share-compact-card {
                        align-items: stretch;
                        flex-direction: column;
                        padding: 0.9rem;
                    }
                    #scripture-viewer .scripture-reader-share-compact-action {
                        width: 100%;
                    }
                }
