
.post-image-author {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.post-ft-image {
  width: 100%;
  display: flex;
  height: 330px;
}

.post-ft-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.author-date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 24px 0 40px;
  height: 50px;
}

.author-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-info {
  width: 50px;
}

.author-headshot {
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 50px;
  padding-bottom: calc(100% - 10px);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}

.name-date {
  display: flex;
  align-items: center;
  gap: 20px;
}

.the-author h4.author-name {
  font-size: 18px;
  color: var(--color-primary-dark);
  font-weight: bold;
  padding-bottom: 0;
}

.top-date {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #DEE0E6;
}

.single-post .top-date .entry-date, 
.single-post .top-date .ti-last-updated {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
}

.author-info .author-headshot img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0;
  object-fit: cover;
}

@media (max-width: 768px) {
  .author-date {
    height: fit-content;
  }
  .name-date {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .top-date {
    height: fit-content;
    flex-direction: column;
    align-items: start;
    padding: 0;
    border: 0;
  }
}

/*May 2025 Blog Optimizations*/
@media (max-width: 767px) {
	body.single-post .category-selector {
		display: none;
	}
	body.single-post .mobileCtaHr {
		margin: 0 0 40px 0;
	}
	body.single-post .mobile-cta-wrapper {
		padding: 20px;
	}
	body.single-post .blogCTAScroller {
		margin: 0px !important;
	}
	body.single-post .category-selector-mobile {
		padding: 0 15px;
	}
	body.single-post .blogCTAScroller h4 {
	padding: 0 0 20px 0px !important;
	}
	body.single-post .mobile-toc {
		display: block;
	}	
	body.single-post .blog-category-lists li {
	width: fit-content !important; 
	}
	body.single-post .table-of-contents,
	body.single-post .divider {
		display: none !important;
	}
	body.single-post .category-selector-mobile .blog-category-lists {
		position: unset;
		visibility: visible;
		opacity: 1;
		width: 100%;
		margin: 3px 0 0 0;
		padding: 0 20px 0px 0px;
		display: flex;
		flex-wrap: wrap;
	}
	body.single-post .category-selector-mobile h4 {
		padding-bottom: 20px;
	}
	body.single-post .blog-container-left {
		display: none;
	}
}
@media (min-width: 768px) {
	body.single-post .mobile-toc {
		display: none;
	}	
	body.single-post .mobile-cta-wrapper {
		display: none;
	}
	body.single-post .toc-list li:hover {
		font-weight: 700;
	}
	body.single-post  {
		overflow-x: visible !important;
	}
	html:has(body.single-post) {
		overflow-x: hidden !important;
	}
	/* body.single-post .single-post .post-intro {
		width: 85% !important;
	} */
}
/*body.single-post .two-col {
	display: flex;
	flex-direction: row;
}*/

body.single-post .obx-blog-container {
	display: flex;
	align-items: flex-start;
	/* position: relative !important; */
	/* position: sticky; */
	height: auto;
}
body.single-post .blog-container-left {
	position: sticky !important;
	top: 0;
	height: 100vh;
	width: 30%;
	overflow-y: auto;
}
body.single-post .blog-container-right {
	flex-grow: 1;
	height: 100%;
	width: 70%;
}

body.single-post .toc-wrapper {
	position: sticky;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	/* background: white; */
	z-index: 100;
}

body.single-post .table-of-contents {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 20px;
	height: 100%; 
}
body.single-post .category-selector, .blogCTAScroller {
	margin-top: 20px; 
}
body.single-post .content-area {
	display: flex;
	flex-direction: row;
	width: 100%;
}
body.single-post .post-intro {
	width: 100%;
}

body.single-post .divider {
	width: 1px;
	height: 600px;
	margin: 0 auto;
	background-color: #dee0e6;
	margin-top: 30px;
	display: none;
}
body.single-post .toc-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
body.single-post .toc-list li {
	display: flex;
	align-items: flex-start;
	position: relative;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #134a64;
	padding-left: 28px;
	margin-bottom: 20px;
	font-weight: normal;
}
body.single-post .toc-list li::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #1ac0c6;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 8px;
	transform: translateY(-50%);
}
body.single-post .toc-list li.active {
	font-weight: bold;
	color: #134a64;
}
body.single-post .table-of-contents h4 {
	font-family: "Roboto";
	font-weight: 700;
}
body.single-post .toc-list li.active::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url('https://storage.googleapis.com/images.trinity.one/Specops/SPEC-A-Blog-Optimizations-V1-Jan2025/graphic-element.svg') no-repeat center center;
	background-size: contain;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
}
body.single-post .toc-list li:not(:last-child)::after {
	content: '';
	width: 1px;
	height: calc(100% + 2px);
	background-color: #dee0e6;
	position: absolute;
	left: 9px;
	top: 25px;
}

body.single-post .mobile-toc {
margin: 20px 0;
background-color: #FFFFFF;
padding: 10px;
border: 1px solid #134A64;
border-radius: 5px;
}

body.single-post .mobile-toc h4 {
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
font-family: "Roboto", sans-serif;
font-weight: 500;
margin: 0;
padding: 5px 0;
color: #134A64;
}
body.single-post .mobile-toc .toggle-icon {
display: inline-block;
width: 11px;
height: 6px;
background-image: url('https://storage.googleapis.com/images.trinity.one/Specops/SPEC-A-Blog-Optimizations-V1-Jan2025/arrow-down.svg');
background-size: contain;
background-repeat: no-repeat;
margin-left: 6px;
transition: transform 0.3s ease;
}
body.single-post .mobile-toc h4.active .toggle-icon {
transform: rotate(180deg); 
}
body.single-post .mobile-toc ul.toc-list {
display: none;
list-style: none;
padding: 0;
margin: 10px 0 -10px 0;
}
body.single-post .mobile-toc ul.toc-list.visible {
display: block;
}
body.single-post .toc-list a {
	text-decoration: none !important;
}
body.single-post .blogCTAScroller h4 {
	padding: 0 0 20px 0px;
	color: #FFFFFF;
	font-size: 28px;
}
body.single-post .blogCTAScroller {
	padding: 20px;
	background-color: #134A64;
	margin: 20px 20px 20px 0;
}
body.single-post .site-footer {
	z-index: 5 !important;
}