.apply-veiera-template {
  background-color: #77c040;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.apply-veiera-template:hover {
  background-color: #5ea52d;
}
