 .wp-v2-btn {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}


 .wp-v2-btn a:hover {
  color: #fff;
  background: #000;
  transition: all 0.3s ease-in-out; /* Hiệu ứng mượt */
}



 .wp-v2-btn a {
  border: 2px solid #e4eaf019;
  color: #000;
  background: #fefefe;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}