<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .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;
}</pre></body></html>