/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  font-family: "Hiragino Mincho ProN", serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: #f5f5f5;
}

.haiku {
  background: white;
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.haiku img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.haiku .content {
  font-size: 1.5rem;
  line-height: 2;
  margin: 1rem 0;
}

.haiku .translation {
  color: #666;
  font-style: italic;
  margin: 1rem 0;
}

.haiku .author {
  text-align: right;
  color: #888;
}

.pagination {
  text-align: center;
  margin: 3rem 0;
}

.pagination a, .pagination span {
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background: #333;
  color: white;
  border-radius: 4px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
  color: #555;
  font-family: 'Arial', serif;
  font-size: 0.7rem;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.zen-header {
  background-color: #f5f5f0;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 1px solid #e0e0d8;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-title {
  margin: 0;
  font-weight: 300;
  color: #333;
}

.header-title {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "Hiragino Mincho ProN", serif;
}