.elementor-widget-tetebu-post-carousel,
.elementor-widget-tetebu-post-grid,
.elementor-widget-tetebu-post-header,
.elementor-widget-tetebu-article-sidebar,
.elementor-widget-tetebu-related-posts,
.elementor-widget-tetebu-post-carousel > .elementor-widget-container,
.elementor-widget-tetebu-post-grid > .elementor-widget-container,
.elementor-widget-tetebu-post-header > .elementor-widget-container,
.elementor-widget-tetebu-article-sidebar > .elementor-widget-container,
.elementor-widget-tetebu-related-posts > .elementor-widget-container {
	width: 100%;
	min-width: 0;
}

.te-posts-shell,
.te-post-header {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.te-posts-shell {
	container-name: te-posts;
	container-type: inline-size;
	min-width: 0;
}

.te-posts-shell--width-contained {
	width: min(100%, 1120px);
}

.te-posts-shell--width-full {
	width: 100%;
}

.te-posts-shell--width-custom {
	width: min(
		100%,
		var(--te-posts-custom-width, var(--te-posts-custom-width-fallback, 1120px))
	);
}

.te-posts-shell--align-left {
	margin-right: auto;
	margin-left: 0;
}

.te-posts-shell--align-center {
	margin-right: auto;
	margin-left: auto;
}

.te-posts-shell--align-right {
	margin-right: 0;
	margin-left: auto;
}

.te-post-collection {
	--te-post-configured-columns: 3;
	--te-post-columns: var(--te-post-configured-columns);
	--te-post-gap: 24px;
	--te-post-content-gap: 8px;
	--te-post-title-lines: 2;
	--te-post-excerpt-lines: 2;
	--te-post-image-scale: 1.03;
	--te-post-focus: #7f5f24;
	--te-post-title-color: #214b33;
	--te-post-title-interaction-color: var(--te-post-title-color);
	position: relative;
	width: 100%;
	min-width: 0;
}

.te-post-collection *,
.te-post-collection *::before,
.te-post-collection *::after,
.te-post-header *,
.te-post-header *::before,
.te-post-header *::after {
	box-sizing: border-box;
}

.te-post-collection--grid {
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax(
			min(
				100%,
				max(
					250px,
					calc(
						(100% - (var(--te-post-gap) * (var(--te-post-columns) - 1))) /
							var(--te-post-columns)
					)
				)
			),
			1fr
		)
	);
	gap: var(--te-post-gap);
}

.te-post-collection--related {
	display: flex;
	flex-wrap: wrap;
	gap: var(--te-post-gap);
	justify-content: center;
}

.te-post-collection--related .te-post-card {
	flex: 0 1 min(
		100%,
		max(
			250px,
			calc(
				(100% - (var(--te-post-gap) * (var(--te-post-columns) - 1))) /
					var(--te-post-columns)
			)
		)
	);
	width: 100%;
}

.te-post-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #f4efe6;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	isolation: isolate;
}

.te-post-card__media {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eae1d5;
}

.te-post-card--ratio-4-3 .te-post-card__media {
	aspect-ratio: 4 / 3;
}

.te-post-card--ratio-3-2 .te-post-card__media {
	aspect-ratio: 3 / 2;
}

.te-post-card--ratio-16-9 .te-post-card__media {
	aspect-ratio: 16 / 9;
}

.te-post-card--ratio-1-1 .te-post-card__media {
	aspect-ratio: 1;
}

.te-post-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 260ms ease;
}

.te-post-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: var(--te-post-content-gap);
	min-width: 0;
	padding: 18px 18px 20px;
}

.te-post-collection .te-post-card__eyebrow,
.te-post-collection .te-post-card__title,
.te-post-collection .te-post-card__excerpt,
.te-post-collection .te-post-card__meta {
	margin: 0 !important;
}

.te-post-card__eyebrow {
	opacity: 0.78;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.te-post-card__title {
	display: -webkit-box;
	min-height: calc(var(--te-post-title-lines) * 1.3em);
	overflow: hidden;
	color: var(--te-post-title-color);
	font-size: 1.2rem;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--te-post-title-lines);
	line-clamp: var(--te-post-title-lines);
}

.te-post-card__title-link,
.te-post-card__title-link:visited {
	position: static;
	color: var(--te-post-title-color) !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-card__title-link::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	content: "";
}

.te-post-card__title-link::after {
	content: none !important;
}

.te-post-card__title-link:hover,
.te-post-card__title-link:focus,
.te-post-card__title-link:focus-visible,
.te-post-card__title-link:active {
	color: var(--te-post-title-interaction-color) !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-card__excerpt {
	display: -webkit-box;
	min-height: calc(var(--te-post-excerpt-lines) * 1.55em);
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--te-post-excerpt-lines);
	line-clamp: var(--te-post-excerpt-lines);
}

