
  .rh-l7 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-l7 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-l7-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-l7 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-l7 h3 { font-size: 18px; font-weight: 700; color: #262626; margin: 34px 0 16px 0; }
  .rh-l7 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-l7-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 8px 0; }
  .rh-l7-tier { border-radius: 16px; padding: 24px 22px; }
  .rh-l7-tier.esc { background: #f7f7f7; border-top: 3px solid #CB817D; }
  .rh-l7-tier.mon { background: #f7f7f7; border-top: 3px solid #BFD8B3; }
  .rh-l7-tier.log { background: #f7f7f7; border-top: 3px solid #A3A3A3; }
  .rh-l7-tier-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; display: block; margin: 0 0 10px 0; }
  .rh-l7-tier.esc .rh-l7-tier-tag { color: #CB817D; }
  .rh-l7-tier.mon .rh-l7-tier-tag { color: #606C59; }
  .rh-l7-tier.log .rh-l7-tier-tag { color: #808080; }
  .rh-l7-tier-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; display: block; }
  .rh-l7-sources { background: #DFECD9; border-radius: 16px; padding: 24px 28px; border-left: 4px solid #99AD8F; margin: 0 0 8px 0; }
  .rh-l7-sources-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #606C59; display: block; margin: 0 0 12px 0; }
  .rh-l7-sources-list { display: flex; flex-wrap: wrap; gap: 6px; }
  .rh-l7-source { background: #ffffff; border-radius: 100px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: #2f3a2a; }
  .rh-l7-class { display: flex; flex-direction: column; gap: 10px; margin: 0; }
  .rh-l7-c { display: flex; gap: 16px; align-items: flex-start; background: #f7f7f7; border-radius: 12px; padding: 20px 24px; }
  .rh-l7-c.disinfo { background: #262626; }
  .rh-l7-c-dot { width: 10px; height: 10px; min-width: 10px; border-radius: 50%; margin-top: 6px; }
  .rh-l7-c.drift .rh-l7-c-dot { background: #99AD8F; }
  .rh-l7-c.misinfo .rh-l7-c-dot { background: #E0B84C; }
  .rh-l7-c.disinfo .rh-l7-c-dot { background: #CB817D; }
  .rh-l7-c-body { flex: 1; }
  .rh-l7-c-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 5px 0; }
  .rh-l7-c.disinfo .rh-l7-c-title { color: #ffffff; }
  .rh-l7-c-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; margin: 0; }
  .rh-l7-c.disinfo .rh-l7-c-text { color: #A3A3A3; }
  @media (max-width: 1280px) { .rh-l7-wrap { padding: 40px 60px; } }
  @media (max-width: 900px) { .rh-l7-tiers { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-l7-wrap { padding: 32px 20px; }
    .rh-l7 p { font-size: 15px; }
    .rh-l7-tier, .rh-l7-c { padding: 18px 18px; }
    .rh-l7-sources { padding: 20px 20px; }
  }
