.entry-content {
  color: #243041;
}

.entry-content a {
  color: #0f4fa8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-content p,
.entry-content li {
  color: #243041;
  font-size: 1.05rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.6em;
  line-height: 1.35;
  color: #111827;
}

.entry-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  background: #f8fafc;
  border-left: 4px solid #111827;
  border-radius: 12px;
  color: #334155;
}

.archive-description,
.category-description,
.no-results p,
.footer-bottom p {
  color: var(--nl-muted);
}

.error-404-box {
  text-align: center;
}

.error-404-box h1 {
  margin: 0 0 14px;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
}

.author-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.author-avatar img {
  border-radius: 50%;
}

.attachment-media img {
  border-radius: 14px;
  margin-bottom: 16px;
}

.attachment-caption {
  color: var(--nl-muted);
  font-size: 0.95rem;
}
.single-header {
  margin-bottom: 18px;
}

.related-posts {
  margin-top: 28px;
}

.author-box-single .author-info a {
  color: #0f4fa8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.comment-list {
  margin: 0;
  padding-left: 20px;
}

.comment-list li {
  margin-bottom: 18px;
}

.comment-body {
  background: #fff;
  border: 1px solid var(--nl-border);
  border-radius: 14px;
  padding: 16px;
}

.comment-metadata {
  font-size: 0.9rem;
  color: var(--nl-muted);
  margin-top: 6px;
}

.comment-form p {
  margin-bottom: 16px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--nl-border);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}

.comment-form textarea {
  min-height: 140px;
  resize: vertical;
}
.single-post-layout .entry-content {
  overflow: hidden;
}

.single-post-layout .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-post-layout .entry-content p:first-child {
  margin-top: 0;
}

.post-tags-box {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--nl-border);
  border-radius: 14px;
  background: #fff;
}

.post-tags-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  line-height: 1.4;
  color: #111827;
}

.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tag-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.post-tag-link:hover {
  background: #e5e7eb;
}

.archives-page-layout .entry-content {
  margin-bottom: 24px;
}

.archives-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.archives-block {
  padding: 20px;
  border: 1px solid var(--nl-border);
  border-radius: 14px;
  background: #fff;
}

.archives-list {
  margin: 0;
  padding-left: 18px;
}

.archives-list li {
  margin-bottom: 10px;
}

.archives-list a {
  color: #111827;
}

.archives-list a:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .archives-grid {
    grid-template-columns: 1fr;
  }
}

.archives-page-layout .entry-content {
  margin-bottom: 24px;
}

.archives-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.archives-block {
  padding: 20px;
  border: 1px solid var(--nl-border);
  border-radius: 14px;
  background: #fff;
}

.archives-list {
  margin: 0 0 16px;
  padding-left: 18px;
}

.archives-list li {
  margin-bottom: 10px;
}

.archives-list a {
  color: #111827;
}

.archives-list a:hover {
  text-decoration: underline;
}

.archives-more-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.archives-more-link:hover {
  opacity: 0.9;
}

@media (max-width: 820px) {
  .archives-grid {
    grid-template-columns: 1fr;
  }
}

.archives-list-full {
  columns: 2;
  column-gap: 32px;
}

.archives-list-full li {
  break-inside: avoid;
}

@media (max-width: 820px) {
  .archives-list-full {
    columns: 1;
  }
}

.archives-block {
    margin-top: 32px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
}

.section-title {
    margin-bottom: 12px;
}

.archives-intro {
    margin-bottom: 24px;
    color: #444;
}

.archive-year-group + .archive-year-group {
    margin-top: 28px;
}

.archive-year-title {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
}

.archives-list {
    margin: 0;
    padding-left: 22px;
}

.archives-list li {
    margin-bottom: 10px;
}

.archives-list a {
    text-decoration: none;
}

.archives-list a:hover {
    text-decoration: underline;
}

.archive-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.archive-category-card {
  padding: 20px;
  border: 1px solid var(--nl-border);
  border-radius: 16px;
  background: #fff;
  transition: all 0.2s ease;
}

.archive-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.archive-category-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.archive-category-title a {
  color: #111827;
  text-decoration: none;
}

.archive-category-title a:hover {
  text-decoration: underline;
}

.archive-category-meta {
  margin-bottom: 10px;
  color: var(--nl-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.archive-category-desc {
  margin: 0;
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .archive-categories-grid {
    grid-template-columns: 1fr;
  }
}
.archive-category-tree {
  display: grid;
  gap: 28px;
}

.archive-category-group {
  display: grid;
  gap: 16px;
}

.archive-category-card {
  padding: 20px;
  border: 1px solid var(--nl-border);
  border-radius: 16px;
  background: #fff;
  transition: all 0.2s ease;
}

.archive-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.archive-category-card-parent {
  border-left: 4px solid #111827;
}

.archive-category-card-child {
  background: #fafafa;
}

.archive-category-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.archive-category-title a {
  color: #111827;
  text-decoration: none;
}

.archive-category-title a:hover {
  text-decoration: underline;
}

.archive-category-meta {
  margin-bottom: 10px;
  color: var(--nl-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.archive-category-desc {
  margin: 0;
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.7;
}

.archive-subcategories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-left: 20px;
}

@media (max-width: 820px) {
  .archive-subcategories {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}

.archive-tags-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.archive-tag-card {
  padding: 20px;
  border: 1px solid var(--nl-border);
  border-radius: 16px;
  background: #fff;
  transition: all 0.2s ease;
}

.archive-tag-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.archive-tag-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.archive-tag-title a {
  color: #111827;
  text-decoration: none;
}

.archive-tag-title a:hover {
  text-decoration: underline;
}

.archive-tag-meta {
  margin-bottom: 10px;
  color: var(--nl-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.archive-tag-desc {
  margin: 0;
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .archive-tags-grid {
    grid-template-columns: 1fr;
  }
}
.archive-tags-grid + .pagination-wrap {
  margin-top: 24px;
}