/* Shared single-post article framework. Generated from style-v1.0.58.css. */
/* --- Enhanced Content Styles (Added for Imported Posts) --- */

/* Typography & Spacing */
.entry-content {
  font-size: 1.125rem; /* Slightly larger for better reading */
  line-height: 1.8;
}

.entry-content > * + * {
  margin-top: 1.5em;
}

.entry-content h2 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--border-light);
}

.entry-content h3 {
  margin-top: 2em;
  margin-bottom: 0.75em;
}

/* Links in content */
.entry-content a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  color: var(--primary-color);
}

.entry-content a:hover {
  color: var(--secondary-color);
  background-color: rgba(37, 99, 235, 0.1); /* Subtle highlight on hover */
  border-radius: 2px;
}

/* Tables - Inherit .comparison-table styles */
.entry-content table:not(.comparison-table) {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: var(--background-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: block; /* For responsive scrolling if needed */
  overflow-x: auto;
}

.entry-content table:not(.comparison-table) th,
.entry-content table:not(.comparison-table) td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.entry-content table:not(.comparison-table) th {
  background: var(--background-light);
  font-weight: 600;
  color: var(--text-primary);
}

.entry-content table:not(.comparison-table) tr:hover {
  background: var(--background-light);
}

/* Blockquotes - Inherit .wp-block-quote styles */
.entry-content blockquote:not(.wp-block-quote) {
  border-left: 4px solid var(--primary-color);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--text-secondary);
  background: var(--background-light); /* Added background for better visibility */
  padding: 1.5rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

/* Lists */
.entry-content ul, 
.entry-content ol {
  margin-left: 1rem;
}

.entry-content li {
  margin-bottom: 0.75rem;
}

/* Images */
.entry-content img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.entry-content figure {
  margin: 2rem 0;
}

.entry-content figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}
/* AI companion technology guide (post 194) */
.single-post .rc-tech-guide {
  --rc-ink: #10233f;
  --rc-muted: #56657a;
  --rc-blue: #1769e0;
  --rc-blue-dark: #0d3f91;
  --rc-cyan: #24b5d8;
  --rc-line: #dce6f2;
  --rc-soft: #f4f8fc;
  --rc-green: #17805c;
  --rc-amber: #9a5b00;
  color: var(--rc-ink);
  font-size: 1.05rem;
  line-height: 1.78;
}

.single-post .rc-tech-guide * {
  box-sizing: border-box;
}

.single-post .rc-tech-guide > * + * {
  margin-top: 2rem;
}

.single-post .rc-tech-guide h2,
.single-post .rc-tech-guide h3 {
  color: var(--rc-ink);
  letter-spacing: -0.02em;
}

.single-post .rc-tech-guide h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.2;
}

.single-post .rc-tech-guide h3 {
  margin: 1.6rem 0 0.65rem;
  font-size: 1.22rem;
  line-height: 1.3;
}

.single-post .rc-tech-guide p,
.single-post .rc-tech-guide ul,
.single-post .rc-tech-guide ol,
.single-post .rc-tech-guide dl {
  margin-top: 0;
}

.single-post .rc-tech-guide a {
  color: var(--rc-blue-dark);
  font-weight: 650;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.single-post .rc-tech-guide a:hover {
  color: var(--rc-blue);
}

.single-post .rc-article-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.5rem;
  padding: clamp(1.6rem, 5vw, 3.2rem);
  border: 1px solid #bcd8f7;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 181, 216, 0.22), transparent 38%),
    linear-gradient(145deg, #f4f9ff 0%, #e8f3ff 100%);
  box-shadow: 0 18px 45px rgba(25, 72, 128, 0.12);
}

.single-post .rc-article-hero::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  border: 28px solid rgba(23, 105, 224, 0.08);
  border-radius: 50%;
}

.single-post .rc-article-hero > * {
  position: relative;
  z-index: 1;
}

.single-post .rc-eyebrow {
  margin-bottom: 0.75rem;
  color: var(--rc-blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-post .rc-article-hero h2 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.single-post .rc-lede {
  max-width: 780px;
  color: #304760;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.single-post .rc-hero-summary {
  max-width: 780px;
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--rc-blue);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.8);
}

.single-post .rc-disclosure {
  padding: 1rem 1.2rem;
  border: 1px solid var(--rc-line);
  border-radius: 12px;
  background: #fff;
  color: var(--rc-muted);
  font-size: 0.9rem;
}

.single-post .rc-toc {
  padding: 1.4rem clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--rc-line);
  border-radius: 16px;
  background: var(--rc-soft);
}

.single-post .rc-toc-title {
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.single-post .rc-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 2rem;
  margin-bottom: 0;
  padding-left: 1.4rem;
}

