:where(#single-post) .avatar {
  border-radius: 50% !important;
  border: 2px solid var(--gray-lightest);
}

:where(#single-post) .subscribe-circle {
  margin-top: -75px;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--green);
}

:where(#single-post) .subscribe-outline {
  border: 4px solid var(--gray-lightest);
}

:where(#single-post) .blog-img-height {
	height: 224px;
}

:where(#single-post) .wp-block-table table th,
:where(#single-post) .wp-block-table table td {
  border: 1px solid #dadee0;
  padding: 4px 6px;
  text-align: left;
}


@media (min-width: 640px) {
  :where(#single-post) .subscribe-outline {
    border: 4px solid var(--gray-lightest);
    border-radius: 15px;
  }

  :where(#single-post) .blog-img-height {
	height: 416px;
	}

	:where(#single-post) .wp-block-table table th,
	:where(#single-post) .wp-block-table table td {
	  padding: 12px 16px;
	}
}

@media (min-width: 768px) {
	:where(#single-post) .blog-img-height {
		height: 508px;
	}
}

:where(#single-post) ul,
:where(#single-post) ol {
	padding-left: 32px;
}

:where(#single-post) b,
:where(#single-post) strong {
	font-size: 1em;
	font-weight: 700;
	color: var(--black);
	letter-spacing: 0.1px;
}

:where(#single-post) em,
:where(#single-post) i {
	font-size: 1em;
	font-style: italic;
	color: var(--black);
}

:where(#single-post) p a,
:where(#single-post) li a,
:where(#single-post) td a {
	font-size: 1em;
	font-weight: inherit;
	color: var(--green-darker);
	text-decoration: underline;
	overflow-wrap: break-word;
}

:where(#single-post) p a:hover,
:where(#single-post) li a:hover,
:where(#single-post) a:hover {
	color: var(--black);
}

:where(#single-post) li {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 175%;
}

:where(#single-post) ul li {
	list-style: disc;
}

:where(#single-post) ol li {
	list-style: auto;
}

:where(#single-post) ul li::marker {
	color: var(--black);
	font-size: 1.25em;
}

:where(#single-post) ol li::marker {
	color: var(--black);
	font-size: 1em;
}

:where(#single-post) p {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 175%;
}

:where(#single-post) h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0;
}

:where(#single-post) h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25em;
	margin: 12px 0 4px 0;
	letter-spacing: 0.25px;
	scroll-margin-top: 120px;
}

:where(#single-post) h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25em;
	margin: 12px 0 4px 0;
	letter-spacing: 0.25px;
}

:where(#single-post) h4 {
	font-size: 20px;
	letter-spacing: 0.25px;
}

@media all and (min-width:1024px) {
	:where(#single-post) h1 {
		font-size: 40px;
	}

	:where(#single-post) h2 {
		font-size: 30px;
		scroll-margin-top: 96px;
	}

	:where(#single-post) h3 {
		font-size: 24px;
	}

}

:where(#single-post) .wp-block-separator {
	border-top: 2px solid var(--gray-lighter);
	margin: 16px 0;
}

:where(#single-post) .wp-block-quote {
	border-left: 2px solid var(--gray-lightest);
	padding-left: 24px;
}

:where(#single-post) .wp-block-image img {
	border-radius: 24px;
	margin: 8px 0 16px 0;
}

:where(#single-post) .sidebar-hover:hover {
	background: #F2F3F488;
}

:where(#single-post) #blog p,
:where(#single-post) #blog li {
	color: var(--gray-dark);
}

:where(#single-post) #blog a b,
:where(#single-post) #blog a strong {
	color: var(--green-darker);
}

:where(#single-post) ul.list-dynamic-icon {
    --fa-icon: "\f00c"; /* Default icon (checkmark) */
    --fa-color: #35CF3B;
    --fa-weight: 900;
    padding-left: 8px;
}

:where(#single-post) ul.list-dynamic-icon li {
    padding-left: 12px;
    margin-left: 28px;
    list-style-type: none;
}

:where(#single-post) ul.list-dynamic-icon li::marker {
    font-family: "Font Awesome 6 Pro";
    font-weight: var(--fa-weight);
    content: var(--fa-icon);
    color: var(--fa-color);
}

:where(#single-post) .wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #dadee0;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
}

:where(#single-post) .wp-block-table table thead tr {
  background-color: #f2f3f4;
}

:where(#single-post) .wp-block-table table th:first-child,
:where(#single-post) .wp-block-table table td:first-child {
  border-left: none;
}

:where(#single-post) .wp-block-table table th:last-child,
:where(#single-post) .wp-block-table table td:last-child {
  border-right: none;
}

:where(#single-post) .wp-block-table table tr:first-child th {
  border-top: none;
}

:where(#single-post) .wp-block-table table tr:last-child td {
  border-bottom: none;
}

:where(#single-post) .wp-block-table table td.has-text-align-center {
	text-align: center;
}

:where(#single-post) #toc {
	opacity: 0;
	max-width: 224px;
	top: 78px;
	transition: all 0.3s ease-out;
	pointer-events: none;
}

:where(#single-post) #toc.visible {
	opacity: 1;
	pointer-events: auto;
}

:where(#single-post) .toc-list {
	padding: 0 0 192px 0;
	max-height: 100vh;
	overflow-y: auto;
	overscroll-behavior: contain;
}

:where(#single-post) .toc-list::before {
	content: "";
	position: sticky;
	top: 0;
	display: block;
	height: 32px;
	margin-bottom: -32px;
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transition: opacity 0.2s ease-out;
	pointer-events: none;
	z-index: 1;
}

:where(#single-post) .toc-list.is-scrolled::before {
	opacity: 1;
}

:where(#single-post) .toc-list li {
	font-size: 13px;
	line-height: 1.4;
	list-style: none;
	margin-left: 17px;
	margin-bottom: 0;
	color: #949496;
}

:where(#single-post) .toc-list li::marker {
	content: "––";
	color: #949496;
	font-weight: 300;
}

:where(#single-post) .toc-list li a {
	text-decoration: none;
	color: #949496;
	padding: 8px 0 8px 12px;
	display: block;
}

:where(#single-post) .toc-list li:hover a,
:where(#single-post) .toc-list li.is-active a {
	color: var(--black);
}

:where(#single-post) .toc-list li:hover::marker,
:where(#single-post) .toc-list li.is-active::marker {
	color: var(--black);
	opacity: 1;
}

:where(#single-post) #mobile-toc {
	position: sticky;
	top: 64px;
	z-index: 10;
	margin-bottom: 24px;
	background: #fff;
	border-top: 2px solid var(--gray-lightest);
	border-bottom: 2px solid var(--gray-lightest);
	overflow: hidden;
}

@media (min-width: 1024px) {
	:where(#single-post) #mobile-toc {
		position: static;
		border: 2px solid var(--gray-lightest);
		border-radius: 16px;
	}
}

:where(#single-post) #mobile-toc summary {
	list-style: none;
	padding: 12px 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: var(--black);
}

:where(#single-post) #mobile-toc summary::-webkit-details-marker {
	display: none;
}

:where(#single-post) .mobile-toc-chevron {
	font-size: 12px;
	color: #949496;
	transition: transform 0.2s ease;
}

:where(#single-post) #mobile-toc[open] .mobile-toc-chevron {
	transform: rotate(180deg);
}

:where(#single-post) .mobile-toc-list {
	list-style: none;
	margin: 0;
	padding: 0 16px 12px 16px;
}

:where(#single-post) #mobile-toc.is-pinned .mobile-toc-list {
	max-height: 60vh;
	overflow-y: auto;
	overscroll-behavior: contain;
}

:where(#single-post) .mobile-toc-list li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid var(--gray-lightest);
	font-size: 13px;
	line-height: 1.4;
}

:where(#single-post) .mobile-toc-list li a {
	color: var(--gray-dark);
	text-decoration: none;
	display: block;
}
