.sjm-rf{display:flex;flex-direction:column;gap:28px;width:100%}.sjm-rf-item{background:#fff;border-radius:16px;padding:34px;scroll-margin-top:110px}.sjm-rf-head{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:22px}.sjm-rf-avatar{flex:0 0 auto;width:64px;height:64px;border-radius:50%;object-fit:cover}.sjm-rf-meta{flex:1 1 auto;min-width:0}.sjm-rf-name{margin:0;font-size:20px;font-weight:700;line-height:1.6;color:#37474F}.sjm-rf-job{font-size:14px;line-height:1.8;color:#8A9AA3}.sjm-rf-badge{flex:0 0 auto;padding:7px 16px;border-radius:999px;background:#E4F3EE;color:#0E8B75;font-size:13px;font-weight:500;line-height:1.7}.sjm-rf-text{font-size:16px;line-height:2.2em;color:#37474F;text-align:justify;white-space:pre-line}.sjm-rf-scan{margin:24px 0 0;padding-top:24px;border-top:1px solid #EDEDED}.sjm-rf-scan img{max-width:100%;height:auto;border:1px solid #EDEDED;border-radius:10px}.sjm-rf-scan figcaption{margin-top:10px;font-size:13px;color:#8A9AA3}@media (max-width:767px){.sjm-rf-badge{order:3;width:100%;text-align:center}}.sjm-lw{--sjm-lw-cols:6;--sjm-lw-gap:16px;display:grid;grid-template-columns:repeat(var(--sjm-lw-cols),minmax(0,1fr));gap:var(--sjm-lw-gap);width:100%}.sjm-lw-item{margin:0;padding:16px;min-height:110px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #EDEDED;border-radius:12px}.sjm-lw-item img{width:auto;max-width:100%;max-height:62px;height:auto;object-fit:contain;transition:filter .3s ease,opacity .3s ease}.sjm-lw-gray-yes .sjm-lw-item img{filter:grayscale(1);opacity:.72}.sjm-lw-gray-yes .sjm-lw-item img:hover{filter:grayscale(0);opacity:1}@media (prefers-reduced-motion:reduce){.sjm-lw-item img{transition:none}}