/* Blog-only custom styles (loaded conditionally from child theme). */

.lt-blog-archive .lt-blog-header,
.lt-blog-single .entry-header {
  margin-bottom: 20px;
}

.lt-blog-archive .page-title,
.lt-blog-single .entry-title {
  letter-spacing: -0.01em;
}

.lt-blog-archive .post-grid.bb-standard article.post,
.lt-blog-archive .post-grid.bb-grid article.post,
.lt-blog-archive .post-grid.bb-masonry article.post {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.lt-blog-archive .post-inner-wrap {
  padding: 14px;
}

.lt-blog-single .post-meta-wrapper {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

.lt-blog-single .entry-content p {
  line-height: 1.75;
}

.lt-single-post__meta {
  display: flex;
  gap: 12px;
  color: #6b7280;
  font-size: 14px;
  margin-top: 8px;
}

.lt-single-post__media {
  margin: 18px 0 20px;
}

.lt-single-post__content > * + * {
  margin-top: 14px;
}
h1.entry-title {
	color: var(--navy);
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 18px;
	font-weight: 700;
}
article > p:first-of-type em {
	display: block;
	color: var(--muted);
	font-style: normal;
	font-size: 14px;
	margin-bottom: 24px;
}
.lt-single-post__content h2,
.lt-single-post__content h3 {
	font-weight: 700;
}
figure figcaption{ padding:0}
figcaption {
	background: #fafafa; padding:15px; text-align: center; line-height: 1; font-size: 12px;
}
.lt-single-post__media figcaption {
	background: #fafafa; padding:15px; text-align: center; line-height: 1; font-size: 12px;
}
article table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
	font-size: 15px;
}
article thead th {
	background: var(--card);
	color: var(--ink);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .04em;
}
article th, article td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid var(--rule);
	vertical-align: top;
}
