/* ==========================
  葬儀後の声CSS
========================== */
.voice-single {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Source Han Serif", "源ノ明朝", "MS PMincho",
    "ＭＳ Ｐ明朝", serif;
  color: #333;
  line-height: 1.9;
  background: #fff;
}

.voice-entry {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.voice-entry__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  color: #6c5a50;
  margin: 0 0 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.voice-entry__date {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

.voice-entry__thumb {
  margin: 0 0 28px;
  text-align: center;
}

.voice-entry__thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.voice-entry__content {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.voice-entry__content p {
  margin-bottom: 1.8em;
}

.voice-entry__content .wp-block-image:last-of-type {
  text-align: center;
}

.voice-entry__content .wp-block-image:last-of-type img {
  display: inline-block;
  max-width: 100%;
}

.voice-entry__content figure:last-of-type {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.voice-entry__content figure:last-of-type img {
  display: inline-block;
  max-width: 100%;
}

.voice-entry__content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.voice-entry__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 14px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.voice-entry__nav a {
  color: #2aa3a3;
  text-decoration: none;
}

.voice-entry__nav a:hover {
  text-decoration: underline;
}