.single-post .rc-toc a {
  font-size: 0.94rem;
  font-weight: 600;
}

.single-post .rc-section {
  scroll-margin-top: 100px;
  padding-top: 1rem;
}

.single-post .rc-section > p {
  max-width: 74ch;
}

.single-post .rc-note {
  margin: 1.5rem 0;
  padding: 1.05rem 1.2rem;
  border-left: 5px solid var(--rc-blue);
  border-radius: 0 12px 12px 0;
  background: #eef6ff;
}

.single-post .rc-note-tip {
  border-left-color: var(--rc-green);
  background: #eefaf5;
}

.single-post .rc-note-warning {
  border-left-color: #e29316;
  background: #fff8e8;
}

.single-post .rc-process {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.single-post .rc-process li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  background: #fff;
}

.single-post .rc-step-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rc-blue), var(--rc-cyan));
  color: #fff;
  font-weight: 800;
}

.single-post .rc-process strong {
  font-size: 1.08rem;
}

.single-post .rc-process p {
  margin: 0.25rem 0 0;
  color: var(--rc-muted);
}

.single-post .rc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.single-post .rc-info-card {
  padding: 1.25rem;
  border: 1px solid var(--rc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 62, 105, 0.07);
}

.single-post .rc-info-card h3 {
  margin-top: 0.5rem;
}

.single-post .rc-info-card p {
  margin-bottom: 0;
  color: var(--rc-muted);
}

.single-post .rc-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #e8f3ff;
  color: var(--rc-blue-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.single-post .rc-layer-stack {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0 2rem;
}

.single-post .rc-layer {
  display: grid;
  grid-template-columns: minmax(145px, 0.35fr) 1fr;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  background: linear-gradient(90deg, #eaf4ff, #f7fbff);
}

.single-post .rc-layer:nth-child(2) { margin-inline: 2%; }
.single-post .rc-layer:nth-child(3) { margin-inline: 4%; }
.single-post .rc-layer:nth-child(4) { margin-inline: 6%; }
.single-post .rc-layer:nth-child(5) { margin-inline: 8%; }

.single-post .rc-layer span {
  color: var(--rc-muted);
}

.single-post .rc-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 62, 105, 0.06);
}

.single-post .rc-comparison-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.single-post .rc-comparison-table th,
.single-post .rc-comparison-table td {
  padding: 0.9rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--rc-line);
  text-align: left;
  vertical-align: top;
}

.single-post .rc-comparison-table thead th {
  background: var(--rc-blue-dark);
  color: #fff;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-post .rc-comparison-table tbody th {
  width: 22%;
  background: #f7faff;
  color: var(--rc-ink);
}

.single-post .rc-comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.single-post .rc-definition-list {
  display: grid;
  gap: 0;
  margin: 1.4rem 0;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  overflow: hidden;
}

.single-post .rc-definition-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--rc-line);
}

.single-post .rc-definition-list div:last-child {
  border-bottom: 0;
}

.single-post .rc-definition-list dt {
  font-weight: 800;
}

.single-post .rc-definition-list dd {
  margin: 0;
  color: var(--rc-muted);
}

.single-post .rc-do-dont-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.single-post .rc-do-card,
.single-post .rc-dont-card {
  padding: 1.3rem;
  border: 1px solid #bfe2d4;
  border-radius: 16px;
  background: #f0fbf6;
}

.single-post .rc-dont-card {
  border-color: #f0d4a7;
  background: #fff9ec;
}

.single-post .rc-do-card h3,
.single-post .rc-dont-card h3 {
  margin-top: 0;
}

.single-post .rc-do-dont-grid ul,
.single-post .rc-checklist {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.single-post .rc-do-dont-grid li,
.single-post .rc-checklist li {
  margin-bottom: 0.55rem;
}

.single-post .rc-checklist {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0;
  padding: 0;
  list-style: none;
}

.single-post .rc-checklist li {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2.75rem;
  border: 1px solid var(--rc-line);
  border-radius: 12px;
  background: #fff;
}

.single-post .rc-checklist li::before {
  content: "âœ“";
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e3f6ee;
  color: var(--rc-green);
  font-weight: 900;
}

.single-post .rc-related-guides {
  margin-top: 1.6rem;
  padding: 1.3rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--rc-blue-dark), #1769e0);
  color: #fff;
}

.single-post .rc-related-guides h3 {
  margin-top: 0;
  color: #fff;
}

.single-post .rc-related-guides > div {
  display: grid;
  gap: 0.65rem;
}

