
  .rh-a10b11 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a10b11 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a10b11-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 80px 72px; }
  .rh-a10b11-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-a10b11-card:hover { background: #efefef; }
  .rh-a10b11-icon { width: 56px; height: 56px; min-width: 56px; border-radius: 14px; background: #ffffff; display: flex; align-items: center; justify-content: center; border: 1px solid #eeeeee; }
  .rh-a10b11-body { flex: 1; min-width: 0; }
  .rh-a10b11-label { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 6px 0; }
  .rh-a10b11-title { font-size: 16px; font-weight: 600; color: #262626 !important; line-height: 1.4; margin: 0 0 6px 0; }
  .rh-a10b11-desc { font-size: 13px; font-weight: 600; color: #808080 !important; line-height: 1.55; margin: 0; }
  .rh-a10b11-arrow { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: #262626; display: flex; align-items: center; justify-content: center; }
  .rh-a10b11-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-a10b11-wrap { padding: 0 60px 64px; } }
  @media (max-width: 600px) {
    .rh-a10b11-wrap { padding: 0 20px 48px; }
    .rh-a10b11-card { flex-wrap: wrap; padding: 18px 20px; gap: 14px; border-radius: 0 14px 14px 0; }
    .rh-a10b11-title { font-size: 15px; }
    .rh-a10b11-arrow { display: none; }
  }
