/*
Theme Name:     My Child Theme
Template:       liquid-light
Description:    LIQUID Press の子テーマ
Version:        1.0
*/

/* ▼ ノート投稿（notepad）一覧ページのスタイル ▼ */

.notepad-archive {
  max-width: 800px;
  margin: 2em auto;
  padding: 1em;
}

.notepad-title {
  font-size: 1.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5em;
}

.notepad-list {
  border-left: 3px solid #999;
  padding-left: 1em;
}

.notepad-item {
  margin-bottom: 1.5em;
  position: relative;
}

.notepad-date {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0.5em;
}

.notepad-content {
  font-size: 1em;
}

.notepad-pagination {
  margin-top: 2em;
  text-align: center;
}

.notepad-pagination .page-numbers {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.3em 0.6em;
  border: 1px solid #ccc;
  text-decoration: none;
}

.notepad-pagination .current {
  background-color: #333;
  color: white;
  border-color: #333;
}

.notepad-no-posts {
  text-align: center;
  color: #999;
}