/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/* festivalの記事ページタイトル非表示 */
body.single-festival .entry-title,
body.single-festival .page-header {
  display: none;
}

.festival-archive {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.festival-past-heading {
  margin-top: 3em;
  border-bottom: 2px solid #0C4A00;
  padding-bottom: 0.3em;
}
.festival-past-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 20px;
}
@media (max-width: 767px) {
  .festival-past-grid {
    grid-template-columns: 1fr;
  }
}
.festival-past-item a {
  font-size: 1rem;
}
.festival-more-btn {
  display: block;
  margin: 2em auto 0;
  padding: 0.7em 2.5em;
  background: #0C4A00;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
.festival-more-btn:hover {
  background: #0a3a00;
}