
  .rh-a4b4 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a4b4 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a4b4-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }

  .rh-a4b4 h2 { font-family: 'Mont', sans-serif; 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 28px 0; }

  .rh-a4b4-table { width: 100%; border-collapse: collapse; }
  .rh-a4b4-table th { font-family: 'Mont', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #ffffff; background: #262626; padding: 14px 20px; text-align: left; }
  .rh-a4b4-table th:first-child { border-radius: 12px 0 0 0; }
  .rh-a4b4-table th:last-child { border-radius: 0 12px 0 0; }
  .rh-a4b4-table td { font-family: 'Mont', sans-serif; font-size: 13px; font-weight: 600; color: #464646; padding: 14px 20px; border-bottom: 1px solid #f0f0f0; vertical-align: top; line-height: 1.55; }
  .rh-a4b4-table tr:last-child td { border-bottom: none; }
  .rh-a4b4-table tr:nth-child(even) td { background: #f7f7f7; }
  .rh-a4b4-table td:first-child { font-weight: 600; color: #262626; }
  .rh-a4b4-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
  .rh-a4b4-dot.green { background: #BFD8B3; }
  .rh-a4b4-dot.yellow { background: #E6C87A; }
  .rh-a4b4-dot.dark { background: #262626; }

  @media (max-width: 1280px) { .rh-a4b4-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-a4b4-wrap { padding: 36px 32px; } }
  @media (max-width: 600px) {
    .rh-a4b4-wrap { padding: 32px 20px; }
    .rh-a4b4-table { font-size: 12px; }
    .rh-a4b4-table th, .rh-a4b4-table td { padding: 10px 12px; }
  }
