/* Career cards now open dedicated role pages. */
.view-role-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10884f;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.view-role-btn:hover {
  color: #075d35;
  transform: translateX(3px);
}
