:root {
	--thta-primary-blue: #14628b;
	--thta-accent-red: #c10000;
	--thta-text-900: #111827;
	--thta-text-600: #4b5563;
	--thta-text-500: #6b7280;
	--thta-border-200: #e5e7eb;
	--thta-bg-50: #f9fafb;
}

.thta-protected-entry {
	margin: clamp(1.5rem, 5vw, 3.5rem) auto;
	max-width: 44rem;
	padding: 1rem;
}

.thta-protected-entry__card {
	background:
		radial-gradient(circle at 100% 0%, rgb(20 98 139 / 0.12), transparent 48%),
		linear-gradient(145deg, #fff 0%, #f9fafb 100%);
	border: 1px solid var(--thta-border-200);
	border-radius: 1rem;
	box-shadow: 0 18px 40px -30px rgb(17 24 39 / 0.45);
	padding: clamp(1.25rem, 4vw, 2.5rem);
}

.thta-protected-entry__title {
	color: var(--thta-text-900);
	font-size: clamp(1.625rem, 4vw, 2.25rem);
	line-height: 1.15;
	margin: 0 0 1rem;
}

.thta-protected-entry__form {
	display: grid;
	gap: 0.5rem;
}

.thta-protected-entry__form p:empty {
	display: none;
	margin: 0;
}

.thta-protected-entry__label {
	color: var(--thta-text-900);
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.thta-protected-entry__controls {
	display: grid;
	gap: 0.5rem;
}

.thta-protected-entry__input {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 0.625rem;
	color: var(--thta-text-900);
	font-size: 1rem;
	font-weight: 500;
	min-height: 3rem;
	padding: 0.7rem 0.9rem;
}

.thta-protected-entry__input::placeholder {
	color: var(--thta-text-500);
	opacity: 1;
}

.thta-protected-entry__input:focus {
	border-color: var(--thta-primary-blue);
	box-shadow: 0 0 0 3px rgb(20 98 139 / 0.15);
	outline: none;
}

.thta-protected-entry__submit {
	background: var(--thta-primary-blue);
	border: 1px solid var(--thta-primary-blue);
	border-radius: 0.625rem;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.15rem;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.thta-protected-entry__submit:hover,
.thta-protected-entry__submit:focus {
	background: #0f5071;
	border-color: #0f5071;
	color: #fff;
}

.thta-protected-entry__submit:focus-visible {
	outline: 2px solid #0f5071;
	outline-offset: 2px;
}

.thta-protected-entry__error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 0.625rem;
	color: #b91c1c;
	padding: 0.625rem 0.75rem;
}

.thta-protected-entry__error p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}

.thta-protected-entry__form.password-form-error .thta-protected-entry__input {
	border-color: #dc2626;
}

.thta-header,
.thta-footer,
.thta-footer-disclaimer {
	margin-top: 0;
}

.thta-header .wp-block-group,
.thta-footer .wp-block-group,
.thta-footer-disclaimer .wp-block-group {
	margin-block-end: 0;
	margin-block-start: 0;
}

body {
	--thta-sticky-header-offset: 0px;
}

body.admin-bar {
	--thta-sticky-header-offset: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--thta-sticky-header-offset: 46px;
	}
}

.site-header.wp-block-template-part,
.thta-site-header-template-part.wp-block-template-part {
	background: #fff;
	margin-block: 0;
	overflow: visible;
	position: sticky;
	top: var(--thta-sticky-header-offset);
	transition: background-color 0.35s ease, box-shadow 0.35s ease;
	z-index: 60;
}

.site-header.wp-block-template-part > *,
.thta-site-header-template-part.wp-block-template-part > * {
	margin-block: 0;
}

.site-header.wp-block-template-part.scrolled,
.thta-site-header-template-part.wp-block-template-part.scrolled {
	box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
}

.editor-styles-wrapper .site-header.wp-block-template-part,
.editor-styles-wrapper .thta-site-header-template-part.wp-block-template-part {
	box-shadow: none;
	position: static;
	top: auto;
}

.thta-header {
	--thta-header-row-padding: 0.75rem;
	--thta-header-row-min-height: 5.5rem;
	--thta-logo-height: 3rem;
	background: #fff;
	border-bottom: 1px solid var(--thta-border-200);
	position: relative;
	transition: background-color 0.35s ease, backdrop-filter 0.35s ease;
	z-index: 1;
}

.thta-header.scrolled {
	--thta-header-row-padding: 0.25rem;
	--thta-header-row-min-height: 4.6875rem;
	--thta-logo-height: 2rem;
	backdrop-filter: blur(10px);
	background: rgb(255 255 255 / 0.98);
}

