/* WordPress-only adaptations; original design assets remain unchanged. */
.tektiq-empty {
  padding: 48px 16px;
  color: var(--ink);
  line-height: 1.9;
}
.tektiq-empty .button {
  margin-top: 24px;
}
.tektiq-generic-content {
  padding-block: 64px;
}
.tektiq-pagination {
  flex-wrap: wrap;
}
.tektiq-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 4px 8px;
  border-radius: 32px;
  text-decoration: none;
}
.tektiq-pagination .current {
  background: var(--navy);
  color: white;
}
.tektiq-pagination a:hover {
  background: #eef2ff;
}
.editorial-card__image > img:not(.tektiq-card-brand) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-card__image--brand {
  background: #f8fafc;
}
.editorial-card__image .tektiq-card-brand {
  width: min(75%, 214px);
  height: auto;
}
.tektiq-article-cover {
  aspect-ratio: auto;
}
.tektiq-article-cover > img,
.tektiq-document-cover img {
  display: block;
  width: 100%;
  height: auto;
}
.tektiq-document-cover {
  margin: 24px 0;
}
.tektiq-post-content {
  overflow-wrap: anywhere;
}
.tektiq-post-content > * + * {
  margin-top: 24px;
}
.tektiq-post-content h2 {
  margin-top: 48px;
}
.tektiq-post-content h3 {
  margin-top: 32px;
}
.tektiq-post-content img {
  max-width: 100%;
  height: auto;
}
.tektiq-post-content figure {
  margin-inline: 0;
}
.tektiq-post-content .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
}
.tektiq-post-content table {
  border-collapse: collapse;
  width: 100%;
}
.tektiq-post-content td,
.tektiq-post-content th {
  border: 1px solid #cbd5e1;
  padding: 12px;
  min-width: 100px;
}
.tektiq-post-content figcaption {
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}
.tektiq-post-content blockquote {
  margin-inline: 0;
}
@media (max-width: 600px) {
  .tektiq-post-content h2 {
    margin-top: 36px;
  }
  .tektiq-post-content h3 {
    margin-top: 24px;
  }
  .download-detail__lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.025em;
    line-break: strict;
  }
}
/* The header stays in normal flow; WordPress already offsets the document for its admin bar. */
@media print {
  #wpadminbar {
    display: none;
  }
}