.single-post .rc-related-guides a {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0.9rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

.single-post .rc-related-guides a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.single-post .rc-faq details {
  margin-bottom: 0.75rem;
  border: 1px solid var(--rc-line);
  border-radius: 12px;
  background: #fff;
}

.single-post .rc-faq summary {
  position: relative;
  padding: 1rem 3rem 1rem 1.1rem;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.single-post .rc-faq summary::-webkit-details-marker {
  display: none;
}

.single-post .rc-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  color: var(--rc-blue);
  font-size: 1.5rem;
}

.single-post .rc-faq details[open] summary::after {
  content: "âˆ’";
}

.single-post .rc-faq details p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--rc-muted);
}

.single-post .rc-methodology,
.single-post .rc-sources {
  padding: 1.25rem;
  border: 1px solid var(--rc-line);
  border-radius: 14px;
  background: var(--rc-soft);
}

.single-post .rc-methodology h2,
.single-post .rc-sources h2 {
  font-size: 1.35rem;
}

.single-post .rc-methodology p,
.single-post .rc-sources ul {
  margin-bottom: 0;
  color: var(--rc-muted);
  font-size: 0.92rem;
}

.single-post .rc-sources li + li {
  margin-top: 0.4rem;
}

@media (max-width: 720px) {
  .single-post .rc-tech-guide {
    font-size: 1rem;
  }

  .single-post .rc-toc ol,
  .single-post .rc-card-grid,
  .single-post .rc-do-dont-grid {
    grid-template-columns: 1fr;
  }

  .single-post .rc-layer,
  .single-post .rc-definition-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .single-post .rc-layer:nth-child(n) {
    margin-inline: 0;
  }

  .single-post .rc-article-hero {
    border-radius: 18px;
  }
}

/* Wider reading canvas for individual posts. */
.single-post .content-wrapper {
  width: 100%;
  max-width: 1100px;
}

.single-post .entry-content {
  width: 100%;
}

@media (max-width: 1160px) {
  .single-post .content-wrapper {
    padding-inline: 1rem;
  }
}

/* Balanced process cards; also neutralizes empty paragraphs inserted by wpautop. */
.single-post .rc-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.single-post .rc-process li {
  height: 100%;
}

.single-post .rc-process li > p:empty {
  display: none;
}

.single-post .rc-process li > div {
  min-width: 0;
}

@media (max-width: 720px) {
  .single-post .rc-process {
    grid-template-columns: 1fr;
  }
}

/* Keep WordPress from concatenating published and modified dates in post headers. */
.single-post time.updated{display:none}

/* Author profile card shown at the end of every article. */
.single-post .rc-author-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:27px;align-items:center;margin:46px 0 16px;padding:28px 31px;background:radial-gradient(circle at 93% 9%,rgba(23,128,111,.11),transparent 29%),linear-gradient(135deg,#f1f8f8,#fff 61%,#f2f7fa);border:1px solid #d0e0e3;border-radius:18px;box-shadow:0 12px 34px rgba(24,57,78,.065)}.single-post .rc-author-photo{position:relative;width:150px;height:150px}.single-post .rc-author-photo::after{content:"";position:absolute;inset:-5px;border:2px solid rgba(23,109,136,.2);border-radius:50%;pointer-events:none}.single-post .rc-author-avatar{display:block;width:150px!important;height:150px!important;margin:0!important;object-fit:cover;object-position:center 34%;border:5px solid #fff!important;border-radius:50%!important;box-shadow:0 8px 24px rgba(24,57,78,.16)!important}.single-post .rc-author-label{margin:0 0 5px!important;color:#177565;font-size:.7rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.single-post .rc-author-card h2{margin:0!important;padding:0!important;color:#18394e!important;border:0!important;font-size:1.38rem!important;line-height:1.2}.single-post .rc-author-role{margin:5px 0 12px!important;color:#286477;font-size:.82rem;font-weight:800}.single-post .rc-author-bio{margin:0!important;max-width:88ch!important;color:#586b79;font-size:.85rem;line-height:1.65}.single-post .rc-author-links{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:16px}.single-post .rc-author-links a{color:#176d88;font-size:.77rem;font-weight:850;text-decoration:none}.single-post .rc-author-links a:hover,.single-post .rc-author-links a:focus-visible{text-decoration:underline}.author .avatar{object-fit:cover;object-position:center 34%}
@media(max-width:720px){.single-post .rc-author-card{grid-template-columns:1fr;gap:19px;padding:24px 21px;text-align:center}.single-post .rc-author-photo{width:124px;height:124px;margin:0 auto}.single-post .rc-author-avatar{width:124px!important;height:124px!important}.single-post .rc-author-links{justify-content:center}}
@media print{.single-post .rc-author-card{grid-template-columns:90px minmax(0,1fr);padding:18px;box-shadow:none;break-inside:avoid}.single-post .rc-author-photo,.single-post .rc-author-avatar{width:90px!important;height:90px!important}}

