/* Component styles */

/* Buy Coffee Component */
.coffee-support {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}

.coffee-box {
  position: relative;
  padding: 1.2rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #000;
  max-width: 400px;
}

/* Japanese brutalist accent */
.coffee-box::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: #000;
}

.coffee-box p {
  margin: 0;
  font-family: var(--font-family-monospace);
  text-align: center;
}
