﻿:root {
	--ts-navy-950: #0D2A33;
	--ts-navy-900: #0D2A33;
	--ts-navy-800: #14454F;
	--ts-blue-700: #0F3D4A;
	--ts-blue-600: #14454F;
	--ts-teal-700: #1F7A5C;
	--ts-teal-600: #2F8B6C;
	--ts-red-700: #C0512F;
	--ts-bg: #F6F3EC;
	--ts-bg-soft: #EEEAE0;
	--ts-surface: #ffffff;
	--ts-text: #0D2A33;
	--ts-muted: #4A5A5F;
	--ts-line: #DED8CB;
	--ts-line-strong: #C9C1B0;
	--ts-focus: #C0512F;
	--ts-shadow: 0 18px 48px rgba(13, 42, 51, 0.08);
	--ts-shadow-soft: 0 8px 22px rgba(13, 42, 51, 0.06);
	--ts-radius: 8px;
	--ts-container: 1240px;
	--ts-font-family: "Readex Pro", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body.tameensa-site {
	margin: 0;
	background: var(--ts-bg);
	color: var(--ts-text);
	direction: rtl;
	font-family: var(--ts-font-family);
	font-size: 16px;
	line-height: 1.85;
	text-align: start;
	text-rendering: optimizeLegibility;
}

body.tameensa-site :where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote) {
	margin-block-start: 0;
}

body.tameensa-site :where(h1, h2, h3, h4, h5, h6) {
	color: var(--ts-navy-950);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	text-wrap: balance;
}

body.tameensa-site :where(p, li) {
	color: var(--ts-text);
}

body.tameensa-site :where(a) {
	color: var(--ts-blue-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.tameensa-site :where(a:hover, a:focus-visible) {
	color: var(--ts-teal-700);
}

body.tameensa-site :where(img, svg, video) {
	display: block;
	max-inline-size: 100%;
}

body.tameensa-site :where(button, input, textarea, select) {
	font: inherit;
}

body.tameensa-site :where(:focus-visible) {
	outline: 3px solid color-mix(in srgb, var(--ts-focus), transparent 35%);
	outline-offset: 3px;
}

.tameensa-site-shell {
	min-block-size: 100vh;
	background:
		radial-gradient(circle at 0 25%, rgba(15, 95, 153, 0.05), transparent 26rem),
		linear-gradient(180deg, #ffffff 0, var(--ts-bg) 14rem, var(--ts-bg) 100%);
}

.tameensa-container,
.tbr-container {
	inline-size: min(var(--ts-container), calc(100% - 48px));
	max-inline-size: var(--ts-container);
	margin-inline: auto;
}

.tameensa-main,
.tbr-main {
	padding-block: 28px 72px;
}

.screen-reader-text {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.tameensa-skip-link {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-start: 10px;
	z-index: 1000;
	padding: 10px 14px;
	background: var(--ts-navy-950);
	border-radius: var(--ts-radius);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	transform: translateY(-150%);
	transition: transform 0.16s ease;
}

.tameensa-skip-link:focus {
	transform: translateY(0);
}

.tameensa-reading-progress {
	position: sticky;
	top: 0;
	z-index: 70;
	block-size: 3px;
	background: transparent;
}

.tameensa-reading-progress span {
	display: block;
	inline-size: 0;
	block-size: 100%;
	background: var(--ts-teal-600);
	transition: inline-size 0.12s ease;
}

.tameensa-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, 0.97);
	border-block-end: 1px solid var(--ts-line);
	backdrop-filter: blur(14px);
	box-shadow: 0 6px 18px rgba(7, 26, 53, 0.04);
}

.tameensa-header__inner,
.tbr-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	min-block-size: 76px;
	padding-block: 10px;
}

.tameensa-brand,
.tbr-brand {
	display: inline-grid;
	grid-template-columns: 52px minmax(130px, auto);
	align-items: center;
	gap: 12px;
	min-inline-size: 0;
	color: var(--ts-navy-950);
	text-decoration: none;
}

.tameensa-brand__mark,
.tbr-brand__mark {
	display: grid;
	place-items: center;
	inline-size: 52px;
	block-size: 52px;
	background: #eef9fd;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	color: var(--ts-blue-700);
}

.tameensa-brand__mark svg,
.tbr-brand__mark svg,
.tameensa-brand__mark img,
.tbr-brand__mark img {
	inline-size: 36px;
	block-size: 36px;
	object-fit: contain;
}

.tameensa-brand__text,
.tbr-brand__text {
	display: grid;
	gap: 1px;
	min-inline-size: 0;
}

.tameensa-brand__name,
.tbr-brand__text strong {
	overflow: hidden;
	color: var(--ts-navy-950);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tameensa-brand__tagline,
.tbr-brand__text span {
	overflow: hidden;
	color: #2f4a64;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tameensa-nav {
	min-inline-size: 0;
}

.tameensa-nav__list,
.tameensa-nav ul,
.tbr-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tameensa-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tameensa-nav a,
.tbr-nav a,
.tameensa-header__search,
.tameensa-menu-toggle,
.tbr-header__search,
.tbr-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-block-size: 42px;
	padding: 8px 13px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--ts-navy-800);
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.tameensa-nav a:hover,
.tameensa-nav a:focus-visible,
.tameensa-nav .current-menu-item > a,
.tameensa-header__search:hover,
.tameensa-menu-toggle:hover {
	background: #eaf8fc;
	border-color: #d5edf5;
	color: var(--ts-blue-700);
}

.tameensa-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.tameensa-header__search {
	background: var(--ts-navy-950);
	border-color: var(--ts-navy-950);
	color: #fff;
}

.tameensa-header__search:hover,
.tameensa-header__search:focus-visible {
	background: var(--ts-navy-800);
	color: #fff;
}

.tameensa-header__search svg,
.tameensa-menu-toggle svg {
	inline-size: 18px;
	block-size: 18px;
}

.tameensa-menu-toggle {
	background: var(--ts-blue-700);
	border-color: var(--ts-blue-700);
	color: #fff;
	cursor: pointer;
}

.tameensa-menu-toggle:hover,
.tameensa-menu-toggle:focus-visible {
	background: var(--ts-navy-800);
	border-color: var(--ts-navy-800);
	color: #fff;
}

.tameensa-menu-toggle__icon {
	position: relative;
	display: inline-block;
	inline-size: 18px;
	block-size: 2px;
	background: currentColor;
	border-radius: 2px;
}

.tameensa-menu-toggle__icon::before,
.tameensa-menu-toggle__icon::after {
	position: absolute;
	inset-inline: 0;
	block-size: 2px;
	background: currentColor;
	border-radius: 2px;
	content: "";
}

.tameensa-menu-toggle__icon::before {
	inset-block-start: -6px;
}

.tameensa-menu-toggle__icon::after {
	inset-block-start: 6px;
}

.tameensa-kicker {
	margin-block-end: 8px;
	color: var(--ts-blue-700);
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0;
}

.tameensa-button,
.tbr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-block-size: 44px;
	padding: 10px 16px;
	background: var(--ts-blue-700);
	border: 1px solid var(--ts-blue-700);
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
}

.tameensa-button:hover,
.tameensa-button:focus-visible {
	background: var(--ts-navy-800);
	border-color: var(--ts-navy-800);
	color: #fff;
}

.tameensa-button--ghost {
	background: #ffffff;
	border-color: var(--ts-line);
	color: var(--ts-blue-700);
}

.tameensa-button--ghost:hover,
.tameensa-button--ghost:focus-visible {
	background: #eef9fd;
	color: var(--ts-navy-800);
}

.tameensa-breadcrumb {
	margin-block: 0 22px;
	color: var(--ts-muted);
	font-size: 0.92rem;
}

.tameensa-breadcrumb ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tameensa-breadcrumb li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ts-muted);
}

.tameensa-breadcrumb li + li::before {
	color: #90a4b7;
	content: "/";
}

.tameensa-breadcrumb a {
	color: var(--ts-blue-700);
	font-weight: 700;
	text-decoration: none;
}

.tameensa-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	inline-size: min(100%, 760px);
	padding: 10px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	box-shadow: var(--ts-shadow-soft);
}

.tameensa-search input[type="search"],
.tameensa-search input[type="text"] {
	inline-size: 100%;
	min-block-size: 46px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	color: var(--ts-text);
	font-size: 1rem;
	text-align: start;
}

.tameensa-search button {
	min-block-size: 46px;
	padding: 10px 18px;
	background: var(--ts-blue-700);
	border: 1px solid var(--ts-blue-700);
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.tameensa-search svg,
.tameensa-search .tameensa-icon {
	inline-size: 18px;
	block-size: 18px;
	flex: 0 0 auto;
}

.tameensa-search__message {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--ts-red-700);
	font-size: 0.9rem;
	font-weight: 700;
}

.tameensa-page-hero,
.tameensa-archive-hero,
.tameensa-reference-hero {
	position: relative;
	overflow: hidden;
	margin-block-end: 26px;
	padding: clamp(28px, 4vw, 54px);
	background: var(--ts-surface);
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	box-shadow: var(--ts-shadow-soft);
	text-align: start;
}

.tameensa-page-hero--home {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	align-items: center;
	gap: clamp(24px, 4vw, 48px);
	background:
		linear-gradient(135deg, rgba(7, 26, 53, 0.96), rgba(15, 95, 153, 0.94)),
		var(--ts-navy-950);
	color: #fff;
}

