body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f5f5;
}

.poem-text {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: .5rem;
  box-shadow: 0 0.05rem 0.3rem rgba(0,0,0,.05);
  white-space: pre-wrap;
  font-size: 1.05rem;
  line-height: 1.6;
}

.ads-placeholder {
  background: repeating-linear-gradient(
    45deg,
    #f8f9fa,
    #f8f9fa 10px,
    #e9ecef 10px,
    #e9ecef 20px
  );
  border: 1px dashed #ced4da;
  border-radius: .5rem;
  padding: 1rem;
  text-align: center;
  font-size: .9rem;
  color: #6c757d;
}

.badge { font-weight: 500; }
