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

  .rh-a10b2-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px 48px;
    border-left: 4px solid #BFD8B3;
  }

  .rh-a10b2-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
  }

  .rh-a10b2-avatar {
    width: 72px; height: 72px;
    border-radius: 50%; overflow: hidden;
    border: 3px solid #BFD8B3; flex-shrink: 0; background: #E6E6E6;
  }
  .rh-a10b2-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .rh-a10b2-info { flex: 1; }
  .rh-a10b2-info-label {
    font-family: 'Mont', sans-serif; font-size: 10px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; margin-bottom: 4px;
  }
  .rh-a10b2-info-name {
    font-family: 'Mont', sans-serif; font-size: 22px; font-weight: 600;
    color: #262626; line-height: 1.2; margin-bottom: 4px;
  }
  .rh-a10b2-info-role {
    font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600; color: #808080;
  }

  .rh-a10b2-tags {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
  }
  .rh-a10b2-tag {
    font-family: 'Mont', sans-serif; font-size: 11px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase; color: #606C59;
    border: 1.5px solid #BFD8B3; border-radius: 100px; padding: 5px 14px;
  }

  .rh-a10b2-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 12px; margin-bottom: 28px;
  }
  .rh-a10b2-stat {
    background: #ffffff; border-radius: 14px; padding: 20px 16px; text-align: center; min-width: 0;
  }
  .rh-a10b2-stat-num {
    font-family: 'Mont', sans-serif; font-size: 32px; font-weight: 600;
    color: #262626; line-height: 1; margin-bottom: 8px; display: block;
  }
  .rh-a10b2-stat-num em { font-style: normal; color: #99AD8F; }
  .rh-a10b2-stat-label {
    font-family: 'Mont', sans-serif; font-size: 12px; font-weight: 600;
    color: #808080; line-height: 1.4;
  }

  .rh-a10b2-bio {
    font-family: 'Mont', sans-serif; font-size: 15px; font-weight: 600;
    color: #464646; line-height: 1.75; margin-bottom: 18px;
  }

  .rh-a10b2-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; font-weight: 600; color: #A3A3A3; margin: 0 0 24px 0; }
  .rh-a10b2-meta span { display: flex; align-items: center; gap: 6px; }
  .rh-a10b2-meta span::before { content: ''; width: 4px; height: 4px; background: #BFD8B3; border-radius: 50%; }

  .rh-a10b2-btns { display: flex; gap: 12px; flex-wrap: wrap; }

  .rh-a10b2-btn {
    display: inline-flex !important; align-items: center; gap: 8px;
    font-family: 'Mont', sans-serif !important; font-size: 12px !important;
    font-weight: 600 !important; letter-spacing: 0.08em !important;
    text-transform: uppercase !important; text-decoration: none !important;
    padding: 14px 28px !important; border-radius: 100px !important; transition: all 0.2s;
  }
  .rh-a10b2-btn-primary { background: #262626 !important; color: #ffffff !important; }
  .rh-a10b2-btn-primary:hover { background: #464646 !important; color: #ffffff !important; }
  .rh-a10b2-btn-secondary {
    background: transparent !important; color: #262626 !important;
    border: 1.5px solid #BFD8B3 !important;
  }
  .rh-a10b2-btn-secondary:hover { background: #DFECD9 !important; color: #262626 !important; }

  @media (max-width: 1280px) { .rh-a10b2-wrap { padding: 0 60px 40px; } }
  @media (max-width: 768px) { .rh-a10b2-card { padding: 28px 28px; } }
  @media (max-width: 600px) {
    .rh-a10b2-wrap { padding: 0 20px 32px; }
    .rh-a10b2-card { padding: 24px 20px; border-radius: 14px; }
    .rh-a10b2-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .rh-a10b2-stat-num { font-size: 24px; }
    .rh-a10b2-btns { flex-direction: column; }
    .rh-a10b2-btn { text-align: center; justify-content: center; }
  }
