
  .rh-m14 * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Mont', sans-serif; }
  .rh-m14 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-m14-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 80px 72px; }
  .rh-m14-card { background: #f7f7f7; border-radius: 20px; padding: 40px 48px; border-left: 4px solid #BFD8B3; }
  .rh-m14-top { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
  .rh-m14-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; border: 3px solid #BFD8B3; flex-shrink: 0; background: #E6E6E6; }
  .rh-m14-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .rh-m14-info { flex: 1; }
  .rh-m14-info-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; margin-bottom: 4px; }
  .rh-m14-info-name { font-size: 22px; font-weight: 600; color: #262626; line-height: 1.2; margin-bottom: 4px; }
  .rh-m14-info-role { font-size: 14px; font-weight: 600; color: #808080; }
  .rh-m14-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
  .rh-m14-tag { 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-m14-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }
  .rh-m14-stat { background: #ffffff; border-radius: 14px; padding: 20px 16px; text-align: center; min-width: 0; }
  .rh-m14-stat-num { font-size: 32px; font-weight: 600; color: #262626; line-height: 1; margin-bottom: 8px; display: block; }
  .rh-m14-stat-num em { font-style: normal; color: #99AD8F; }
  .rh-m14-stat-label { font-size: 12px; font-weight: 600; color: #808080; line-height: 1.4; }
  .rh-m14-bio { font-size: 15px; font-weight: 600; color: #464646; line-height: 1.75; margin-bottom: 18px; }
  .rh-m14-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; font-weight: 600; color: #A3A3A3; margin: 0 0 24px 0; }
  .rh-m14-meta span { display: flex; align-items: center; gap: 6px; }
  .rh-m14-meta span::before { content: ''; width: 4px; height: 4px; background: #BFD8B3; border-radius: 50%; }
  .rh-m14-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .rh-m14-btn { display: inline-flex !important; align-items: center; gap: 8px; 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-m14-btn-primary { background: #262626 !important; color: #ffffff !important; }
  .rh-m14-btn-primary:hover { background: #464646 !important; color: #ffffff !important; }
  .rh-m14-btn-secondary { background: transparent !important; color: #262626 !important; border: 1.5px solid #BFD8B3 !important; }
  .rh-m14-btn-secondary:hover { background: #DFECD9 !important; color: #262626 !important; }
  @media (max-width: 1280px) { .rh-m14-wrap { padding: 0 60px 64px; } }
  @media (max-width: 768px) { .rh-m14-card { padding: 28px 28px; } }
  @media (max-width: 600px) {
    .rh-m14-wrap { padding: 0 20px 48px; }
    .rh-m14-card { padding: 24px 20px; border-radius: 14px; }
    .rh-m14-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .rh-m14-stat-num { font-size: 24px; }
    .rh-m14-btns { flex-direction: column; }
    .rh-m14-btn { text-align: center; justify-content: center; }
  }
