.section-title,
.page-header-simple h1 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-bottom: 10px;
}

.page-header-simple {
  margin-bottom: 32px;
}

.page-header-simple p,
.post-meta-line,
.empty-state,
.tool-note {
  color: #526072;
}

.page-header-simple--blog {
  margin-bottom: 28px;
}

.page-header-simple--post {
  margin-bottom: 24px;
}

.bot-results-list,
.blog-list {
  display: grid;
  gap: 24px;
}

.bot-card,
.post-card,
.tool-section,
.single-post-article,
.standard-page-article {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--botcrawl-shadow-soft);
}

.post-card {
  display: grid;
  gap: 18px;
}

.post-card__thumb {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  background: #F3F7FF;
}

.post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.post-card:hover .post-card__thumb img,
.post-card:focus-within .post-card__thumb img {
  transform: scale(1.02);
}

.post-card__body {
  display: grid;
  gap: 12px;
}

.bot-card__title,
.post-card__title {
  font-size: clamp(1.45rem, 2vw, 1.7rem);
  line-height: 1.2;
  margin: 0;
}

.bot-card__title a,
.post-card__title a {
  color: #0F172A;
}

.bot-card__title a:hover,
.post-card__title a:hover {
  color: #014AFF;
  text-decoration: none;
}

.post-card__excerpt {
  color: #526072;
  margin: 0;
}

.post-meta-line,
.bot-card__meta,
.bot-single-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #526072;
  font-size: 14px;
  margin: 0;
}

.post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.post-meta-item--category {
  color: #014AFF;
  font-weight: 600;
}

.post-meta-separator {
  color: #96A1B2;
}

.bot-card__status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.bot-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.status-safe { background: #EAF2FF; color: #014AFF; }
.status-neutral { background: #EEF3FA; color: #526072; }
.status-risky { background: #FFECEC; color: #C62828; }
.status-yes, .status-depends, .status-no { background: #F3F7FF; color: #014AFF; }

.bot-details-grid {
  display: grid;
  gap: 16px;
}

.bot-details-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E8EEF9;
}

.bot-details-row:last-child { border-bottom: 0; padding-bottom: 0; }
.bot-details-row__label { font-weight: 700; }

.bot-single-header {
  margin-bottom: 32px;
}

.bot-single-header h1 {
  font-size: clamp(2.2rem, 3.5vw, 2.8rem);
  margin-bottom: 12px;
}

.code-block {
  padding: 16px;
  border-radius: 14px;
  background: #F3F7FF;
  border: 1px solid #DCE7FF;
  overflow: auto;
}

.tool-section + .tool-section {
  margin-top: 24px;
}

.entry-thumb {
  margin-bottom: 28px;
}

.entry-thumb--single img,
.entry-thumb--page img {
  width: 100%;
}

.single-post-article .entry-content {
  font-size: 1.05rem;
  line-height: 1.75;
}

.single-post-article .entry-content > p:first-child {
  font-size: 1.08rem;
  color: #223045;
}

.widget {
  margin-bottom: 24px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: var(--botcrawl-shadow-soft);
}

.widget:last-child { margin-bottom: 0; }
.widget-title {
  font-size: 1.05rem;
  margin-bottom: 12px;
}
