.site-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.site-description {
  margin: 4px 0 0;
  color: var(--muted-color);
}
.entry-card,
.entry-single,
.entry-page,
.c-related,
.site-sidebar .widget,
.front-intro,
.front-latest {
  border: 1px solid var(--border-color);
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.c-breadcrumb ol,
.c-related__list,
.search-results,
.archive-list,
.front-latest__list {
  margin: 0;
}
.c-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.c-post-nav > div {
  border: 1px solid var(--border-color);
  padding: 14px;
  background: var(--bg-soft);
}
.c-post-nav__next {
  text-align: right;
}
.c-post-nav--only-next .c-post-nav__next {
  grid-column: 2;
}
@media (max-width: 640px) {
  .c-post-nav {
    grid-template-columns: 1fr;
  }
  .c-post-nav__next {
    text-align: left;
  }
  .c-post-nav--only-next .c-post-nav__next {
    grid-column: auto;
  }
}


.c-article-cta {
  margin: 32px 0 0;
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.c-article-cta__title {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.5;
}
.c-article-cta__lead {
  margin: 0;
  color: var(--text-color);
  line-height: 1.8;
}
.c-article-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.c-article-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 220px;
  width: 100%;
  min-width: 180px;
  max-width: 320px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
}
.c-article-cta__button--primary {
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
}
.c-article-cta__button--secondary {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}
.c-article-cta__button:hover {
  text-decoration: none;
  opacity: 0.92;
}
.c-article-cta__note {
  margin: 12px 0 0;
  color: var(--muted-color);
  font-size: 0.92rem;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .c-article-cta {
    padding: 20px;
  }
  .c-article-cta__actions {
    flex-direction: column;
  }
  .c-article-cta__button {
    width: 100%;
  }
}


.c-footer-profile {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #fff;
}
.c-footer-profile__badge {
  margin: 0 0 8px;
  color: var(--muted-color);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-footer-profile__title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.c-footer-profile__lead {
  margin: 0;
  line-height: 1.8;
}
.c-footer-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.c-footer-profile__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 320px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
}
.c-footer-profile__button--primary {
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
}
.c-footer-profile__button--secondary {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}
.c-footer-profile__button:hover {
  text-decoration: none;
  opacity: 0.92;
}
.c-footer-profile__note {
  margin: 12px 0 0;
  color: var(--muted-color);
  font-size: 0.92rem;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .c-footer-profile__actions {
    flex-direction: column;
  }
  .c-footer-profile__button {
    width: 100%;
    max-width: none;
  }
}


.c-operator-hub {
  margin: 0;
}
.c-operator-hub__badge {
  margin: 0 0 8px;
  color: var(--muted-color);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-operator-hub__title {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-operator-hub__lead {
  margin: 0;
  line-height: 1.9;
}
.c-operator-hub__note {
  margin: 12px 0 0;
  color: var(--muted-color);
  font-size: 0.92rem;
  line-height: 1.7;
}
.c-operator-hub__section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}
.c-operator-hub__section-title {
  margin: 0 0 12px;
  font-size: 1.02rem;
  line-height: 1.5;
}
.c-operator-hub__actions,
.c-operator-hub__site-list {
  display: grid;
  gap: 12px;
}
.c-operator-hub__actions {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.c-operator-hub__button,
.c-operator-hub__site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 600;
}
.c-operator-hub__button--primary {
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
}
.c-operator-hub__button--secondary,
.c-operator-hub__site-link {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}
.c-operator-hub__button:hover,
.c-operator-hub__site-link:hover {
  text-decoration: none;
  opacity: 0.92;
}
.c-operator-hub__site-card {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: var(--bg-soft);
  padding: 16px;
}
.c-operator-hub__site-name {
  margin: 0 0 8px;
  font-size: 1rem;
}
.c-operator-hub__site-description {
  margin: 0 0 12px;
  color: var(--muted-color);
  line-height: 1.8;
}
@media (max-width: 640px) {
  .c-operator-hub__actions {
    grid-template-columns: 1fr;
  }
}


.is-captim-comment-feed-404 .site-main {
  max-width: 760px;
}
.is-captim-comment-feed-404 .comments-area,
.is-captim-comment-feed-404 .comment-respond,
.is-captim-comment-feed-404 .comment-list,
.is-captim-comment-feed-404 #comments,
.is-captim-comment-feed-404 .wp-block-post-comments,
.is-captim-comment-feed-404 .wp-block-comment-template,
.is-captim-comment-feed-404 .wp-block-comments-title,
.is-captim-comment-feed-404 .wp-block-post-comments-form {
  display: none !important;
}