.te-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35em 0.75em;
	opacity: 0.72;
	font-size: 0.78rem;
	line-height: 1.4;
}

.te-post-card__meta > :not(:first-child)::before {
	margin-right: 0.75em;
	content: "·";
}

.te-post-collection .te-post-card__read-more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.45em;
	margin: 8px 0 0 !important;
	color: #7f5f24;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.4;
}

.te-post-card__arrow {
	display: inline-block;
	transition: transform 180ms ease;
}

.te-post-collection--hover .te-post-card:hover .te-post-card__image,
.te-post-collection--hover .te-post-card:focus-within .te-post-card__image {
	transform: scale(var(--te-post-image-scale));
}

.te-post-collection--hover .te-post-card:hover .te-post-card__arrow,
.te-post-collection--hover .te-post-card:focus-within .te-post-card__arrow {
	transform: translateX(4px);
}

.te-post-card:focus-within {
	outline: 3px solid var(--te-post-focus);
	outline-offset: 3px;
}

.te-post-card__title-link:focus-visible {
	outline: 0;
}

.te-post-collection--carousel {
	--te-post-navigation: #7f5f24;
}

.te-post-carousel__viewport {
	overflow: hidden;
}

.te-post-carousel__track {
	display: flex;
	gap: var(--te-post-gap);
	overflow-x: auto;
	padding: 4px;
	cursor: grab;
	scroll-snap-type: x mandatory;
	scrollbar-width: auto;
	-webkit-overflow-scrolling: touch;
}

.te-post-carousel--sparse .te-post-carousel__track {
	justify-content: flex-start;
}

.te-post-carousel--sparse.is-static .te-post-carousel__track {
	justify-content: center;
}

.te-post-carousel[data-swipe="no"] .te-post-carousel__track {
	overflow-x: hidden;
	cursor: default;
	touch-action: pan-y;
}

.te-post-carousel__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

.te-post-carousel__track::-webkit-scrollbar {
	display: block;
	height: 8px;
}

.te-post-carousel.is-ready:not(.te-post-carousel--navigation-hidden) .te-post-carousel__track {
	scrollbar-width: none;
}

.te-post-carousel.is-ready:not(.te-post-carousel--navigation-hidden) .te-post-carousel__track::-webkit-scrollbar {
	display: none;
}

.te-post-collection--carousel .te-post-card {
	flex: 0 0 min(
		100%,
		max(
			250px,
			calc(
				(100% - (var(--te-post-gap) * (var(--te-post-columns) - 1))) /
					var(--te-post-columns)
			)
		)
	);
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.te-post-carousel__navigation {
	display: none;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
	color: var(--te-post-navigation);
}

.te-post-carousel.is-ready .te-post-carousel__navigation {
	display: grid;
}

.te-post-carousel__arrows {
	display: flex;
	gap: 8px;
	justify-self: start;
}

.te-post-carousel__arrow,
.te-post-carousel__autoplay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	color: currentColor !important;
	background: transparent !important;
	border: 1px solid currentColor !important;
	border-radius: 50%;
	box-shadow: none !important;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	text-decoration: none !important;
}

.te-post-carousel__arrow:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.te-post-carousel__position {
	grid-column: 2;
	margin: 0;
	font-size: 0.8rem;
	font-variant-numeric: tabular-nums;
	line-height: 1.3;
}

.te-post-carousel__dots {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: flex-end;
	justify-self: end;
}