.tameensa-page-hero--home::after {
	position: absolute;
	inset-block: 0;
	inset-inline-end: 0;
	inline-size: 32%;
	background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 8px, transparent 8px 16px);
	content: "";
	pointer-events: none;
}

.tameensa-page-hero--home > * {
	position: relative;
	z-index: 1;
}

.tameensa-page-hero--home .tameensa-kicker {
	color: #7de5f3;
}

.tameensa-page-hero h1,
.tameensa-archive-hero h1,
.tameensa-reference-hero h1 {
	max-inline-size: 18ch;
	margin-block-end: 12px;
	font-size: clamp(2rem, 3.4vw, 2.75rem);
}

.tameensa-page-hero--home h1 {
	font-size: clamp(2.15rem, 4vw, 3rem);
}

.tameensa-page-hero--home h1,
.tameensa-page-hero--home .tameensa-hero__lead {
	color: #fff;
}

.tameensa-hero__lead,
.tameensa-page-hero > p:not(.tameensa-kicker),
.tameensa-archive-hero > p:not(.tameensa-kicker) {
	max-inline-size: 780px;
	margin-block-end: 22px;
	color: var(--ts-muted);
	font-size: 1.08rem;
	line-height: 1.9;
}

.tameensa-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block-start: 16px;
}

.tameensa-hero__panel {
	display: grid;
	gap: 12px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
}

.tameensa-hero__panel div {
	padding: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
}

.tameensa-hero__panel strong,
.tameensa-hero__panel span {
	display: block;
	color: #fff;
}

.tameensa-hero__panel strong {
	margin-block-end: 4px;
	font-size: 1rem;
	font-weight: 800;
}

.tameensa-home-section {
	margin-block: 26px;
	padding: clamp(24px, 3vw, 34px);
	background: var(--ts-surface);
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	box-shadow: var(--ts-shadow-soft);
}

.tameensa-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-block-end: 22px;
	padding-block-end: 16px;
	border-block-end: 1px solid var(--ts-line);
}

.tameensa-section-heading h2 {
	margin-block-end: 6px;
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.tameensa-section-heading p:not(.tameensa-kicker) {
	max-inline-size: 760px;
	margin-block-end: 0;
	color: var(--ts-muted);
	font-size: 0.98rem;
}

.tameensa-section-heading > a {
	display: inline-flex;
	align-items: center;
	min-block-size: 38px;
	padding: 8px 13px;
	border: 1px solid var(--ts-line);
	border-radius: 999px;
	color: var(--ts-blue-700);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.tameensa-quick-actions,
.tameensa-card-grid,
.tameensa-static-grid,
.tameensa-pathway-grid,
.tameensa-tool-grid,
.tameensa-link-grid,
.tameensa-facts-grid,
.tameensa-guidance-grid,
.tameensa-callout-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: 16px;
}

.tameensa-quick-actions a,
.tameensa-card,
.tameensa-static-card,
.tameensa-pathway-grid a,
.tameensa-link-grid a,
.tameensa-fact-card,
.tameensa-guidance-grid article,
.tameensa-callout-grid article {
	position: relative;
	display: grid;
	align-content: start;
	gap: 10px;
	min-block-size: 150px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(7, 26, 53, 0.04);
	color: var(--ts-text);
	text-align: start;
	text-decoration: none;
}

.tameensa-card--clickable,
.tameensa-quick-actions a {
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.tameensa-card--clickable:hover,
.tameensa-card--clickable:focus-within,
.tameensa-quick-actions a:hover,
.tameensa-quick-actions a:focus-visible {
	border-color: var(--ts-blue-600);
	box-shadow: var(--ts-shadow);
	transform: translateY(-2px);
}

.tameensa-quick-actions svg,
.tameensa-static-card svg,
.tameensa-fact-card svg {
	display: grid;
	place-items: center;
	inline-size: 42px;
	block-size: 42px;
	background: #eef9fd;
	border: 1px solid #d8f2f9;
	border-radius: 8px;
	color: var(--ts-blue-700);
}

.tameensa-quick-actions svg,
.tameensa-static-card > svg {
	inline-size: 22px;
	block-size: 22px;
}



.tameensa-card__body {
	display: grid;
	gap: 8px;
	min-inline-size: 0;
}

.tameensa-card__title,
.tameensa-card h3,
.tameensa-static-card h2,
.tameensa-pathway-grid h2 {
	margin-block-end: 0;
	color: var(--ts-navy-800);
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	line-height: 1.45;
}

.tameensa-card__title a {
	color: inherit;
	text-decoration: none;
}

.tameensa-card__summary,
.tameensa-card p,
.tameensa-static-card p,
.tameensa-quick-actions span {
	margin-block-end: 0;
	color: var(--ts-muted);
	font-size: 0.95rem;
	line-height: 1.75;
}

.tameensa-card__cue {
	align-self: end;
	justify-self: end;
	color: var(--ts-blue-700);
}

.tameensa-card__meta {
	margin-block-end: 0;
	color: var(--ts-muted);
	font-size: 0.86rem;
}

/* Runtime Bricks recovery layer */
.tbr-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, 0.97);
	border-block-end: 1px solid var(--ts-line);
	backdrop-filter: blur(14px);
	box-shadow: 0 6px 18px rgba(7, 26, 53, 0.04);
}

.tbr-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	min-block-size: 76px;
	padding-block: 10px;
}

.tbr-nav {
	min-inline-size: 0;
}

.tbr-main {
	padding-block: 28px 72px;
}

.tbr-hero,
.tbr-section,
.tbr-summary-card,
.tbr-article > .tbr-content,
.tbr-related,
.tbr-empty {
	margin-block-end: 26px;
	padding: clamp(24px, 3vw, 34px);
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	box-shadow: var(--ts-shadow-soft);
	text-align: start;
}

.tbr-hero--home {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	gap: clamp(22px, 4vw, 44px);
}

.tbr-hero h1 {
	max-inline-size: 20ch;
	margin-block-end: 12px;
	font-size: clamp(2rem, 3.4vw, 2.75rem);
}

.tbr-hero p:not(.tbr-kicker) {
	max-inline-size: 820px;
	margin-block-end: 18px;
	color: var(--ts-muted);
	font-size: 1.04rem;
	line-height: 1.9;
}

.tbr-kicker {
	margin-block-end: 8px;
	color: var(--ts-blue-700);
	font-size: 0.84rem;
	font-weight: 800;
}

.tbr-kicker--site-identity {
	color: var(--ts-teal-700);
}

.tbr-home-search {
	margin-block-start: 18px;
}

.tbr-home-paths {
	display: grid;
	gap: 12px;
}

.tbr-home-path,
.tbr-action,
.tbr-card__link,
.tbr-related__list a {
	display: grid;
	align-content: start;
	gap: 8px;
	min-block-size: 132px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	color: var(--ts-text);
	text-align: start;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(7, 26, 53, 0.04);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.tbr-home-path:hover,
.tbr-home-path:focus-visible,
.tbr-action:hover,
.tbr-action:focus-visible,
.tbr-card__link:hover,
.tbr-card__link:focus-visible,
.tbr-related__list a:hover,
.tbr-related__list a:focus-visible {
	border-color: var(--ts-blue-600);
	box-shadow: var(--ts-shadow);
	transform: translateY(-2px);
}

.tbr-home-path h3,
.tbr-action strong,
.tbr-card h3,
.tbr-related__list a {
	margin: 0;
	color: var(--ts-navy-800);
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	font-weight: 800;
	line-height: 1.45;
}

.tbr-home-path p,
.tbr-action span,
.tbr-card__excerpt {
	margin: 0;
	color: var(--ts-muted);
	font-size: 0.95rem;
	line-height: 1.75;
}

.tbr-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-block-end: 22px;
	padding-block-end: 16px;
	border-block-end: 1px solid var(--ts-line);
}

.tbr-section__head h2,
.tbr-section > h2,
.tbr-related > h2,
.tbr-content h2 {
	margin-block-end: 6px;
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.tbr-section__head p:not(.tbr-kicker) {
	max-inline-size: 760px;
	margin: 0;
	color: var(--ts-muted);
}

.tbr-text-link {
	background: #fff;
	border-color: var(--ts-line);
	color: var(--ts-blue-700);
}

.tbr-grid,
.tbr-grid--compact,
.tbr-grid--four,
.tbr-grid--archive,
.tbr-facts,
.tbr-related__list,
.tbr-link-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: 16px;
}

.tbr-grid--archive {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tbr-card {
	min-inline-size: 0;
}

.tbr-card__type {
	color: var(--ts-teal-700);
	font-size: 0.8rem;
	font-weight: 800;
}

.tbr-card__cta {
	align-self: end;
	justify-self: start;
	color: var(--ts-blue-700);
	font-size: 0.86rem;
	font-weight: 800;
}

.tbr-link-strip a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 42px;
	padding: 9px 13px;
	background: #eef9fd;
	border: 1px solid #d8f2f9;
	border-radius: 8px;
	color: var(--ts-blue-700);
	font-weight: 800;
	text-decoration: none;
}

.tbr-article {
	display: grid;
	gap: 22px;
}

.tbr-hero--single {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	gap: clamp(22px, 4vw, 44px);
	margin-block-end: 0;
}

.tbr-hero__content {
	min-inline-size: 0;
}

.tbr-hero__media {
	overflow: hidden;
	margin: 0;
	background: var(--ts-bg-soft);
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	aspect-ratio: 16 / 9;
}

