
  .rh-cr8 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-cr8 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-cr8-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-cr8 h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2; border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0; }
  .rh-cr8 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 24px 0; padding: 0; display: block; }
  .rh-cr8 p a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; transition: color 0.15s, text-decoration-color 0.15s; }
  .rh-cr8 p a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-cr8-factors { display: flex; flex-direction: column; gap: 10px; margin: 0 0 24px 0; }
  .rh-cr8-factor { display: flex; gap: 18px; align-items: flex-start; background: #f7f7f7; border-radius: 12px; padding: 22px 26px; border-left: 3px solid #99AD8F; }
  .rh-cr8-factor-n { width: 34px; height: 34px; min-width: 34px; background: #262626; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #BFD8B3; margin-top: 1px; }
  .rh-cr8-factor-body { flex: 1; }
  .rh-cr8-factor-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 6px 0; }
  .rh-cr8-factor-text { font-size: 13.5px; font-weight: 600; color: #585858; line-height: 1.6; display: block; }
  .rh-cr8-factor-text a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; }
  .rh-cr8-factor-text a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-cr8-prep { background: #DFECD9; border-radius: 16px; padding: 24px 30px; border-left: 4px solid #99AD8F; margin: 0; }
  .rh-cr8-prep p { font-size: 15px; font-weight: 600; color: #2f3a2a; line-height: 1.7; margin: 0; }
  .rh-cr8-prep p strong { color: #1f2a1a; }
  @media (max-width: 1280px) { .rh-cr8-wrap { padding: 40px 60px; } }
  @media (max-width: 600px) {
    .rh-cr8-wrap { padding: 32px 20px; }
    .rh-cr8 p { font-size: 15px; }
    .rh-cr8-factor { padding: 18px 18px; gap: 12px; }
    .rh-cr8-factor-n { width: 30px; height: 30px; min-width: 30px; font-size: 13px; }
    .rh-cr8-factor-title { font-size: 14px; }
    .rh-cr8-factor-text { font-size: 13px; }
    .rh-cr8-prep { padding: 22px 20px; border-radius: 14px; }
  }