.te-post-carousel__dot {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	min-width: 32px;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.te-post-carousel__dot::before {
	width: 9px;
	height: 9px;
	background: transparent;
	border: 1px solid var(--te-post-navigation);
	border-radius: 50%;
	content: "";
}

.te-post-carousel__dot.is-active::before {
	background: var(--te-post-navigation);
}

.te-post-carousel__autoplay {
	grid-column: 4;
	justify-self: end;
	font-size: 0.8rem;
}

.te-post-carousel.is-ready.is-static .te-post-carousel__navigation {
	display: none;
}

.te-post-carousel__view-all-wrap {
	margin: 24px 0 0;
	text-align: center;
}

.te-post-carousel__view-all,
.te-post-carousel__view-all:visited {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	min-height: 44px;
	color: #7f5f24 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-carousel__view-all:hover,
.te-post-carousel__view-all:focus,
.te-post-carousel__view-all:focus-visible,
.te-post-carousel__view-all:active {
	color: inherit !important;
	background: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-carousel__view-all span {
	transition: transform 180ms ease;
}

.te-post-carousel__view-all:hover span,
.te-post-carousel__view-all:focus-visible span {
	transform: translateX(4px);
}

.te-post-carousel :where(button, .te-post-carousel__track):focus-visible,
.te-post-carousel__view-all:focus-visible {
	outline: 3px solid var(--te-post-focus, #7f5f24);
	outline-offset: 3px;
}

.te-post-grid__pagination {
	--te-post-pagination-color: #2d2d2d;
	--te-post-pagination-accent: #b9924c;
	--te-post-pagination-active-color: #2d2d2d;
	--te-post-pagination-focus: #7f5f24;
	margin-top: 40px;
	color: var(--te-post-pagination-color);
}

.te-post-card--coming-soon {
	--te-post-coming-soon-accent: #b9924c;
	--te-post-coming-soon-title: #214b33;
	--te-post-coming-soon-text: #2d2d2d;
	min-height: 100%;
	background: var(--te-post-coming-soon-background, #f4efe6);
	border: 1px dashed var(--te-post-coming-soon-accent);
}

.te-post-card--coming-soon .te-post-card__body {
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: 32px 20px;
	text-align: center;
}

.te-post-card__coming-soon-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 0 8px;
	color: var(--te-post-coming-soon-accent);
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 1;
}

.te-post-collection .te-post-card__coming-soon-title,
.te-post-collection .te-post-card__coming-soon-text {
	margin: 0 !important;
}

.te-post-card__coming-soon-title {
	color: var(--te-post-coming-soon-title);
	font-size: 1.2rem;
	line-height: 1.3;
}

.te-post-card__coming-soon-text {
	color: var(--te-post-coming-soon-text);
	font-size: 0.875rem;
	line-height: 1.55;
}

.te-post-grid__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.te-post-grid__pagination a,
.te-post-grid__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	color: inherit !important;
	background: transparent !important;
	border: 1px solid currentColor;
	border-radius: 4px;
	box-shadow: none !important;
	line-height: 1.2;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-grid__pagination .current {
	color: var(--te-post-pagination-active-color) !important;
	background: var(--te-post-pagination-accent) !important;
	border-color: var(--te-post-pagination-accent);
}

.te-post-grid__pagination a:focus-visible {
	outline: 3px solid var(--te-post-pagination-focus);
	outline-offset: 3px;
}

.te-related-posts__heading {
	margin: 0 0 28px;
	color: #214b33;
	text-align: center;
}

.te-post-header {
	--te-post-header-gap: 14px;
	width: 100%;
	max-width: var(
		--te-post-header-width,
		var(--te-post-header-width-fallback, 1200px)
	);
}

.te-post-header__breadcrumbs {
	margin-bottom: 28px;
	color: #2d2d2d;
	font-size: 0.78rem;
	line-height: 1.4;
}

.te-post-header__breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.te-post-header__breadcrumbs li {
	display: inline-flex;
	gap: 0.45em;
	align-items: center;
	min-width: 0;
}

.te-post-header__breadcrumbs li:not(:last-child)::after {
	opacity: 0.55;
	content: "›";
}

.te-post-header__breadcrumbs li:last-child span {
	display: block;
	overflow: hidden;
	opacity: 0.7;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.te-post-header__breadcrumbs a,
.te-post-header__breadcrumbs a:visited,
.te-post-header__category,
.te-post-header__category:visited {
	color: inherit !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-header__breadcrumbs a:hover,
.te-post-header__breadcrumbs a:focus-visible {
	opacity: 0.72;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-header__category:hover,
.te-post-header__category:focus-visible {
	opacity: 1;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-post-header__intro {
	display: flex;
	flex-direction: column;
	gap: var(--te-post-header-gap);
	width: 100%;
	max-width: var(
		--te-post-header-intro-width,
		var(--te-post-header-intro-width-fallback, 820px)
	);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.te-post-header--align-left .te-post-header__intro {
	--te-post-meta-alignment: flex-start;
	text-align: left;
}

.te-post-header--align-center .te-post-header__intro {
	--te-post-meta-alignment: center;
	text-align: center;
}

.te-post-header--align-right .te-post-header__intro {
	--te-post-meta-alignment: flex-end;
	text-align: right;
}

.te-post-header__category {
	color: #7f5f24 !important;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.te-post-header__title,
.te-post-header__excerpt,
.te-post-header__meta {
	margin: 0;
}

.te-post-header__title {
	color: #214b33;
	font-size: clamp(2.35rem, 6vw, 5rem);
	line-height: 1.05;
	text-wrap: balance;
}

.te-post-header__excerpt {
	font-size: 1.125rem;
	line-height: 1.65;
	text-wrap: pretty;
}

.te-post-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35em 0.8em;
	align-items: center;
	justify-content: var(--te-post-meta-alignment, center);
	opacity: 0.72;
	font-size: 0.8rem;
	line-height: 1.4;
}

.te-post-header__meta > :not(:first-child)::before {
	margin-right: 0.8em;
	content: "·";
}

.te-post-header__media {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	background: #eae1d5;
	border-radius: 6px;
}

.te-post-header--ratio-4-3 .te-post-header__media {
	aspect-ratio: 4 / 3;
}

.te-post-header--ratio-3-2 .te-post-header__media {
	aspect-ratio: 3 / 2;
}

.te-post-header--ratio-16-9 .te-post-header__media {
	aspect-ratio: 16 / 9;
}

.te-post-header--ratio-1-1 .te-post-header__media {
	aspect-ratio: 1;
}

.te-post-header__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.te-post-header--ratio-auto .te-post-header__image {
	height: auto;
}

.te-post-header :where(a):focus-visible {
	outline: 3px solid #7f5f24;
	outline-offset: 3px;
}

.te-article-sidebar {
	--te-article-sidebar-offset: var(--te-article-sidebar-offset-fallback, 112px);
	--te-article-sidebar-gap: 24px;
	--te-article-sidebar-title: #214b33;
	--te-article-sidebar-link: #2d2d2d;
	--te-article-sidebar-active: #7f5f24;
	--te-article-sidebar-rule: #d8cdbe;
	--te-article-sidebar-card: #f4efe6;
	--te-article-sidebar-eyebrow: #7f5f24;
	--te-article-sidebar-cta-title: #214b33;
	--te-article-sidebar-cta-text: #2d2d2d;
	--te-article-sidebar-button: #214b33;
	--te-article-sidebar-button-text: #faf8f3;
	--te-article-sidebar-secondary: #7f5f24;
	--te-article-sidebar-focus: #7f5f24;
	width: 100%;
	min-width: 0;
}

.te-article-sidebar *,
.te-article-sidebar *::before,
.te-article-sidebar *::after {
	box-sizing: border-box;
}

.te-article-sidebar__inner {
	display: flex;
	flex-direction: column;
	gap: var(--te-article-sidebar-gap);
	width: 100%;
	min-width: 0;
	padding: 3px;
}

.te-article-sidebar--sticky .te-article-sidebar__inner {
	position: sticky;
	top: var(--te-article-sidebar-offset);
	max-height: calc(100vh - var(--te-article-sidebar-offset) - 24px);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.te-article-sidebar__toc {
	padding-top: 18px;
	border-top: 1px solid var(--te-article-sidebar-rule);
}

.te-article-sidebar .te-article-sidebar__toc-title,
.te-article-sidebar .te-article-sidebar__cta-title,
.te-article-sidebar .te-article-sidebar__eyebrow,
.te-article-sidebar .te-article-sidebar__cta-text,
.te-article-sidebar .te-article-sidebar__facts {
	margin: 0 !important;
}

.te-article-sidebar__toc-title,
.te-article-sidebar__summary {
	color: var(--te-article-sidebar-title);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.te-article-sidebar__toc-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.te-article-sidebar__toc-link,
.te-article-sidebar__toc-link:visited {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 7px 10px;
	color: var(--te-article-sidebar-link) !important;
	background: transparent !important;
	border: 0 !important;
	border-left: 2px solid transparent !important;
	box-shadow: none !important;
	font-size: 0.875rem;
	line-height: 1.45;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-article-sidebar__toc-link:hover,
.te-article-sidebar__toc-link:focus-visible,
.te-article-sidebar__toc-link[aria-current="location"] {
	color: var(--te-article-sidebar-active) !important;
	border-left-color: var(--te-article-sidebar-active) !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-article-sidebar__toc-mobile {
	display: none;
	margin: 0;
	padding: 0;
	background: #faf8f3;
	border: 1px solid var(--te-article-sidebar-rule);
	border-radius: 4px;
}

.te-article-sidebar__summary {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 12px 14px;
	cursor: pointer;
	list-style: none;
}

.te-article-sidebar__summary::-webkit-details-marker {
	display: none;
}

.te-article-sidebar__summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: var(--te-article-sidebar-active);
	font-size: 1.1rem;
	line-height: 1;
	transition: transform 180ms ease;
}

.te-article-sidebar__toc-mobile[open] .te-article-sidebar__summary-icon {
	transform: rotate(45deg);
}

.te-article-sidebar__toc-mobile nav {
	padding: 0 12px 12px;
}

.te-article-sidebar__toc-mobile .te-article-sidebar__toc-list {
	margin-top: 0;
}

.te-article-sidebar__cta {
	padding: 24px 22px;
	color: var(--te-article-sidebar-cta-text);
	background: var(--te-article-sidebar-card);
	border: 1px solid #e2d8cb;
	border-radius: 6px;
	box-shadow: none;
}

.te-article-sidebar__eyebrow {
	color: var(--te-article-sidebar-eyebrow);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.te-article-sidebar__cta-title {
	margin-top: 8px !important;
	color: var(--te-article-sidebar-cta-title);
	font-size: 1.25rem;
	line-height: 1.3;
}

.te-article-sidebar__cta-text {
	margin-top: 10px !important;
	color: var(--te-article-sidebar-cta-text);
	font-size: 0.9rem;
	line-height: 1.55;
}

.te-article-sidebar__facts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px !important;
	padding: 0;
	color: var(--te-article-sidebar-cta-text);
	font-size: 0.84rem;
	line-height: 1.45;
	list-style: none;
}

.te-article-sidebar__facts li {
	position: relative;
	padding-left: 16px;
}

.te-article-sidebar__facts li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #b9924c;
	content: "•";
}

.te-article-sidebar__primary,
.te-article-sidebar__primary:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 20px;
	padding: 10px 14px;
	color: var(--te-article-sidebar-button-text) !important;
	background: var(--te-article-sidebar-button) !important;
	border: 1px solid var(--te-article-sidebar-button) !important;
	border-radius: 3px;
	box-shadow: none !important;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-article-sidebar__primary:hover,
.te-article-sidebar__primary:focus-visible {
	filter: brightness(0.9);
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-article-sidebar__secondary,
.te-article-sidebar__secondary:visited {
	display: inline-flex;
	gap: 0.45em;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 8px;
	padding: 8px 4px;
	color: var(--te-article-sidebar-secondary) !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.te-article-sidebar__secondary span:last-child {
	transition: transform 180ms ease;
}

.te-article-sidebar__secondary:hover span:last-child,
.te-article-sidebar__secondary:focus-visible span:last-child {
	transform: translateX(4px);
}

.te-article-sidebar :where(a, summary):focus-visible {
	outline: 3px solid var(--te-article-sidebar-focus);
	outline-offset: 1px;
}

.te-article-sidebar__target:focus {
	outline: 3px solid currentcolor !important;
	outline-offset: 6px;
}

.te-article-sidebar [hidden] {
	display: none !important;
}

.te-post-carousel [hidden],
.te-post-collection [hidden] {
	display: none !important;
}

.te-post-collection .screen-reader-text,
.te-post-header .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

@container te-posts (max-width: 1072px) {
	.te-post-collection {
		--te-post-columns: min(var(--te-post-configured-columns), 3) !important;
	}
}

@container te-posts (max-width: 820px) {
	.te-post-collection {
		--te-post-columns: min(var(--te-post-configured-columns), 2) !important;
	}
}

@container te-posts (max-width: 560px) {
	.te-post-collection {
		--te-post-columns: min(var(--te-post-configured-columns), 1) !important;
	}

	.te-post-carousel__navigation {
		grid-template-columns: 1fr auto;
	}

	.te-post-carousel:not(.te-post-carousel--narrow-arrows) .te-post-carousel__arrows {
		display: none;
	}

	.te-post-carousel__position {
		grid-column: 2;
		grid-row: 1;
	}

	.te-post-carousel__dots {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: center;
	}

	.te-post-carousel__autoplay {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}
}

@media (max-width: 767px) {
	.te-article-sidebar--sticky .te-article-sidebar__inner {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.te-article-sidebar__toc--desktop {
		display: none !important;
	}

	.te-article-sidebar__toc-mobile:not([hidden]) {
		display: block;
	}

	.te-post-header__intro {
		--te-post-meta-alignment: flex-start;
		text-align: left;
	}

	.te-post-header__title {
		font-size: clamp(2.1rem, 12vw, 3.4rem);
	}

	.te-post-header__breadcrumbs {
		margin-bottom: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.te-post-collection *,
	.te-post-collection *::before,
	.te-post-collection *::after,
	.te-article-sidebar *,
	.te-article-sidebar *::before,
	.te-article-sidebar *::after,
	.te-post-header *,
	.te-post-header *::before,
	.te-post-header *::after {
		animation-duration: 1ms !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}
}

@media print {
	.te-article-sidebar--sticky .te-article-sidebar__inner {
		position: static;
		max-height: none;
		overflow: visible;
	}
}