.tbr-hero__media-image {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.tbr-summary-card {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	background: #f8fcfd;
}

.tbr-summary-card div,
.tbr-fact {
	display: grid;
	gap: 4px;
	padding: 14px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
}

.tbr-summary-card span,
.tbr-fact span {
	color: var(--ts-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.tbr-summary-card strong,
.tbr-fact strong {
	color: var(--ts-navy-950);
	font-size: 1rem;
}

.tbr-content {
	color: var(--ts-text);
	font-size: 1.03rem;
	line-height: 1.95;
	overflow-wrap: anywhere;
}

.tbr-content > * + * {
	margin-block-start: 1rem;
}

.tbr-content h2 {
	margin-block-start: 1.6rem;
	font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.tbr-content h3 {
	margin-block-start: 1.4rem;
	font-size: clamp(1.18rem, 1.6vw, 1.45rem);
}

.tbr-content ul,
.tbr-content ol,
.tbr-checklist,
.tbr-sources ul {
	margin: 0;
	padding-inline-start: 1.35rem;
}

.tbr-content li,
.tbr-checklist li,
.tbr-sources li {
	margin-block: 7px;
}

.tbr-content table {
	display: block;
	inline-size: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	white-space: nowrap;
}

.tbr-content th,
.tbr-content td {
	padding: 11px 12px;
	border: 1px solid var(--ts-line);
	text-align: start;
}

.tbr-content th {
	background: #f1f7fa;
	font-weight: 800;
}

.tbr-footer {
	background: var(--ts-navy-950);
	color: #fff;
}

.tbr-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(180px, 1fr));
	gap: 28px;
	padding-block: 42px;
}

.tbr-footer h2 {
	margin-block-end: 14px;
	color: #fff;
	font-size: 1.05rem;
}

.tbr-footer p {
	color: #d7e4ef;
}

.tbr-footer a {
	display: block;
	margin-block: 7px;
	color: #e8f7fb;
	font-weight: 700;
	text-decoration: none;
}

.tbr-footer a:hover,
.tbr-footer a:focus-visible {
	color: #7de5f3;
}

.tbr-footer__brand-logo {
	inline-size: 46px;
	block-size: 46px;
	margin-block-end: 12px;
	border-radius: 8px;
	object-fit: contain;
}

.tbr-footer__bottom {
	padding-block: 18px;
	border-block-start: 1px solid rgba(255, 255, 255, 0.14);
}

.tbr-footer__bottom p {
	margin: 0;
	text-align: center;
}

.tameensa-card-grid--archive {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tameensa-empty-state {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	text-align: start;
}

.tameensa-pagination,
.navigation.pagination,
.tqg-pagination {
	display: flex;
	justify-content: center;
	margin-block: 26px 0;
}

.tameensa-pagination ul,
.navigation.pagination .nav-links,
.tqg-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tameensa-pagination a,
.tameensa-pagination span,
.navigation.pagination a,
.navigation.pagination span,
.page-numbers,
.tqg-pagination a,
.tqg-pagination span {
	display: inline-grid;
	place-items: center;
	min-inline-size: 40px;
	block-size: 40px;
	padding-inline: 12px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	color: var(--ts-blue-700);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.tameensa-pagination .current,
.navigation.pagination .current,
.page-numbers.current,
.tqg-pagination .current {
	background: var(--ts-teal-700);
	border-color: var(--ts-teal-700);
	color: #fff;
}

.tameensa-reference-article {
	display: grid;
	gap: 22px;
}

.tameensa-reference-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	gap: clamp(24px, 4vw, 44px);
}

.tameensa-reference-hero__content {
	min-inline-size: 0;
}

.tameensa-reference-hero p {
	max-inline-size: 820px;
	margin-block-end: 16px;
	color: var(--ts-muted);
	font-size: 1.05rem;
}

.tameensa-reference-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-block-start: 14px;
}

.tameensa-reference-actions button,
.tameensa-reference-actions a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-block-size: 38px;
	padding: 8px 12px;
	background: #eef9fd;
	border: 1px solid #d7edf4;
	border-radius: 8px;
	color: var(--ts-blue-700);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.tameensa-reference-media {
	overflow: hidden;
	background: var(--ts-bg-soft);
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	aspect-ratio: 16 / 9;
}

.tameensa-reference-media__image,
.tameensa-reference-media img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.tameensa-reference-media__placeholder {
	display: grid;
	place-items: center;
	inline-size: 100%;
	block-size: 100%;
	color: var(--ts-blue-700);
}

.tameensa-reference-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
	gap: 24px;
	inline-size: 100%;
}

.tameensa-reference-primary {
	display: grid;
	gap: 22px;
	min-inline-size: 0;
}

.tameensa-reference-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 14px;
	min-inline-size: 0;
}

.tameensa-reference-section,
.tameensa-reference-summary-card,
.tameensa-sidebar-card,
.tameensa-reference-cta,
.tameensa-editorial-box,
.tameensa-page-notice,
.tameensa-notice {
	padding: clamp(22px, 3vw, 30px);
	background: var(--ts-surface);
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	box-shadow: var(--ts-shadow-soft);
	text-align: start;
}

.tameensa-reference-summary-card {
	background: linear-gradient(180deg, #ffffff, #f8fcfd);
	border-color: #cfe5ef;
}

.tameensa-reference-summary-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-block-end: 14px;
}

.tameensa-reference-summary-card__head h2,
.tameensa-reference-section__head h2,
.tameensa-reference-cta h2,
.tameensa-editorial-box h2,
.tameensa-sidebar-card h2 {
	margin-block-end: 8px;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
}


.tameensa-reference-highlights,
.tameensa-content ul,
.tameensa-content ol,
.tameensa-reference-section ul,
.tameensa-reference-section ol {
	margin-block: 0;
	padding-inline-start: 1.35rem;
}

.tameensa-reference-highlights li,
.tameensa-content li,
.tameensa-reference-section li {
	margin-block: 7px;
	padding-inline-start: 3px;
}

.tameensa-reference-section__head {
	margin-block-end: 18px;
	padding-block-end: 14px;
	border-block-end: 1px solid var(--ts-line);
}

.tameensa-reference-section__head p:not(.tameensa-kicker) {
	max-inline-size: 760px;
	margin-block-end: 0;
	color: var(--ts-muted);
}

.tameensa-content,
.tameensa-reference-content {
	min-inline-size: 0;
	color: var(--ts-text);
	font-size: 1.03rem;
	line-height: 1.95;
	overflow-wrap: anywhere;
	text-align: start;
}

.tameensa-content > * + * {
	margin-block-start: 1rem;
}

.tameensa-content h2,
.tameensa-content h3,
.tameensa-content h4 {
	margin-block-start: 1.6rem;
	margin-block-end: 0.65rem;
}

.tameensa-content h2 {
	font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.tameensa-content h3 {
	font-size: clamp(1.18rem, 1.6vw, 1.45rem);
}

.tameensa-content h4 {
	font-size: 1.12rem;
}

.tameensa-content p {
	margin-block-end: 0;
}

.tameensa-content blockquote {
	margin: 0;
	padding: 18px;
	background: #f8fbfd;
	border-inline-start: 4px solid var(--ts-blue-700);
	border-radius: 8px;
	color: var(--ts-text);
}

.tameensa-content table,
.tameensa-reference-section table {
	inline-size: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.tameensa-content :where(table) {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.tameensa-content th,
.tameensa-content td,
.tameensa-reference-section th,
.tameensa-reference-section td {
	padding: 11px 12px;
	border: 1px solid var(--ts-line);
	text-align: start;
	vertical-align: top;
}

.tameensa-content th,
.tameensa-reference-section th {
	background: #f1f7fa;
	color: var(--ts-navy-950);
	font-weight: 800;
}

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

.tameensa-accordion {
	display: grid;
	gap: 10px;
}

.tameensa-accordion__item {
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
}

.tameensa-accordion__item summary {
	padding: 14px 16px;
	color: var(--ts-navy-800);
	font-weight: 800;
	cursor: pointer;
}

.tameensa-accordion__item p {
	margin: 0;
	padding: 0 16px 16px;
	color: var(--ts-muted);
}

.tameensa-sources-list,
.tameensa-reference-related-stack {
	display: grid;
	gap: 14px;
}

.tameensa-source-authority {
	margin-block-end: 6px;
	color: var(--ts-navy-950);
	font-weight: 800;
}

.tameensa-source-link {
	display: inline-flex;
	align-items: center;
	margin-block-start: 4px;
	font-weight: 800;
}

.tameensa-reference-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	background: #eef9fd;
}

.tameensa-single-link-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 18px 0 0;
	border-block-start: 1px solid var(--ts-line);
}

.tameensa-single-link-panel a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
}

.tameensa-sidebar-card {
	padding: 18px;
	box-shadow: none;
}

.tameensa-sidebar-card h2 {
	font-size: 1.05rem;
}

.tameensa-toc {
	display: grid;
	gap: 8px;
}

