
  .rh-a9b10 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a9b10 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a9b10-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 80px 72px; }
  .rh-a9b10-card { display: flex; align-items: center; gap: 24px; background: #f7f7f7; border-left: 4px solid #BFD8B3; border-radius: 0 16px 16px 0; padding: 24px 28px; text-decoration: none !important; transition: background 0.2s; }
  .rh-a9b10-card:hover { background: #efefef; }
  .rh-a9b10-img { width: 90px; height: 68px; min-width: 90px; border-radius: 10px; object-fit: cover; display: block; }
  .rh-a9b10-body { flex: 1; min-width: 0; }
  .rh-a9b10-label { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 6px 0; }
  .rh-a9b10-title { font-size: 16px; font-weight: 600; color: #262626 !important; line-height: 1.4; margin: 0 0 6px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .rh-a9b10-desc { font-size: 13px; font-weight: 600; color: #808080 !important; line-height: 1.55; margin: 0; }
  .rh-a9b10-arrow { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: #262626; display: flex; align-items: center; justify-content: center; }
  .rh-a9b10-arrow::after { content: ''; width: 8px; height: 8px; border-top: 2px solid #BFD8B3; border-right: 2px solid #BFD8B3; transform: rotate(45deg) translateX(-2px); display: block; }
  @media (max-width: 1280px) { .rh-a9b10-wrap { padding: 0 60px 64px; } }
  @media (max-width: 600px) {
    .rh-a9b10-wrap { padding: 0 20px 48px; }
    .rh-a9b10-card { flex-wrap: wrap; padding: 18px 20px; gap: 14px; border-radius: 0 14px 14px 0; }
    .rh-a9b10-img { width: 100%; height: 150px; min-width: unset; }
    .rh-a9b10-title { white-space: normal; font-size: 15px; }
    .rh-a9b10-arrow { display: none; }
  }