.thta-header-inner {
	margin-inline: auto;
	max-width: none;
	padding-inline: 1rem;
	width: 100%;
}

.thta-header-row {
	align-items: center;
	box-sizing: border-box;
	gap: 1rem;
	justify-content: space-between;
	min-height: var(--thta-header-row-min-height);
	padding-block: var(--thta-header-row-padding);
	transition: min-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding-block 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.thta-header-controls {
	align-items: center;
	box-sizing: border-box;
	column-gap: 0.75rem;
	flex: 1 1 auto;
	justify-content: flex-end;
	margin-left: auto;
	transition: column-gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.thta-site-logo img {
	height: var(--thta-logo-height);
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	width: auto;
}

.thta-site-logo .custom-logo,
.thta-site-logo .custom-logo-link img {
	height: var(--thta-logo-height);
	max-height: var(--thta-logo-height);
	width: auto;
}

.thta-site-logo .custom-logo-link {
	display: inline-flex;
}

.thta-main-navigation {
	font-size: 0.875rem;
	font-weight: 500;
}

.thta-main-navigation .wp-block-navigation__container {
	column-gap: 0.75rem;
}

.thta-main-navigation .wp-block-navigation-item__content {
	color: #374151;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.1;
	padding-block: 0.25rem;
	text-decoration: none;
	transition: color 0.2s ease, padding-block 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.thta-main-navigation .wp-block-navigation-item__content:hover,
.thta-main-navigation .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.thta-main-navigation .wp-block-navigation-item.current-menu-ancestor > .wp-block-navigation-item__content,
.thta-main-navigation .wp-block-navigation-item__content[aria-current="page"],
.thta-main-navigation .wp-block-navigation-item__content.is-current {
	color: var(--thta-primary-blue);
}

.thta-main-navigation .wp-block-navigation__responsive-container-open,
.thta-main-navigation .wp-block-navigation__responsive-container-close {
	border: 1px solid #d1d5db;
	border-radius: 0.375rem;
	padding: 0.35rem;
}

.thta-main-navigation .wp-block-navigation__responsive-container {
	padding: 2rem 1rem;
}

.thta-main-navigation .thta-mobile-menu-logo {
	display: none;
	margin: 0 0 1rem;
	padding-right: 2.5rem;
	width: 100%;
}

.thta-main-navigation .thta-mobile-menu-logo-link {
	display: inline-flex;
	line-height: 0;
	max-width: 9rem;
	text-decoration: none;
}

.thta-main-navigation .thta-mobile-menu-logo-link img {
	display: block;
	height: auto;
	max-height: 2rem;
	max-width: 100%;
	width: auto;
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
	--navigation-layout-justification-setting: flex-start;
	bottom: 0;
	height: 100vh;
	height: 100dvh;
	inset: 0;
	left: 0;
	max-height: 100vh;
	max-height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom))
		max(1rem, env(safe-area-inset-left));
	position: fixed;
	right: 0;
	top: 0;
	-webkit-overflow-scrolling: touch;
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	min-height: 100%;
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	right: max(0.75rem, env(safe-area-inset-right));
	top: max(0.75rem, env(safe-area-inset-top));
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: flex-start;
	min-height: calc(100vh - 2rem);
	min-height: calc(100dvh - (max(1rem, env(safe-area-inset-top)) + max(1rem, env(safe-area-inset-bottom))));
	padding-top: 3.5rem;
	width: 100%;
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .thta-mobile-menu-logo {
	display: block;
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	align-items: flex-start;
	width: 100%;
}

.thta-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-size: 1.125rem;
	padding-block: 0.5rem;
	width: 100%;
}

html.has-modal-open .thta-header.scrolled {
	backdrop-filter: none;
}

.thta-call-wrap {
	display: none;
}

.thta-language-selector,
.thta-auth-controls {
	display: none;
}

.thta-language-selector__list {
	display: flex;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.thta-language-selector__link {
	border: 1px solid var(--thta-border-200);
	border-radius: 0.375rem;
	color: var(--thta-text-600);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.375rem 0.5rem;
	text-transform: uppercase;
	transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.thta-language-selector__link:hover,
.thta-language-selector__link.is-active {
	border-color: var(--thta-primary-blue);
	color: var(--thta-primary-blue);
}

.thta-auth-menu {
	position: relative;
}

.thta-auth-menu summary {
	cursor: pointer;
	list-style: none;
}

.thta-auth-menu summary::-webkit-details-marker {
	display: none;
}

.thta-auth-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	padding: 0;
}

.thta-auth-avatar {
	align-items: center;
	background: var(--thta-primary-blue);
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	width: 2rem;
}

.thta-auth-avatar.is-admin {
	background: var(--thta-accent-red);
}

.thta-auth-dropdown {
	background: #fff;
	border: 1px solid var(--thta-border-200);
	border-radius: 0.5rem;
	box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
	min-width: 12rem;
	padding: 0.5rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.5rem);
}

.thta-auth-meta {
	border-bottom: 1px solid var(--thta-border-200);
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.25rem 0.5rem;
}

.thta-auth-name {
	color: var(--thta-text-900);
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0;
}

.thta-auth-email {
	color: var(--thta-text-500);
	font-size: 0.75rem;
	margin: 0.25rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thta-auth-role {
	background: #f3f4f6;
	border-radius: 0.25rem;
	color: var(--thta-text-600);
	display: inline-block;
	font-size: 0.75rem;
	margin-top: 0.375rem;
	padding: 0.15rem 0.4rem;
}

.thta-auth-role.is-admin {
	background: #fee2e2;
	color: #991b1b;
}

.thta-auth-links {
	display: flex;
	flex-direction: column;
}

.thta-auth-link {
	border-radius: 0.25rem;
	color: var(--thta-text-600);
	font-size: 0.875rem;
	padding: 0.35rem 0.45rem;
}

.thta-auth-link:hover {
	background: #f9fafb;
	color: var(--thta-primary-blue);
}

.thta-auth-link.is-admin {
	color: var(--thta-accent-red);
	font-weight: 600;
}

.thta-auth-link.is-logout {
	color: var(--thta-accent-red);
}

.thta-login-link {
	border: 1px solid var(--thta-primary-blue);
	border-radius: 0.5rem;
	color: var(--thta-primary-blue);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.45rem 0.75rem;
	transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}

.thta-login-link:hover {
	background: #eff6ff;
	color: var(--thta-primary-blue);
}

.thta-call-button .wp-block-button__link {
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	font-weight: 700;
	line-height: 1;
	padding: 0.5rem 0.75rem;
	transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.thta-header.scrolled .thta-header-controls {
	column-gap: 0.5rem;
	height: 70px;
	max-height: 70px;
	min-height: 70px;
}

.thta-header.scrolled .thta-header-row {
	height: 70px;
	max-height: 70px;
	min-height: 70px;
	padding-block: 0;
}

.thta-header.scrolled .thta-main-navigation .wp-block-navigation__container {
	column-gap: 0.5rem;
}

.thta-header.scrolled .thta-main-navigation .wp-block-navigation-item__content {
	font-size: 0.8125rem;
	padding-block: 0.125rem;
}

.thta-header.scrolled .thta-language-selector__link {
	font-size: 0.6875rem;
	padding: 0.25rem 0.4rem;
}

.thta-header.scrolled .thta-auth-avatar {
	font-size: 0.75rem;
	height: 1.75rem;
	width: 1.75rem;
}

.thta-header.scrolled .thta-login-link {
	font-size: 0.8125rem;
	padding: 0.35rem 0.625rem;
}

.thta-header.scrolled .thta-call-button .wp-block-button__link {
	font-size: 0.8125rem;
	padding: 0.35rem 0.625rem;
}

.thta-call-button .wp-block-button__link:hover {
	background-color: #a00000 !important;
	transform: scale(1.05);
}

.thta-back-to-top {
	align-items: center;
	background: linear-gradient(135deg, #14628b 0%, #0f5071 100%);
	border: 0;
	border-radius: 9999px;
	bottom: 0.9rem;
	box-shadow: 0 12px 28px -14px rgb(0 0 0 / 0.45);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 2.7rem;
	justify-content: center;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 0.8rem);
	transition: opacity 0.24s ease, transform 0.24s ease;
	width: 2.7rem;
	z-index: 78;
}

.thta-back-to-top:hover,
.thta-back-to-top:focus-visible {
	background: linear-gradient(135deg, #0f5071 0%, #0b3f57 100%);
	color: #fff;
	outline: none;
}

.thta-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.thta-back-to-top svg {
	height: 1.25rem;
	width: 1.25rem;
}

.thta-footer-disclaimer {
	background: #fff;
	border-top: 1px solid var(--thta-border-200);
}

.thta-footer-disclaimer-inner {
	margin-inline: auto;
	max-width: 80rem;
	padding: 1rem;
}

.thta-footer-disclaimer-inner p {
	color: var(--thta-accent-red);
	font-size: 0.875rem;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.thta-footer {
	background: var(--thta-bg-50);
	border-top: 1px solid var(--thta-border-200);
}

.thta-footer-inner {
	margin-inline: auto;
	max-width: 80rem;
	padding: 2rem 1rem;
}

.thta-footer-grid {
	display: grid;
	gap: 2rem;
}

.thta-footer h3 {
	color: var(--thta-text-900);
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

.thta-footer h4 {
	color: var(--thta-text-900);
	font-size: 0.875rem;
	font-weight: 600;
	margin: 1.5rem 0 0.75rem;
}

.thta-footer p,
.thta-footer li {
	color: var(--thta-text-600);
	font-size: 0.875rem;
}

.thta-footer p {
	margin-top: 0;
}

.thta-footer a {
	color: var(--thta-text-600);
	text-decoration: none;
	transition: color 0.2s ease;
}

.thta-footer a:hover {
	color: var(--thta-primary-blue);
}

.thta-contact-list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.thta-contact-list li {
	margin-bottom: 0.5rem;
}

.thta-contact-label {
	color: var(--thta-primary-blue);
	font-weight: 600;
	margin-right: 0.35rem;
}

.thta-social-links {
	margin-top: 0.5rem;
}

.thta-social-links .wp-social-link {
	transition: transform 0.2s ease;
}

.thta-social-links .wp-social-link:hover {
	transform: scale(1.1);
}

.thta-social-links .wp-social-link a {
	border-radius: 9999px;
}

.thta-social-links .wp-social-link svg {
	height: 1rem;
	width: 1rem;
}

.thta-footer-navigation .wp-block-navigation__container {
	display: grid;
	gap: 0.5rem;
	justify-content: flex-start;
}

.thta-footer-navigation .wp-block-navigation-item__content {
	color: var(--thta-text-600);
	font-size: 0.875rem;
	padding: 0;
}

.thta-footer-popular {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
}

.thta-footer-popular li {
	margin-bottom: 0.25rem;
}

.thta-memberships {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.thta-memberships img {
	height: auto;
	object-fit: contain;
}

.thta-membership-clia img {
	max-height: 4rem;
}

.thta-membership-asta img {
	max-height: 2.75rem;
}

.thta-membership-global img {
	max-height: 3.5rem;
}

.thta-footer-legal {
	border-top: 1px solid var(--thta-border-200);
	color: var(--thta-text-500);
	margin-top: 2rem;
	padding-top: 2rem;
	text-align: center;
	top: 2rem;
	padding-bottom: 2rem;
}

.thta-footer-legal p {
	margin: 0;
}

.thta-footer-keywords {
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

@media (max-width: 650px) {
	.thta-main-navigation.wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open):not(.hidden-by-default) {
		display: none !important;
	}

	.thta-main-navigation.wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex !important;
	}
}

@media (min-width: 651px) {
	.thta-header {
		--thta-header-row-padding: 1rem;
		--thta-header-row-min-height: 6.25rem;
		--thta-logo-height: 4rem;
	}

	.thta-header.scrolled {
		--thta-header-row-padding: 0.25rem;
		--thta-header-row-min-height: 4.6875rem;
		--thta-logo-height: 2.25rem;
	}

	.thta-main-navigation.wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}

	.thta-main-navigation.wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}

	.thta-back-to-top {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.thta-protected-entry__controls {
		align-items: center;
		gap: 0.875rem;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.thta-protected-entry__submit {
		width: auto;
	}

	.thta-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.thta-language-selector,
	.thta-auth-controls {
		align-items: center;
		display: flex;
	}
}

@media (min-width: 1280px) {
	.thta-header-controls {
		column-gap: 1rem;
	}

	.thta-call-wrap {
		display: flex;
	}
}

/* Legal page container template */
body.wp-template-page-container,
body.page-template-page-container {
	background: #f3f4f6;
}

.wp-template-page-container .page-container,
.page-template-page-container .page-container {
	background: transparent;
}

.wp-template-page-container .page-container-shell,
.page-template-page-container .page-container-shell {
	margin-inline: auto;
	max-width: 70rem;
	padding-inline: clamp(0.75rem, 2vw, 1.5rem);
}

.wp-template-page-container .page-container-card,
.page-template-page-container .page-container-card {
	background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
	border: 1px solid #d5dce4;
	border-radius: 0.6rem;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.08);
	padding: clamp(1rem, 2.2vw, 1.85rem);
}

.wp-template-page-container .page-container-title,
.page-template-page-container .page-container-title {
	color: var(--thta-primary-blue);
	font-size: clamp(2rem, 4.1vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin: 0;
}

.wp-template-page-container .page-container-content,
.page-template-page-container .page-container-content {
	color: #374151;
	font-size: 0.95rem;
	line-height: 1.55;
	margin-top: 0.55rem;
}

.wp-template-page-container .page-container-content > :first-child,
.page-template-page-container .page-container-content > :first-child {
	margin-top: 0;
}

.wp-template-page-container .page-container-content > p:first-child,
.page-template-page-container .page-container-content > p:first-child {
	color: #6b7280;
	font-size: 0.82rem;
	font-weight: 600;
	margin-bottom: 0.95rem;
}

.wp-template-page-container .page-container-content p,
.page-template-page-container .page-container-content p {
	margin: 0 0 0.9rem;
}

.wp-template-page-container .page-container-content h2,
.wp-template-page-container .page-container-content h3,
.page-template-page-container .page-container-content h2,
.page-template-page-container .page-container-content h3 {
	color: #1f2937;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 1.45rem 0 0.7rem;
}

.wp-template-page-container .page-container-content h2,
.page-template-page-container .page-container-content h2 {
	font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.wp-template-page-container .page-container-content h3,
.page-template-page-container .page-container-content h3 {
	font-size: clamp(1.15rem, 1.7vw, 1.5rem);
}

.wp-template-page-container .page-container-content ul,
.wp-template-page-container .page-container-content ol,
.page-template-page-container .page-container-content ul,
.page-template-page-container .page-container-content ol {
	margin: 0.4rem 0 1rem 1.1rem;
	padding: 0;
}

.wp-template-page-container .page-container-content li + li,
.page-template-page-container .page-container-content li + li {
	margin-top: 0.35rem;
}

.wp-template-page-container .page-container-content a,
.page-template-page-container .page-container-content a {
	color: var(--thta-primary-blue);
	text-underline-offset: 2px;
}

.wp-template-page-container .page-container-content .has-background,
.page-template-page-container .page-container-content .has-background {
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
}

@media (max-width: 781px) {
	.wp-template-page-container .page-container,
	.page-template-page-container .page-container {
		padding-bottom: 56px !important;
		padding-top: 18px !important;
	}

	.wp-template-page-container .page-container-shell,
	.page-template-page-container .page-container-shell {
		padding-inline: 0.55rem;
	}

	.wp-template-page-container .page-container-card,
	.page-template-page-container .page-container-card {
		border-radius: 0.5rem;
		padding: 0.9rem 0.8rem 1rem;
	}

	.wp-template-page-container .page-container-title,
	.page-template-page-container .page-container-title {
		font-size: clamp(1.75rem, 8vw, 2.1rem);
	}

	.wp-template-page-container .page-container-content,
	.page-template-page-container .page-container-content {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.wp-template-page-container .page-container-content h2,
	.page-template-page-container .page-container-content h2 {
		font-size: clamp(1.3rem, 6vw, 1.6rem);
		margin-top: 1.25rem;
	}
}

/* Blog list + single templates */
.thta-blog-list,
.thta-blog-single {
	background: #f3f4f6;
}

.thta-blog-list .thta-blog-shell,
.thta-blog-single .thta-blog-single-shell {
	margin-inline: auto;
	max-width: 78rem;
}

.thta-blog-hero {
	margin-bottom: 2.25rem;
	text-align: center;
}

.thta-blog-hero-title {
	color: var(--thta-primary-blue);
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin: 0;
}

.thta-blog-hero-subtitle {
	color: #475569;
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	line-height: 1.45;
	margin: 0.85rem auto 0;
	max-width: 46rem;
}

.thta-blog-archive .thta-blog-hero--archive {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
	border: 1px solid #d5dce4;
	border-radius: 1rem;
	padding: 1.35rem 1.1rem 1.4rem;
}

.thta-blog-archive-kicker {
	color: #64748b;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.thta-blog-archive-description {
	margin-top: 0.7rem;
}

.thta-blog-archive-description:empty {
	display: none;
}

.thta-blog-archive-description p {
	margin: 0;
}

.thta-blog-section-heading--archive {
	margin-top: 1.5rem;
}

.thta-blog-featured-section {
	margin-bottom: 2rem;
}

.thta-blog-section-heading {
	align-items: center;
	column-gap: 0.65rem;
	margin-bottom: 1rem;
}

.thta-blog-star-icon {
	color: var(--thta-primary-blue);
	height: 1.5rem;
	width: 1.5rem;
}

.thta-blog-section-title {
	color: #0f172a;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.thta-blog-featured-grid,
.thta-blog-grid {
	display: grid;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.thta-blog-featured-grid {
	grid-template-columns: 1fr;
}

.thta-blog-grid {
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.thta-blog-featured-grid > li,
.thta-blog-grid > li {
	margin: 0;
}

.thta-blog-card {
	background: #fff;
	border: 1px solid #d5dce4;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

/* Prevent WP constrained-layout from shrinking card sections to intrinsic content width. */
.thta-blog-card.is-layout-constrained > .thta-blog-card-media,
.thta-blog-card.is-layout-constrained > .thta-blog-card-body {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100%;
}

.thta-blog-card-media {
	overflow: hidden;
	position: relative;
}

.thta-blog-card-media .wp-block-post-featured-image {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

/* Override global constrained-layout clamp only for the featured-image block. */
.thta-blog-card .thta-blog-card-media.is-layout-constrained > .wp-block-post-featured-image {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.thta-blog-card-media .wp-block-post-featured-image a,
.thta-blog-card-media .wp-block-post-featured-image img {
	display: block;
	width: 100%;
}

.thta-blog-card-media .wp-block-post-featured-image img {
	height: 15rem;
	object-fit: cover !important;
	object-position: center;
	transition: transform 0.45s ease;
}

.thta-blog-card:hover .thta-blog-card-media .wp-block-post-featured-image img,
.thta-blog-card:focus-within .thta-blog-card-media .wp-block-post-featured-image img {
	transform: scale(1.04);
}

.thta-featured-badge {
	background: #f4c20d;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	max-width: calc(100% - 1.5rem);
	padding: 0.45rem 0.72rem;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	width: auto !important;
	z-index: 3;
}

.thta-blog-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.1rem 1.25rem 1.2rem;
}

.thta-blog-pill {
	line-height: 1;
	margin: 0;
}

.thta-blog-pill a {
	background: #e9f2f9;
	border: 1px solid var(--thta-primary-blue);
	border-radius: 0.5rem;
	color: var(--thta-primary-blue);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
}

.thta-blog-pill .wp-block-post-terms__separator,
.thta-blog-pill a:nth-of-type(n + 2) {
	display: none;
}

.thta-blog-card-title {
	font-size: clamp(1.7rem, 2.4vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.16;
	margin: 0.15rem 0 0;
}

.thta-blog-card--default .thta-blog-card-title {
	font-size: clamp(1.15rem, 2vw, 1.95rem);
	line-height: 1.2;
}

.thta-blog-card-title a {
	color: #0f172a;
	text-decoration: none;
}

.thta-blog-card-title a:hover,
.thta-blog-card-title a:focus {
	color: var(--thta-primary-blue);
}

.thta-blog-card-excerpt {
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0;
}

.thta-blog-card--default .thta-blog-card-excerpt {
	font-size: 0.98rem;
}

.thta-blog-card-excerpt p {
	display: -webkit-box;
	line-clamp: 3;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.thta-blog-card-excerpt .wp-block-post-excerpt__more-link {
	display: none;
}

.thta-blog-meta-row {
	align-items: center;
	color: #6b7280;
	column-gap: 0.75rem;
	font-size: 0.96rem;
	line-height: 1.3;
	margin-top: auto;
}

.thta-blog-read-time,
.thta-blog-date {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
	margin: 0;
}

.thta-blog-read-time-value {
	align-items: center;
	display: inline-flex;
	gap: 0.35rem;
}

.thta-blog-inline-icon {
	height: 0.95rem;
	width: 0.95rem;
}

.thta-blog-date::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.92rem;
	width: 0.92rem;
}

.thta-blog-filter-wrap {
	background: #f8fafc;
	border: 1px solid #d5dce4;
	border-radius: 14px;
	display: grid;
	gap: 0.65rem;
	margin-top: 2rem;
	padding: 0.85rem;
}

.thta-blog-archive .thta-blog-filter-wrap {
	margin-top: 1.4rem;
}

.thta-blog-filter-wrap .wp-block-search,
.thta-blog-filter-wrap .wp-block-categories-dropdown {
	margin: 0;
}

.thta-blog-categories > label {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.thta-blog-search .wp-block-search__inside-wrapper,
.thta-blog-categories select {
	background: #fff;
	border: 1px solid #cdd6df;
	border-radius: 0.6rem;
	box-shadow: inset 0 1px 1px rgb(15 23 42 / 0.03);
	min-height: 3rem;
}

.thta-blog-search input,
.thta-blog-categories select {
	color: #1f2937;
	font-size: 1.125rem;
	line-height: 1.25;
}

.thta-blog-search input::placeholder {
	color: #6b7280;
	opacity: 1;
}

.thta-blog-search input:focus,
.thta-blog-categories select:focus {
	outline: 2px solid rgb(20 98 139 / 0.25);
	outline-offset: 2px;
}

.thta-blog-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0.3rem 0 0;
}

.thta-blog-tag-list .wp-block-post-terms__separator {
	display: none;
}

.thta-blog-tag-list a {
	background: #f3f4f6;
	border-radius: 9999px;
	color: #1f2937;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.36rem 0.66rem;
	text-decoration: none;
}

.thta-blog-card-divider {
	border-color: #e5e7eb;
	margin: 0.15rem 0;
}

.thta-blog-card-footer {
	align-items: center;
	column-gap: 1rem;
	margin-top: 0.1rem;
}

.thta-blog-author {
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.2;
	margin: 0;
}

.thta-blog-author::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M5.5 21a6.5 6.5 0 0 1 13 0'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.85rem;
	margin-right: 0.35rem;
	width: 0.85rem;
}

.thta-blog-read-more {
	color: var(--thta-primary-blue);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-decoration: none;
}

.thta-blog-read-more::after {
	content: "\2192";
	display: inline-block;
	margin-left: 0.35rem;
	transition: transform 0.2s ease;
}

.thta-blog-read-more:hover::after,
.thta-blog-read-more:focus::after {
	transform: translateX(2px);
}

.thta-blog-pagination {
	margin-top: 2rem;
}

.thta-blog-pagination .wp-block-query-pagination-numbers {
	display: inline-flex;
	gap: 0.25rem;
}

.thta-blog-pagination a,
.thta-blog-pagination span {
	background: #fff;
	border: 1px solid #d5dce4;
	border-radius: 0.5rem;
	color: #1f2937;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.5rem 0.65rem;
	text-decoration: none;
}

.thta-blog-pagination .current {
	background: var(--thta-primary-blue);
	border-color: var(--thta-primary-blue);
	color: #fff;
}

.thta-blog-single-shell {
	max-width: 66rem;
}

.thta-blog-breadcrumbs {
	color: #475569;
	font-size: 0.94rem;
	margin: 0 0 0.75rem;
}

.thta-blog-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.thta-blog-breadcrumbs li {
	align-items: center;
	display: inline-flex;
	gap: 0.45rem;
	line-height: 1.4;
}

.thta-blog-breadcrumbs li + li::before {
	color: #94a3b8;
	content: ">";
	font-size: 0.85rem;
	margin-right: 0.1rem;
}

.thta-blog-breadcrumbs a {
	color: #475569;
	text-decoration: none;
}

.thta-blog-breadcrumbs a:hover,
.thta-blog-breadcrumbs a:focus {
	color: var(--thta-primary-blue);
}

.thta-blog-back-link {
	align-items: center;
	color: #334155;
	display: inline-flex;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 0.45rem;
	line-height: 1.15;
	margin-bottom: 0.95rem;
	text-decoration: none;
}

.thta-blog-back-link:hover,
.thta-blog-back-link:focus {
	color: var(--thta-primary-blue);
}

.thta-blog-pill--single {
	margin-bottom: 0.7rem;
}

.thta-blog-single-title {
	color: #0f172a;
	font-size: clamp(2.15rem, 5vw, 4.25rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.04;
	margin: 0;
}

.thta-blog-single-excerpt {
	color: #475569;
	font-size: clamp(1.22rem, 2vw, 2rem);
	line-height: 1.35;
	margin: 1rem 0 1.2rem;
}

.thta-blog-single-excerpt .wp-block-post-excerpt__more-link {
	display: none;
}

.thta-blog-single-meta {
	align-items: center;
	column-gap: 1.1rem;
	row-gap: 0.5rem;
}

.thta-blog-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0 1.2rem;
}

.thta-blog-single-tags .wp-block-post-terms__separator {
	display: none;
}

.thta-blog-single-tags a {
	background: #f1f5f9;
	border-radius: 9999px;
	color: #0f172a;
	font-size: 0.93rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.42rem 0.7rem;
	text-decoration: none;
}

.thta-blog-share {
	align-items: center;
	column-gap: 0.65rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.thta-blog-share-label {
	color: #64748b;
	font-size: 1.15rem;
	font-weight: 600;
}

.thta-blog-share-links {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.thta-blog-share-link {
	align-items: center;
	background: #fff;
	border: 1px solid #d5dce4;
	border-radius: 0.5rem;
	color: #0f172a;
	display: inline-flex;
	height: 2.1rem;
	justify-content: center;
	text-decoration: none;
	width: 2.1rem;
}

.thta-blog-share-link:hover,
.thta-blog-share-link:focus {
	border-color: var(--thta-primary-blue);
	color: var(--thta-primary-blue);
}

.thta-blog-share-link svg {
	height: 1rem;
	width: 1rem;
}

.thta-blog-single-image {
	margin: 0 0 1.6rem;
}

.thta-blog-single-image .wp-block-post-featured-image,
.thta-blog-single-image figure {
	margin: 0;
}

.thta-blog-single-image img {
	border-radius: 0.95rem;
	display: block;
	height: auto;
	max-height: 34rem;
	object-fit: cover;
	width: 100%;
}

.thta-blog-single-content-card {
	background: #fff;
	border: 1px solid #d5dce4;
	border-radius: 1rem;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.07);
	margin-bottom: 1.6rem;
	padding: 1.35rem;
}

.thta-blog-single-content-card > *:first-child {
	margin-top: 0;
}

.thta-blog-single-content-card p,
.thta-blog-single-content-card li {
	color: #0f172a;
	font-size: 1.08rem;
	line-height: 1.58;
}

.thta-blog-single-content-card .entry-content > p.intro-paragraph:first-child,
.thta-blog-single-content-card .entry-content > .wp-block-template-part,
.thta-blog-single-content-card .entry-content > .wp-block-template-part + figure.wp-block-image {
	display: none;
}

.thta-blog-single-content-card ul,
.thta-blog-single-content-card ol {
	padding-left: 1.2rem;
}

.thta-blog-cta {
	background: linear-gradient(180deg, #e8f4fb 0%, #e2f0f8 100%);
	border: 1px solid #9ecdf2;
	border-radius: 1rem;
	padding: 1.4rem;
	text-align: center;
}

.thta-blog-cta-title {
	color: var(--thta-primary-blue);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.thta-blog-cta-text {
	color: #475569;
	font-size: clamp(1rem, 1.6vw, 1.32rem);
	line-height: 1.45;
	margin: 0.8rem auto 1.15rem;
	max-width: 42rem;
}

.thta-blog-cta-buttons {
	gap: 0.7rem;
}

.thta-blog-cta-button .wp-element-button {
	border: 1px solid transparent;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	min-width: 10.75rem;
	padding: 0.78rem 1rem;
	text-decoration: none;
}

.thta-blog-cta-button--call .wp-element-button {
	background: #c10000;
	color: #fff;
}

.thta-blog-cta-button--call .wp-element-button:hover,
.thta-blog-cta-button--call .wp-element-button:focus {
	background: #a00000;
	color: #fff;
}

.thta-blog-cta-button--primary .wp-element-button {
	background: var(--thta-primary-blue);
	color: #fff;
}

.thta-blog-cta-button--primary .wp-element-button:hover,
.thta-blog-cta-button--primary .wp-element-button:focus {
	background: #0f5071;
	color: #fff;
}

.thta-blog-cta-button--secondary .wp-element-button {
	background: #fff;
	border-color: var(--thta-primary-blue);
	color: var(--thta-primary-blue);
}

.thta-blog-cta-button--secondary .wp-element-button:hover,
.thta-blog-cta-button--secondary .wp-element-button:focus {
	background: #f0f7fc;
	color: #0f5071;
}

.thta-blog-read-more:focus,
.thta-blog-back-link:focus,
.thta-blog-share-link:focus,
.thta-blog-card-title a:focus,
.thta-blog-pill a:focus,
.thta-blog-single-tags a:focus {
	outline: 2px solid var(--thta-primary-blue);
	outline-offset: 2px;
}

@media (min-width: 700px) {
	.thta-blog-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.thta-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.thta-blog-filter-wrap {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) 15rem;
	}

	.thta-blog-single-content-card {
		padding: 1.65rem;
	}

	.thta-blog-cta {
		padding: 2rem 1.5rem;
	}
}

@media (min-width: 1080px) {
	.thta-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.thta-blog-card-media .wp-block-post-featured-image img {
		height: 13.8rem;
	}

	.thta-blog-single-shell {
		max-width: 74rem;
	}
}
