.qotd {
  background-color: #1f2024; /* dark background */
  border-left: 4px solid #fbbf24; /* amber accent */
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-radius: 0.5rem;
  color: var(--text-color); /* dark-theme friendly */
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  margin-top: 40px;
}

.qotd-sticker {
  position: absolute;
  top: -0.75rem;
  left: 1rem;
  background-color: #fbbf24; /* yellow sticker */
  color: #1f2024; /* dark text for contrast */
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.qotd-text {
  margin-top: 0.5rem;
}
