
.winnoise-cta {
  text-align: center;
  margin: 30px 0;
}

.winnoise-cta a {
  display: inline-block;
  background: #007bff; /* xanh dương chủ đạo */
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.winnoise-cta a:hover {
  background: #0069d9; /* xanh dương đậm hơn khi hover */
  transform: scale(1.03);
}

