.column {
  width: unset;
  flex: 1;
  min-width: 300px;
}

.prose .donate-button {
  display: block;
  width: fit-content;
}

.prose img {
  display: block;
  margin: 1em 0;
}

.prose .donate-button img {
  transition: filter 0.2s ease;
}

.prose .donate-button img:hover {
  filter: brightness(1.2);
}

.prose .small {
  font-size: small;
}

.prose .donate-crypto {
  margin: 0.6em 0;
  background-color: #00000057;
  color: inherit;
  border: 1px solid #60608545;
  border-radius: 6px;
  padding: 4px 4px;
  font-size: small;
  word-break: break-all;
  display: block;
  transition: all 0.2s ease; 
}

.prose .donate-crypto .address {
  overflow-wrap: break-word;
  font-family: monospace !important;
  color: #606085 !important;
}

.prose .donate-crypto:hover {
  filter: brightness(1.2);
}

.prose hr {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

