.kofi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: #fff;
  background: #ff5e5b;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}

.kofi-button:hover {
  color: #fff;
  background: #e9514f;
}

.kofi-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .kofi-button {
    white-space: nowrap;
  }
}
