.ex-creator-download-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ex-creator-download-item {
  display: flex !important;
  width: auto !important;
  margin: 0 auto !important;
  justify-content: center !important;
  text-align: center !important;
}

.button-39 {
  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-family: inherit;
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: inline-block;
  transition: .2s ease;
}

.button-39:hover {
  background-color: rgb(249,250,251);
}

.button-39:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-39:focus-visible {
  box-shadow: none;
}

.ex-creator-download-button {
  display: inline-flex;
  width: fit-content !important;
  max-width: none !important;
  min-width: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

.ex-creator-download-group a.button-39.ex-creator-download-button {
  background-color: #FFFFFF !important;
  border: 1px solid rgb(209,213,219) !important;
  color: #111827 !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
}

.ex-creator-download-group a.button-39.ex-creator-download-button:hover {
  background-color: rgb(249,250,251) !important;
  color: #111827 !important;
}

.ex-creator-download-group a.button-39.ex-creator-download-button:focus,
.ex-creator-download-group a.button-39.ex-creator-download-button:focus-visible {
  color: #111827 !important;
}