.tameensa-toc__item {
	padding: 8px 10px;
	border-radius: 8px;
	color: var(--ts-muted);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.tameensa-toc__item.is-active,
.tameensa-toc__item:hover {
	background: #eef9fd;
	color: var(--ts-blue-700);
}

.tameensa-sidebar-progress {
	overflow: hidden;
	block-size: 8px;
	background: #e7eef4;
	border-radius: 999px;
}

.tameensa-sidebar-progress span {
	display: block;
	inline-size: 0;
	block-size: 100%;
	background: var(--ts-teal-600);
	border-radius: inherit;
}

.tameensa-page-notice,
.tameensa-notice,
.tameensa-editorial-box {
	background: #f0fbff;
	border-color: #9be8f6;
}

.tameensa-page-notice {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
}

.tameensa-page-notice__icon {
	display: grid;
	place-items: center;
	inline-size: 42px;
	block-size: 42px;
	background: var(--ts-blue-700);
	border-radius: 50%;
	color: #fff;
	font-weight: 900;
}

.tameensa-page-notice__title {
	display: block;
	margin-block-end: 4px;
	color: var(--ts-navy-950);
}

.tameensa-review-note,
.tameensa-warning,
.tameensa-alert {
	padding: 16px;
	background: #fff8e8;
	border: 1px solid #f4d68c;
	border-radius: 8px;
	color: #3f2b05;
}

.tameensa-contact-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: 20px;
}

.tameensa-contact-panel,
.tameensa-contact-form {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
}

.tameensa-contact-form {
	display: grid;
	gap: 14px;
}

.tameensa-field {
	display: grid;
	gap: 6px;
	margin: 0;
}

.tameensa-field input,
.tameensa-field textarea,
.tameensa-field select {
	inline-size: 100%;
	padding: 11px 12px;
	border: 1px solid var(--ts-line);
	border-radius: 8px;
	text-align: start;
}

.tameensa-field--trap {
	display: none;
}

.tameensa-footer {
	background: var(--ts-navy-950);
	color: #fff;
}

.tameensa-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(180px, 1fr));
	gap: 28px;
	padding-block: 42px;
}

.tameensa-footer h2 {
	margin-block-end: 14px;
	color: #fff;
	font-size: 1.05rem;
}

.tameensa-footer p {
	color: #d7e4ef;
}

.tameensa-footer__mark {
	display: grid;
	place-items: center;
	inline-size: 46px;
	block-size: 46px;
	margin-block-end: 12px;
	background: #eef9fd;
	border-radius: 8px;
	color: var(--ts-blue-700);
}

.tameensa-footer__mark svg {
	inline-size: 32px;
	block-size: 32px;
}

.tameensa-footer__nav {
	display: grid;
	align-content: start;
	gap: 9px;
}

.tameensa-footer a {
	color: #e8f7fb;
	font-weight: 700;
	text-decoration: none;
}

.tameensa-footer a:hover,
.tameensa-footer a:focus-visible {
	color: #7de5f3;
}

.tameensa-footer__bottom {
	padding-block: 18px;
	border-block-start: 1px solid rgba(255, 255, 255, 0.14);
}

.tameensa-footer__bottom p {
	margin: 0;
	text-align: center;
}

[dir="ltr"],
[lang="en"],
.ltr,
.latin,
.tameensa-en,
.tameensa-inline-ltr,
body.tameensa-site :where(code, pre, kbd, samp) {
	direction: ltr;
	text-align: left;
	unicode-bidi: isolate;
}

.tameensa-inline-ltr {
	display: inline;
}

body.tameensa-site :where(code, pre, kbd, samp) {
	font-family: "Cascadia Mono", Consolas, "Courier New", monospace;
}

body.tameensa-site :where(pre) {
	overflow-x: auto;
	padding: 16px;
	background: #071a35;
	border-radius: 8px;
	color: #f8fafc;
	font-size: 0.9rem;
	line-height: 1.7;
}

body.tameensa-site :where([lang="ar"], .rtl) {
	direction: rtl;
	text-align: start;
	unicode-bidi: plaintext;
}

.tameensa-card-share-actions {
	display: flex;
	gap: 6px;
	margin-block-start: 10px;
}

.tameensa-card-share-actions button {
	display: inline-grid;
	place-items: center;
	inline-size: 34px;
	block-size: 34px;
	background: #eef9fd;
	border: 1px solid #d8f2f9;
	border-radius: 8px;
	color: var(--ts-blue-700);
	cursor: pointer;
}

.tameensa-card-share-actions svg {
	inline-size: 18px;
	block-size: 18px;
}

#tameensa-print-card-root {
	display: none;
}


