.single-post h1.wp-block-post-title {
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #1a1a2e;
  padding-block-start: 16px;
}

.single-post h1.wp-block-post-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  border-radius: 2px;
  background: #E87A2E;
  margin: 24px auto 0;
}

.single-post main .wp-block-group.has-small-font-size.is-layout-flex {
  justify-content: center;
  gap: 10px 18px;
  color: #888888;
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
}

.single-post main .wp-block-group.has-small-font-size.is-layout-flex a {
  color: #E87A2E;
  text-decoration: none;
}

.single-post main .wp-block-group.has-small-font-size.is-layout-flex a:hover {
  color: #D06820;
  text-decoration: underline;
}

.single-post .wp-block-post-featured-image {
  margin-block: 12px 8px;
}

.single-post .wp-block-post-featured-image img {
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.single-post .wp-block-post-content h2,
.single-post .wp-block-post-content h3,
.single-post .wp-block-post-content h4 {
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1a1a2e;
}

.single-post .wp-block-post-content h2 {
  margin-block-start: 2em;
}

.single-post .wp-block-post-content h3 {
  margin-block-start: 1.6em;
}

.single-post .wp-block-post-content a {
  color: #E87A2E;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}

.single-post .wp-block-post-content a:hover {
  color: #D06820;
}

.single-post .wp-block-post-content ul li::marker,
.single-post .wp-block-post-content ol li::marker {
  color: #E87A2E;
}

.single-post .wp-block-post-content blockquote {
  border-inline-start: 3px solid #E87A2E;
  background: #FFF3EB;
  padding: 20px 24px;
  border-radius: 0 16px 16px 0;
  font-style: normal;
  margin-inline: 0;
}

.single-post .wp-block-post-content blockquote p:last-child {
  margin-bottom: 0;
}

.single-post .wp-block-post-content img {
  border-radius: 16px;
}

.single-post .wp-block-post-content hr {
  border: none;
  border-top: 1px solid #e9ecef;
}

.single-post .wp-block-comments h2,
.single-post .wp-block-comments h3,
.single-post .comment-reply-title {
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1a1a2e;
}

.single-post .wp-block-comments input[type="text"],
.single-post .wp-block-comments input[type="email"],
.single-post .wp-block-comments input[type="url"],
.single-post .wp-block-comments textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 16px;
  color: #1a1a2e;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-post .wp-block-comments input[type="text"]:focus,
.single-post .wp-block-comments input[type="email"]:focus,
.single-post .wp-block-comments input[type="url"]:focus,
.single-post .wp-block-comments textarea:focus {
  outline: none;
  border-color: #E87A2E;
  box-shadow: 0 0 0 3px rgba(232, 122, 46, 0.15);
}

.single-post .wp-block-comments ::placeholder {
  color: #888888;
}

.single-post .wp-block-comments input[type="submit"],
.single-post .wp-block-comments .wp-block-button__link {
  background: #E87A2E;
  border: 2px solid #E87A2E;
  color: #ffffff;
  font-family: 'Nelphim', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.01em;
  padding: 14px 32px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.single-post .wp-block-comments input[type="submit"]:hover,
.single-post .wp-block-comments .wp-block-button__link:hover {
  background: #D06820;
  border-color: #D06820;
}

.single-post .wp-block-comments input[type="submit"]:focus-visible,
.single-post .wp-block-comments .wp-block-button__link:focus-visible {
  outline: 2px solid #E87A2E;
  outline-offset: 3px;
}

.single-post .wp-block-comments .comment-notes,
.single-post .wp-block-comments .logged-in-as {
  color: #888888;
  font-size: 15px;
}
