.download-template-btn {
  display: inline-block;
  background: radial-gradient(circle at top left, rgba(245, 186, 73, 0.18), transparent 45%), #3A2C24;
  color: #ffffff !important;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  transition: all 0.25s ease;
}

.download-template-btn:hover,
.download-template-btn:focus {
  background: radial-gradient(circle at top left, rgba(58, 44, 36, 0.18), transparent 45%), #F5BA49;
  color: #ffffff !important;
}