@media (max-width: 1120px) {
	.tameensa-header__inner,
	.tbr-header__inner {
		grid-template-columns: auto 1fr;
	}

	.tameensa-nav,
	.tbr-nav {
		grid-column: 1 / -1;
		order: 3;
		padding-block: 8px 4px;
		border-block-start: 1px solid var(--ts-line);
	}

	.tameensa-nav {
		display: none;
	}

	.tameensa-nav.is-open {
		display: block;
	}

	.tameensa-nav__list,
	.tameensa-nav ul,
	.tbr-nav {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.tameensa-header__actions {
		justify-self: end;
	}

	.tameensa-page-hero--home,
	.tbr-hero--home,
	.tbr-hero--single,
	.tameensa-reference-hero,
	.tameensa-reference-layout {
		grid-template-columns: 1fr;
	}

	.tameensa-reference-sidebar {
		position: static;
	}

	.tameensa-card-grid--archive,
	.tbr-grid--archive {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tameensa-footer__grid,
	.tbr-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	body.tameensa-site {
		overflow-x: hidden;
	}

	body.tameensa-site {
		font-size: 15.5px;
	}

	.tameensa-container,
	.tbr-container {
		inline-size: min(100% - 28px, var(--ts-container));
	}

	.tameensa-main {
		padding-block: 18px 48px;
	}

	.tameensa-header__inner,
	.tbr-header__inner {
		min-block-size: 68px;
		gap: 12px;
	}

	.tameensa-brand,
	.tbr-brand {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.tameensa-brand__mark,
	.tbr-brand__mark {
		inline-size: 44px;
		block-size: 44px;
	}

	.tameensa-brand__mark svg,
	.tbr-brand__mark img {
		inline-size: 31px;
		block-size: 31px;
	}

	.tameensa-brand__name,
	.tbr-brand__text strong {
		font-size: 0.95rem;
	}

	.tameensa-brand__tagline,
	.tbr-brand__tagline {
		font-size: 0.76rem;
	}

	.tameensa-header__search span,
	.tameensa-menu-toggle span:last-child {
		display: none;
	}

	.tameensa-page-hero,
	.tameensa-archive-hero,
	.tameensa-reference-hero,
	.tbr-hero,
	.tameensa-home-section,
	.tbr-section,
	.tameensa-reference-section,
	.tameensa-reference-summary-card,
	.tameensa-sidebar-card,
	.tameensa-reference-cta,
	.tameensa-editorial-box,
	.tameensa-page-notice {
		padding: 20px;
	}

	.tameensa-page-hero h1,
	.tameensa-archive-hero h1,
	.tameensa-reference-hero h1 {
		font-size: clamp(1.75rem, 9vw, 2.35rem);
	}

	.tameensa-section-heading,
	.tbr-section__head,
	.tameensa-reference-cta {
		align-items: start;
		flex-direction: column;
	}

	.tameensa-search {
		grid-template-columns: 1fr;
	}

	.tameensa-search button {
		inline-size: 100%;
	}

	.tameensa-card-grid--archive,
	.tbr-grid--archive,
	.tbr-summary-card,
	.tameensa-facts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.tameensa-card-grid--archive,
	.tbr-grid--archive,
	.tameensa-card-grid,
	.tbr-grid,
	.tbr-grid--compact,
	.tbr-grid--four,
	.tameensa-quick-actions,
	.tameensa-static-grid,
	.tameensa-pathway-grid,
	.tameensa-link-grid,
	.tameensa-facts-grid,
	.tbr-summary-card,
	.tbr-facts,
	.tbr-related__list,
	.tbr-link-strip {
		grid-template-columns: 1fr;
	}

	.tameensa-reference-actions,
	.tameensa-hero-actions,
	.tameensa-single-link-panel {
		flex-direction: column;
		align-items: stretch;
	}

	.tameensa-reference-actions button,
	.tameensa-reference-actions a,
	.tameensa-button {
		inline-size: 100%;
	}

	.tameensa-footer__grid,
	.tbr-footer__grid {
		grid-template-columns: 1fr;
	}
}

@media print {
	.tameensa-header,
	.tameensa-footer,
	.tameensa-reference-sidebar,
	.tameensa-reference-actions,
	.tameensa-reading-progress {
		display: none;
	}

	body.tameensa-site {
		background: #fff;
		color: #000;
	}

	.tameensa-container,
	.tameensa-reference-layout {
		inline-size: 100%;
		max-inline-size: none;
	}

	.tameensa-reference-section,
	.tameensa-reference-summary-card,
	.tameensa-page-hero,
	.tameensa-reference-hero {
		box-shadow: none;
		break-inside: avoid;
	}
}


/* Tameensa approved display template alignment 20260817
   Source: C:\Users\sosos\Downloads\tameensa-daleel-templates.html
   Applied as WordPress-compatible CSS only; preview switcher/sample HTML were intentionally excluded. */
body.tameensa-site {
	--ts-navy-950: #0D2A33;
	--ts-navy-900: #0F3D4A;
	--ts-navy-800: #14454F;
	--ts-blue-700: #0F3D4A;
	--ts-blue-600: #14454F;
	--ts-teal-700: #1F7A5C;
	--ts-teal-600: #1F7A5C;
	--ts-red-700: #C0512F;
	--ts-bg: #F6F3EC;
	--ts-bg-soft: #EEEAE0;
	--ts-surface: #FFFFFF;
	--ts-text: #0D2A33;
	--ts-muted: #4A5A5F;
	--ts-line: #DED8CB;
	--ts-line-strong: #C9C1B0;
	--ts-focus: #C0512F;
	--ts-shadow: 0 12px 40px rgba(13, 42, 51, 0.12);
	--ts-shadow-soft: 0 4px 16px rgba(13, 42, 51, 0.08);
	--ts-font-family: "Readex Pro", "IBM Plex Sans Arabic", system-ui, sans-serif;
	background: var(--ts-bg);
	color: var(--ts-text);
	line-height: 1.9;
}

body.tameensa-site :where(.tbr-container, .tameensa-container) {
	inline-size: min(100% - 40px, 1160px);
	max-inline-size: 1160px;
}

body.tameensa-site :where(.tbr-header, .tameensa-header) {
	background: rgba(255, 255, 255, 0.98);
	border-block-end: 1px solid var(--ts-line);
	box-shadow: 0 4px 14px rgba(13, 42, 51, 0.05);
}

body.tameensa-site :where(.tbr-brand__mark, .tameensa-brand__mark) {
	background: var(--ts-brand-soft, #E4EEF0);
	border-color: var(--ts-line);
	color: var(--ts-navy-900);
}

body.tameensa-site :where(.tbr-brand__tagline, .tameensa-brand__tagline) {
	color: var(--ts-navy-900);
	font-weight: 700;
}

body.tameensa-site :where(.tbr-header__search, .tameensa-header__search, .tameensa-menu-toggle, .tbr-menu-toggle) {
	border-radius: 999px;
}

body.tameensa-site :where(.tbr-main, .tameensa-main) {
	padding-block: 32px 72px;
}

body.tameensa-site :where(.tbr-hero--home, .tbr-hero--single, .tameensa-reference-hero) {
	background:
		linear-gradient(135deg, rgba(13, 42, 51, 0.97), rgba(20, 69, 79, 0.94)),
		var(--ts-navy-900);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	color: #fff;
	box-shadow: var(--ts-shadow);
	overflow: hidden;
}

body.tameensa-site :where(.tbr-hero--home h1, .tbr-hero--single h1, .tameensa-reference-hero h1) {
	color: #fff;
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 1.28;
	max-inline-size: 18ch;
	text-wrap: balance;
}

body.tameensa-site :where(.tbr-hero--home p, .tbr-hero--single p, .tameensa-reference-hero p) {
	color: rgba(255, 255, 255, 0.88);
}

body.tameensa-site :where(.tbr-kicker, .tameensa-kicker, .tameensa-reference-section__head > p:first-child) {
	color: var(--ts-red-700);
	font-weight: 800;
	letter-spacing: 0;
}

body.tameensa-site :where(.tbr-section, .tbr-card, .tbr-action, .tbr-summary-card, .tbr-related, .tameensa-reference-section, .tameensa-card, .tameensa-reference-sidebar, .tameensa-page-notice) {
	background: var(--ts-surface);
	border: 1px solid var(--ts-line);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(13, 42, 51, 0.04);
}

body.tameensa-site :where(.tbr-section, .tameensa-reference-section) {
	padding: clamp(1.25rem, 2.2vw, 2rem);
}

body.tameensa-site :where(.tbr-grid, .tbr-grid--compact, .tbr-grid--four, .tbr-grid--archive, .tameensa-card-grid, .tameensa-card-grid--compact) {
	align-items: stretch;
	gap: 16px;
}

body.tameensa-site :where(.tbr-card__link, .tbr-action, .tbr-home-path, .tameensa-card a) {
	min-block-size: 10.5rem;
	padding: clamp(1rem, 1.7vw, 1.35rem);
	text-align: start;
	text-decoration: none;
}

body.tameensa-site :where(.tbr-card h3, .tbr-action strong, .tbr-home-path h3, .tameensa-card h2, .tameensa-card h3) {
	color: var(--ts-navy-900);
	font-size: clamp(1rem, 1.15vw, 1.16rem);
	line-height: 1.5;
}

body.tameensa-site :where(.tbr-card__excerpt, .tbr-action span, .tbr-home-path p, .tameensa-card__summary) {
	color: var(--ts-muted);
	font-size: 0.93rem;
	line-height: 1.75;
}

body.tameensa-site :where(.tameensa-reference-layout) {
	inline-size: min(100% - 40px, 1160px);
	max-inline-size: 1160px;
	margin-inline: auto;
	gap: 24px;
}

body.tameensa-site :where(.tameensa-reference-primary) {
	min-inline-size: 0;
}

body.tameensa-site :where(.tameensa-content, .tameensa-reference-content, .tbr-content) {
	font-size: 1.03rem;
	line-height: 1.9;
	text-align: start;
}

body.tameensa-site :where(.tameensa-content h2, .tameensa-reference-content h2, .tbr-content h2) {
	border-block-start: 1px solid var(--ts-line);
	color: var(--ts-navy-950);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	margin-block-start: 2rem;
	padding-block-start: 1.25rem;
}

body.tameensa-site :where(.tameensa-accordion__item, .faq details) {
	background: var(--ts-surface);
	border: 1px solid var(--ts-line);
	border-radius: 10px;
	padding: 0.95rem 1.1rem;
}

body.tameensa-site :where(.tameensa-accordion__item summary, .faq summary) {
	align-items: center;
	color: var(--ts-navy-950);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 800;
	gap: 0.75rem;
	list-style: none;
}

body.tameensa-site :where(.tameensa-accordion__item p, .faq details p) {
	border-block-start: 1px solid var(--ts-line);
	color: var(--ts-muted);
	font-size: 0.96rem;
	line-height: 1.85;
	margin-block: 0.85rem 0.1rem;
	padding-block-start: 0.85rem;
}

body.tameensa-site :where(.tameensa-page-notice) {
	background: #F0F5F5;
	border-color: #CFE0E3;
	border-inline-start: 4px solid var(--ts-navy-900);
	box-shadow: none;
}

body.tameensa-site :where(.tameensa-reference-cta, .cta-band) {
	background: var(--ts-navy-900);
	border-radius: 16px;
	color: #fff;
	padding: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
}

body.tameensa-site :where(.tameensa-reference-cta h2, .cta-band h3) {
	color: #fff;
}

body.tameensa-site :where(.tameensa-button, .btn) {
	background: var(--ts-red-700);
	border-color: var(--ts-red-700);
	border-radius: 999px;
	color: #fff;
}

body.tameensa-site :where([dir="ltr"], [lang="en"], code, pre, kbd, samp, .ltr, .latin, .tameensa-en) {
	direction: ltr;
	text-align: left;
	unicode-bidi: isolate;
}

@media (max-width: 760px) {
	body.tameensa-site :where(.tbr-container, .tameensa-container, .tameensa-reference-layout) {
		inline-size: min(100% - 24px, 1160px);
	}

	body.tameensa-site :where(.tbr-hero--home h1, .tbr-hero--single h1, .tameensa-reference-hero h1) {
		font-size: clamp(1.65rem, 8vw, 2.2rem);
		max-inline-size: 100%;
	}

	body.tameensa-site :where(.tbr-card__link, .tbr-action, .tbr-home-path, .tameensa-card a) {
		min-block-size: auto;
	}
}

/* End Tameensa approved display template alignment 20260817 */

/* Tameensa hero contrast closure 20260817 */
.tameensa-hero,
.tameensa-page-hero,
.tameensa-single-hero,
.tameensa-archive-hero,
.tameensa-company-hero {
  color: #fff;
}

.tameensa-hero :where(p, .lead, .subtitle, .summary),
.tameensa-page-hero :where(p, .lead, .subtitle, .summary),
.tameensa-single-hero :where(p, .lead, .subtitle, .summary),
.tameensa-archive-hero :where(p, .lead, .subtitle, .summary),
.tameensa-company-hero :where(p, .lead, .subtitle, .summary) {
  color: rgba(255, 255, 255, 0.88);
}

.tameensa-hero :where(h1, h2),
.tameensa-page-hero :where(h1, h2),
.tameensa-single-hero :where(h1, h2),
.tameensa-archive-hero :where(h1, h2),
.tameensa-company-hero :where(h1, h2) {
  color: #fff;
}

.tameensa-site-header :where(button, .button, .search-submit, .tameensa-menu-toggle),
.tameensa-header :where(button, .button, .search-submit, .tameensa-menu-toggle) {
  color: #fff;
}

/* Tameensa TBR hero contrast closure 20260817 */
.tbr-hero,
.tbr-hero__content {
  color: #fff;
}

.tbr-hero .tbr-kicker {
  color: #f4b08a;
}

.tbr-hero__content > p:not(.tbr-kicker),
.tbr-hero p:not(.tbr-kicker) {
  color: rgba(255, 255, 255, 0.9);
}

.tbr-site-header :where(.tbr-search-toggle, .tbr-search-submit, button[type="submit"]),
.site-header :where(.tbr-search-toggle, .tbr-search-submit, button[type="submit"]) {
  color: #fff;
}

/* Tameensa template reference closure 20260819 */
html {
	overflow-x: hidden;
}

body.tameensa-site {
	background: var(--ts-bg);
	color: var(--ts-text);
	font-family: var(--ts-font-family);
}

.tameensa-site-shell {
	background:
		linear-gradient(180deg, #FFFFFF 0, var(--ts-bg) 12rem, var(--ts-bg) 100%);
}

body.tameensa-site :where(.tbr-header, .tameensa-header) {
	background: rgba(255, 255, 255, 0.985);
	border-block-end: 1px solid var(--ts-line);
	box-shadow: 0 8px 24px rgba(13, 42, 51, 0.06);
}

.tbr-header__inner {
	min-block-size: 72px;
}

body.tameensa-site :where(.tbr-brand__tagline, .tameensa-brand__tagline) {
	color: #4A5A5F;
	font-size: 0.82rem;
	font-weight: 700;
}

body.tameensa-site :where(.tbr-nav a, .tameensa-nav a) {
	color: var(--ts-navy-900);
	font-weight: 800;
}

body.tameensa-site :where(.tbr-nav a:hover, .tameensa-nav a:hover, .tbr-nav a:focus-visible, .tameensa-nav a:focus-visible) {
	background: #F0F5F5;
	color: var(--ts-blue-700);
}

body.tameensa-site :where(.tbr-header__search, .tameensa-header__search) {
	background: var(--ts-navy-950);
	border-color: var(--ts-navy-950);
	color: #fff;
}

body.tameensa-site :where(.tameensa-menu-toggle, .tbr-menu-toggle) {
	background: var(--ts-blue-700);
	border-color: var(--ts-blue-700);
	border-radius: 8px;
	color: #fff;
}

body.tameensa-site :where(.tameensa-menu-toggle:hover, .tameensa-menu-toggle:focus-visible, .tbr-menu-toggle:hover, .tbr-menu-toggle:focus-visible) {
	background: var(--ts-navy-950);
	border-color: var(--ts-navy-950);
	color: #fff;
}

body.tameensa-site :where(.tbr-main, .tameensa-main) {
	padding-block: 24px 64px;
}

.home body.tameensa-site :where(.tbr-main, .tameensa-main),
body.home.tameensa-site :where(.tbr-main, .tameensa-main) {
	padding-block-start: 24px;
}

body.tameensa-site :where(.tbr-container, .tameensa-container, .tbr-hero, .tbr-section, .tameensa-page-hero, .tameensa-archive-hero, .tameensa-reference-hero) {
	inline-size: min(var(--ts-container), calc(100% - 48px));
	max-inline-size: var(--ts-container);
	margin-inline: auto;
}

body.tameensa-site :where(.tbr-hero--home, .tbr-hero--single, .tameensa-page-hero--home, .tameensa-reference-hero) {
	background:
		linear-gradient(135deg, rgba(13, 42, 51, 0.98), rgba(20, 69, 79, 0.94)),
		var(--ts-navy-950);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
}

body.tameensa-site :where(.tbr-hero--home h1, .tbr-hero--single h1, .tameensa-page-hero--home h1, .tameensa-reference-hero h1) {
	color: #fff;
	font-size: clamp(2rem, 3.2vw, 2.65rem);
}

body.tameensa-site :where(.tbr-hero .tbr-kicker, .tameensa-page-hero--home .tameensa-kicker, .tbr-kicker--site-identity) {
	color: #F2C6B5;
}

body.tameensa-site :where(.tbr-hero p, .tameensa-page-hero--home p, .tameensa-reference-hero p) {
	color: rgba(255, 255, 255, 0.88);
}

body.tameensa-site :where(.tameensa-button, .tbr-button, .tameensa-search button) {
	background: var(--ts-red-700);
	border-color: var(--ts-red-700);
	color: #fff;
}

body.tameensa-site :where(.tbr-card, .tbr-action, .tameensa-card, .tameensa-reference-section, .tameensa-reference-summary-card, .tameensa-sidebar-card, .tbr-section) {
	background: var(--ts-surface);
	border-color: var(--ts-line);
	border-radius: var(--ts-radius);
	box-shadow: var(--ts-shadow-soft);
	min-inline-size: 0;
	overflow: hidden;
	text-align: start;
}

body.tameensa-site :where(.tbr-card h2, .tbr-card h3, .tbr-action strong, .tameensa-card h2, .tameensa-card h3) {
	color: var(--ts-blue-700);
	font-size: clamp(1.02rem, 1.2vw, 1.18rem);
	line-height: 1.55;
	max-inline-size: 100%;
	overflow-wrap: anywhere;
	text-align: start;
}

body.tameensa-site :where(.tbr-card p, .tbr-action span, .tameensa-card p) {
	color: var(--ts-muted);
	font-size: 0.95rem;
	line-height: 1.85;
	text-align: start;
}

body.tameensa-site :where(.tbr-grid, .tameensa-card-grid, .tameensa-card-grid--archive) {
	align-items: stretch;
	gap: clamp(1rem, 2vw, 1.25rem);
}

body.tameensa-site :where(.tameensa-card-grid--archive) {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

body.tameensa-site :where(.tbr-content, .tameensa-reference-section, .tameensa-reference-summary-card, .tameensa-sidebar-card) {
	color: var(--ts-text);
	text-align: start;
}

body.tameensa-site :where(.tbr-content h1, .tameensa-reference-section h1) {
	font-size: clamp(1.85rem, 3vw, 2.35rem);
	line-height: 1.35;
}

body.tameensa-site :where(.tbr-content h2, .tameensa-reference-section h2, .tameensa-sidebar-card h2) {
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	line-height: 1.45;
}

body.tameensa-site :where(.tbr-content h3, .tameensa-reference-section h3, .tameensa-sidebar-card h3) {
	font-size: clamp(1.08rem, 1.4vw, 1.3rem);
	line-height: 1.5;
}

body.tameensa-site :where(.tbr-content p, .tbr-content li, .tbr-content td, .tbr-content th, .tameensa-reference-section p, .tameensa-reference-section li) {
	font-size: 1rem;
	line-height: 1.9;
	text-align: start;
	unicode-bidi: isolate;
}

body.tameensa-site :where(code, pre, kbd, samp, [dir="ltr"], [lang="en"], .ltr, .latin, .tameensa-en, .tameensa-inline-ltr) {
	direction: ltr;
	font-family: "IBM Plex Mono", Consolas, monospace;
	text-align: left;
	unicode-bidi: isolate;
}

body.tameensa-site :where(.wp-block-table, .tbr-content table, .tameensa-reference-section table) {
	display: block;
	inline-size: 100%;
	max-inline-size: 100%;
	overflow-x: auto;
}

body.tameensa-site :where(.tbr-content table, .tameensa-reference-section table) {
	border-collapse: collapse;
	table-layout: auto;
}

body.tameensa-site :where(.tbr-content th, .tbr-content td, .tameensa-reference-section th, .tameensa-reference-section td) {
	min-inline-size: 9rem;
	padding: 0.75rem 0.9rem;
	vertical-align: top;
}

body.tameensa-site :where(.navigation.pagination .nav-links, .tameensa-pagination ul, .tqg-pagination ul) {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

body.tameensa-site :where(.page-numbers, .navigation.pagination a, .navigation.pagination span, .tameensa-pagination a, .tameensa-pagination span) {
	align-items: center;
	block-size: 40px;
	display: inline-flex;
	justify-content: center;
	min-inline-size: 40px;
	padding-inline: 12px;
	vertical-align: middle;
}

body.tameensa-site :where(.tbr-footer) {
	background: var(--ts-navy-950);
	color: #F4F7F7;
	margin-block-start: 0;
}

body.tameensa-site :where(.tbr-footer a:hover, .tbr-footer a:focus-visible) {
	color: #F2C6B5;
}

.tbr-badaael-link a,
.tameensa-badaael-link a {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

.tbr-badaael-link img,
.tameensa-badaael-link img {
	background: #fff;
	border-radius: 8px;
	block-size: 28px;
	inline-size: 28px;
	padding: 3px;
}

@media (max-width: 720px) {
	body.tameensa-site :where(.tbr-container, .tameensa-container, .tbr-hero, .tbr-section, .tameensa-page-hero, .tameensa-archive-hero, .tameensa-reference-hero) {
		inline-size: min(var(--ts-container), calc(100% - 24px));
	}

	body.tameensa-site :where(.tbr-header__inner) {
		gap: 10px;
		min-block-size: 66px;
	}

	body.tameensa-site :where(.tbr-brand, .tameensa-brand) {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	body.tameensa-site :where(.tbr-brand__tagline, .tameensa-brand__tagline) {
		font-size: 0.74rem;
		white-space: normal;
	}

	body.tameensa-site :where(.tbr-card h2, .tbr-card h3, .tameensa-card h2, .tameensa-card h3) {
		font-size: 1.04rem;
	}
}
/* End Tameensa template reference closure 20260819 */

/* Tameensa healthcare provider directory 20260819 */
.tameensa-provider-container {
	inline-size: min(var(--ts-container), calc(100% - 48px));
	margin-inline: auto;
}

.tameensa-provider-hero,
.tameensa-provider-filters,
.tameensa-provider-section,
.tameensa-provider-sidebar section,
.tameensa-provider-empty {
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 12px;
	box-shadow: var(--ts-shadow-soft);
}

.tameensa-provider-hero {
	padding: clamp(28px, 4vw, 52px);
	margin-block: 20px 28px;
	text-align: start;
}

.tameensa-provider-hero h1 {
	color: var(--ts-navy-950);
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.18;
	margin: 0 0 12px;
}

.tameensa-provider-hero p {
	color: var(--ts-muted);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.9;
	max-inline-size: 820px;
}

.tameensa-provider-filters {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block-end: 28px;
	padding: 22px;
}

.tameensa-provider-filter-group h2 {
	color: var(--ts-navy-950);
	font-size: 1.05rem;
	line-height: 1.4;
	margin: 0 0 12px;
}

.tameensa-provider-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tameensa-provider-chip {
	align-items: center;
	background: #F6F3EC;
	border: 1px solid var(--ts-line);
	border-radius: 999px;
	color: var(--ts-blue-700);
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	padding: 8px 12px;
	text-decoration: none;
}

.tameensa-provider-chip span {
	background: #fff;
	border-radius: 999px;
	color: var(--ts-muted);
	font-size: 0.78rem;
	min-inline-size: 24px;
	padding: 2px 7px;
	text-align: center;
}

.tameensa-provider-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-block: 0 28px;
}

.tameensa-provider-card {
	min-inline-size: 0;
}

.tameensa-provider-card__link {
	background: #fff;
	border: 1px solid var(--ts-line);
	border-radius: 12px;
	box-shadow: var(--ts-shadow-soft);
	color: var(--ts-text);
	display: grid;
	gap: 12px;
	min-block-size: 260px;
	padding: 20px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tameensa-provider-card__link:hover,
.tameensa-provider-card__link:focus-visible {
	border-color: rgba(192, 81, 47, 0.42);
	box-shadow: var(--ts-shadow);
	transform: translateY(-2px);
}

.tameensa-provider-card__icon {
	align-items: center;
	background: #F0F5F5;
	border: 1px solid #D7E6E8;
	border-radius: 8px;
	color: var(--ts-blue-700);
	display: inline-flex;
	font-weight: 900;
	inline-size: 38px;
	block-size: 38px;
	justify-content: center;
}

.tameensa-provider-card h2 {
	color: var(--ts-blue-700);
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
	text-align: start;
}

.tameensa-provider-card p {
	color: var(--ts-muted);
	font-size: 0.96rem;
	line-height: 1.8;
	margin: 0;
	text-align: start;
}

.tameensa-provider-card__facts {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tameensa-provider-card__facts li {
	border-block-start: 1px solid var(--ts-line);
	display: grid;
	gap: 2px;
	padding-block-start: 8px;
}

.tameensa-provider-card__facts span {
	color: var(--ts-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.tameensa-provider-card__facts strong {
	color: var(--ts-navy-950);
	font-size: 0.95rem;
	line-height: 1.5;
}

.tameensa-provider-detail-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.tameensa-provider-detail,
.tameensa-provider-sidebar {
	display: grid;
	gap: 20px;
	min-inline-size: 0;
}

.tameensa-provider-section,
.tameensa-provider-sidebar section {
	padding: clamp(22px, 3vw, 34px);
}

.tameensa-provider-section h2,
.tameensa-provider-sidebar h2 {
	color: var(--ts-navy-950);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.35;
	margin: 0 0 14px;
	text-align: start;
}

.tameensa-provider-fact-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tameensa-provider-fact-grid div {
	background: #F6F3EC;
	border: 1px solid var(--ts-line);
	border-radius: 10px;
	padding: 16px;
}

.tameensa-provider-meta-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-block-start: 18px;
}

.tameensa-provider-meta-chips span {
	background: #F0F5F5;
	border: 1px solid #D7E6E8;
	border-radius: 999px;
	color: var(--ts-blue-700);
	font-weight: 800;
	padding: 7px 12px;
}

.tameensa-provider-sidebar a {
	border-block-start: 1px solid var(--ts-line);
	color: var(--ts-blue-700);
	display: block;
	font-weight: 800;
	padding-block: 10px;
	text-decoration: none;
}

.tameensa-provider-sidebar h3 {
	color: var(--ts-muted);
	font-size: 0.9rem;
	margin: 18px 0 4px;
}

.tameensa-provider-map iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 10px;
	inline-size: 100%;
}

@media (max-width: 1100px) {
	.tameensa-provider-grid,
	.tameensa-provider-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tameensa-provider-detail-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.tameensa-provider-container {
		inline-size: min(100% - 24px, var(--ts-container));
	}

	.tameensa-provider-grid,
	.tameensa-provider-filters,
	.tameensa-provider-fact-grid {
		grid-template-columns: 1fr;
	}
}
/* End Tameensa healthcare provider directory 20260819 */

/* === Tameensa Provider Directory Closure START === */
/* Tameensa healthcare providers directory */
.tameensa-provider-main,
.post-type-archive-healthcare_provider,
.single-healthcare_provider,
.tax-provider_city,
.tax-provider_type,
.tax-provider_specialty,
.tax-provider_region {
  direction: rtl;
}

.tameensa-provider-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 64px;
}

.tameensa-provider-hero {
  background: linear-gradient(135deg, #0f3d4a 0%, #164f5e 100%);
  color: #fff;
  border: 1px solid rgba(13, 42, 51, .18);
  border-radius: 18px;
  padding: clamp(28px, 5vw, 54px);
  box-shadow: 0 18px 42px rgba(13, 42, 51, .14);
}

.tameensa-provider-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.05rem, 4vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.tameensa-provider-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 1.1rem;
  line-height: 1.9;
}

.tameensa-provider-hero .tameensa-kicker {
  color: #e8c8b5;
  font-weight: 800;
  margin: 0 0 8px;
}

.tameensa-provider-hero .tameensa-search-form {
  margin-top: 22px;
  max-width: 760px;
}

.tameensa-provider-en {
  color: rgba(255,255,255,.8) !important;
  direction: ltr;
  text-align: right;
}

.tameensa-provider-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.tameensa-provider-filter-group {
  background: #fff;
  border: 1px solid rgba(13, 42, 51, .12);
  border-radius: 14px;
  padding: 18px;
}

.tameensa-provider-filter-group h2 {
  font-size: 1.05rem;
  margin: 0 0 12px;
}

.tameensa-provider-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tameensa-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f6f3ec;
  color: #0d2a33;
  border: 1px solid rgba(13, 42, 51, .1);
  text-decoration: none;
  font-weight: 700;
}

.tameensa-chip span {
  color: #6b4b3c;
  font-size: .85rem;
}

.tameensa-provider-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.tameensa-provider-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(13, 42, 51, .12);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 14px 32px rgba(13, 42, 51, .06);
}

.tameensa-provider-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf8f8;
  color: #0f3d4a;
  font-weight: 900;
  font-size: 1.3rem;
}

.tameensa-provider-card h2 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.55;
}

.tameensa-provider-card h2 a {
  color: #0d2a33;
  text-decoration: none;
}

.tameensa-provider-meta {
  margin: 0;
  color: #4a5a5f;
}

.tameensa-provider-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tameensa-provider-badges span {
  border-radius: 999px;
  background: #f6f3ec;
  color: #0f3d4a;
  padding: 5px 10px;
  font-size: .86rem;
  font-weight: 700;
}

.tameensa-provider-card > p:last-of-type {
  color: #4a5a5f;
  line-height: 1.7;
  margin-bottom: 0;
}

.tameensa-card-link {
  margin-top: auto;
  color: #c0512f;
  font-weight: 800;
  text-decoration: none;
}

.tameensa-provider-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.tameensa-provider-fact {
  background: #fff;
  border: 1px solid rgba(13, 42, 51, .12);
  border-radius: 14px;
  padding: 16px;
}

.tameensa-provider-fact span {
  display: block;
  color: #4a5a5f;
  font-size: .9rem;
  margin-bottom: 8px;
}

.tameensa-provider-fact strong {
  color: #0d2a33;
  font-size: 1.05rem;
}

.tameensa-provider-plain ul {
  margin: 14px 0 0;
  padding-inline-start: 22px;
  line-height: 1.9;
}

.tameensa-alert-info {
  background: #f5fbfb;
  border-color: rgba(14, 110, 122, .25);
}

.tameensa-provider-grid-related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .tameensa-provider-grid,
  .tameensa-provider-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .tameensa-provider-container {
    width: min(100% - 28px, 1240px);
    padding-block: 28px 44px;
  }

  .tameensa-provider-filters,
  .tameensa-provider-grid,
  .tameensa-provider-detail-grid,
  .tameensa-provider-grid-related {
    grid-template-columns: 1fr;
  }

  .tameensa-provider-card {
    min-height: auto;
  }
}
/* === Tameensa Provider Directory Closure END === */

/* === Brand Logo Favicon Closure START === */
/* Brand logo and favicon closure */
body.tameensa-site :where(.tbr-header, .tameensa-header) {
  min-height: 86px;
}

body.tameensa-site :where(.tbr-brand, .tameensa-brand) {
  min-width: 260px;
  max-width: 360px;
  gap: 12px;
}

body.tameensa-site :where(.tbr-brand__mark, .tameensa-brand__mark) {
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  border: 0;
}

body.tameensa-site :where(.tbr-brand__mark img, .tameensa-brand__mark img) {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}

body.tameensa-site :where(.tbr-brand__text strong, .tameensa-brand__name) {
  font-size: 1.05rem;
  line-height: 1.3;
  color: #0D2A33;
}

body.tameensa-site :where(.tbr-brand__tagline, .tameensa-brand__tagline, .tbr-brand__text span) {
  color: #4A5A5F;
  font-size: .78rem;
  line-height: 1.35;
}

body.tameensa-site .tbr-footer__brand-logo {
  width: 176px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

@media (max-width: 760px) {
  body.tameensa-site :where(.tbr-header, .tameensa-header) {
    min-height: 74px;
  }

  body.tameensa-site :where(.tbr-brand, .tameensa-brand) {
    min-width: 0;
    max-width: 230px;
  }

  body.tameensa-site :where(.tbr-brand__mark, .tameensa-brand__mark),
  body.tameensa-site :where(.tbr-brand__mark img, .tameensa-brand__mark img) {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}
/* === Brand Logo Favicon Closure END === */

/* Production header closure 20260820: show the menu toggle only where the primary nav collapses. */
@media (min-width: 1121px) {
  body.tameensa-site .tameensa-menu-toggle {
    display: none !important;
  }
}

/* Home excerpt and bidirectional text cleanup 2026-08-20 */
body.tameensa-site .tameensa-front-page .tameensa-card--clickable .tameensa-card__summary,
body.tameensa-site .tameensa-front-page .tbr-card__excerpt,
body.tameensa-site .tbr-card__excerpt {
	display: none !important;
}

body.tameensa-site :where(.tameensa-card__title, .tameensa-card__title a, .tbr-card h2, .tbr-card h3, .tbr-card h2 a, .tbr-card h3 a, .tameensa-card__summary, .tbr-action strong, .tbr-action span, .tameensa-quick-actions strong, .tameensa-quick-actions span) {
	unicode-bidi: plaintext;
}

body.tameensa-site :where([dir="auto"]) {
	unicode-bidi: plaintext;
}

body.tameensa-site :where([dir="ltr"], [lang="en"], .ltr, .latin, .tameensa-en, .tameensa-inline-ltr, bdi[dir="ltr"]) {
	direction: ltr;
	text-align: left;
	unicode-bidi: isolate;
}

body.tameensa-site :where([dir="rtl"]) {
	direction: rtl;
	text-align: right;
	unicode-bidi: isolate;
}

/* Directory templates 20260820 */
/* Directory templates: insurance companies and healthcare providers */
.tm-directory {
	background: #f4f8fb;
	color: #081a33;
}
.tm-directory__wrap {
	inline-size: min(1240px, calc(100% - 40px));
	margin-inline: auto;
	padding: 34px 0 64px;
}
.tm-directory-hero,
.tm-directory-toolbar,
.tm-directory-chips,
.tm-directory-filter-panel,
.tm-profile-hero,
.tm-profile-section,
.tm-profile-notice {
	background: #fff;
	border: 1px solid #d7e4ef;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(6, 35, 66, .07);
}
.tm-directory-hero,
.tm-profile-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 32px;
	margin-block: 18px 24px;
}
.tm-directory-kicker,
.tm-directory-card__label {
	margin: 0 0 8px;
	color: #0b6b7d;
	font-size: .86rem;
	font-weight: 700;
}
.tm-directory h1,
.tm-profile-hero h1 {
	margin: 0;
	color: #061b35;
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 1.18;
	letter-spacing: 0;
}
.tm-directory h2 {
	letter-spacing: 0;
}
.tm-directory-hero p,
.tm-profile-hero p {
	max-width: 78ch;
	margin: 12px 0 0;
	color: #43566c;
	font-size: 1.02rem;
	line-height: 1.9;
}
.tm-profile-hero__en,
.tm-directory-card__en {
	direction: ltr;
	unicode-bidi: plaintext;
	text-align: left;
	color: #51677d;
	font-family: "IBM Plex Mono", monospace;
}
.tm-directory-metrics {
	display: grid;
	gap: 10px;
	min-width: 180px;
}
.tm-directory-metrics span {
	display: block;
	padding: 14px 16px;
	border: 1px solid #d7e4ef;
	border-radius: 8px;
	background: #f7fbfd;
	color: #40566b;
}
.tm-directory-metrics strong {
	display: block;
	color: #083d66;
	font-size: 1.55rem;
	line-height: 1.1;
}
.tm-directory-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px;
	margin-bottom: 18px;
}
.tm-directory-search {
	display: flex;
	gap: 10px;
	align-items: center;
}
.tm-directory-search input {
	inline-size: 100%;
	min-height: 50px;
	border: 1px solid #cfddeb;
	border-radius: 8px;
	padding: 0 16px;
	font: inherit;
	color: #0b213a;
	background: #fff;
}
.tm-directory-search button,
.tm-directory-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	border-radius: 8px;
	padding: 0 18px;
	background: #084d78;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}
.tm-directory-sort {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}
.tm-directory-sort a,
.tm-directory-chips a,
.tm-directory-filter-group a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-height: 38px;
	border: 1px solid #d3e0ec;
	border-radius: 999px;
	padding: 0 14px;
	background: #fff;
	color: #084d78;
	font-weight: 700;
	text-decoration: none;
}
.tm-directory-sort a.is-active {
	background: #084d78;
	border-color: #084d78;
	color: #fff;
}
.tm-directory-chips,
.tm-directory-filter-panel {
	padding: 18px;
	margin-bottom: 22px;
}
.tm-directory-chips h2,
.tm-directory-filter-group h2 {
	margin: 0 0 12px;
	font-size: 1.05rem;
	color: #102943;
}
.tm-directory-chips > div,
.tm-directory-filter-group > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tm-directory-filter-panel {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.tm-directory-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}
.tm-directory-card {
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 22px;
	background: #fff;
	border: 1px solid #d5e3ee;
	border-top: 4px solid #11a7bd;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(6, 35, 66, .06);
	text-align: start;
}
.tm-directory-card h2 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.45;
}
.tm-directory-card h2 a {
	color: #073b63;
	text-decoration: none;
}
.tm-directory-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}
.tm-directory-tags span {
	border: 1px solid #cfe5ea;
	border-radius: 999px;
	padding: 6px 10px;
	background: #eefbfc;
	color: #075769;
	font-size: .86rem;
	font-weight: 700;
}
.tm-directory-facts {
	display: grid;
	gap: 10px;
	margin: 14px 0 18px;
}
.tm-directory-facts div,
.tm-profile-fact {
	padding: 12px;
	border: 1px solid #dce7f1;
	border-radius: 8px;
	background: #fbfdff;
}
.tm-directory-facts dt,
.tm-profile-fact span {
	margin-bottom: 4px;
	color: #60758a;
	font-size: .82rem;
	font-weight: 700;
}
.tm-directory-facts dd,
.tm-profile-fact strong,
.tm-profile-fact a {
	margin: 0;
	color: #0b213a;
	font-weight: 700;
	line-height: 1.7;
}
.tm-directory-link {
	margin-top: auto;
	align-self: flex-start;
	background: #0a5c8d;
}
.tm-profile-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 20px;
}
.tm-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}
.tm-profile-section,
.tm-profile-notice {
	padding: 26px;
	margin-bottom: 18px;
}
.tm-profile-section h2 {
	margin: 0 0 12px;
	color: #071f3b;
	font-size: clamp(1.45rem, 2vw, 2.2rem);
}
.tm-profile-section p,
.tm-profile-content {
	color: #24384d;
	font-size: 1.02rem;
	line-height: 1.9;
}
.tm-profile-notice {
	border-color: #aee4ef;
	background: #effcff;
}
.tm-profile-notice strong {
	display: block;
	margin-bottom: 6px;
	color: #075769;
}
.tameensa-provider-icon {
	display: none !important;
}
@media (max-width: 1040px) {
	.tm-directory-grid,
	.tm-directory-filter-panel,
	.tm-profile-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.tm-directory-hero,
	.tm-directory-toolbar,
	.tm-profile-hero {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 680px) {
	.tm-directory__wrap {
		inline-size: min(100% - 24px, 1240px);
		padding-block: 20px 44px;
	}
	.tm-directory-grid,
	.tm-directory-filter-panel,
	.tm-profile-facts,
	.tm-profile-grid {
		grid-template-columns: 1fr;
	}
	.tm-directory-hero,
	.tm-profile-hero,
	.tm-profile-section,
	.tm-profile-notice {
		padding: 20px;
	}
	.tm-directory-search {
		flex-direction: column;
		align-items: stretch;
	}
}

/* FAQ archive contrast fix 20260820 */
.tameensa-archive--faq,
.tameensa-archive--faq .tameensa-container {
	color: #071f3b;
}
.tameensa-archive--faq .tameensa-page-hero {
	background: #ffffff;
	color: #071f3b;
}
.tameensa-archive--faq .tameensa-page-hero h1,
.tameensa-archive--faq .tameensa-page-hero p,
.tameensa-archive--faq .tameensa-kicker {
	color: #071f3b;
}
.tameensa-archive--faq .tameensa-kicker {
	color: #075f73;
}
.tameensa-archive--faq .tameensa-card {
	background: #ffffff;
	color: #071f3b;
	border-color: #d5e3ee;
}
.tameensa-archive--faq .tameensa-card__title,
.tameensa-archive--faq .tameensa-card__title a,
.tameensa-archive--faq .tameensa-card h2,
.tameensa-archive--faq .tameensa-card h3,
.tameensa-archive--faq .tameensa-card h3 a {
	color: #06385f !important;
}
.tameensa-archive--faq .tameensa-card__summary,
.tameensa-archive--faq .tameensa-card p,
.tameensa-archive--faq .tameensa-card__meta {
	color: #33485d !important;
}
.tameensa-archive--faq .tameensa-card__cue,
.tameensa-archive--faq .tameensa-card__cue svg {
	color: #0a5c8d;
	stroke: currentColor;
}
.tameensa-archive--faq .tameensa-card:hover,
.tameensa-archive--faq .tameensa-card:focus-within {
	background: #f8fcff;
}

/* Single reference pages no longer render the low-value reading sidebar/TOC. */
body.tameensa-site .tameensa-reference-layout {
	grid-template-columns: minmax(0, 1fr);
}

body.tameensa-site .tameensa-reference-primary {
	min-width: 0;
}

