.graphicsinn-download-btn {
  background: #4CAF50;
  color: white;
  display: block;
  width: 30%;
  max-width: 300px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px #388E3C;
  cursor: pointer;
  transition: all 0.2s ease;
  word-wrap: break-word;
  white-space: normal;
}

.graphicsinn-download-btn:hover {
  background: #45a049;
}

.graphicsinn-download-btn:active {
  box-shadow: 0 2px #2E7D32;
  transform: translateY(3px);
}