/* ——— Home CTA buttons ——— */
.chromatic-home-cta-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

@media (min-width: 640px) {
	.chromatic-home-cta-btns {
		flex-direction: row;
	}
}

.chromatic-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.5rem;
	width: 100%;
	max-width: 18rem;
	min-width: 0;
	padding: 1rem 2rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25;
	border-radius: 0.25rem;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

@media (min-width: 640px) {
	.chromatic-cta-btn {
		width: auto;
		min-width: 12.5rem;
		max-width: none;
	}
}

.chromatic-cta-btn-white {
	background: #fff;
	color: #015c92;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
}

.chromatic-cta-btn-white:hover {
	background: #f8fafc;
	color: #015c92;
}

.chromatic-cta-btn-whatsapp {
	background: #25d366;
	color: #fff;
	border: 1px solid #1ebe57;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.chromatic-cta-btn-whatsapp:hover {
	background: #20bd5a;
	color: #fff;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.chromatic-cta-btn-whatsapp .chromatic-cta-btn-whatsapp-icon,
.chromatic-cta-btn-whatsapp .ce-icon {
	color: #fff;
	flex-shrink: 0;
}

.ce-icon {
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}

.gradient-text {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hero-bg {
	background: linear-gradient(135deg, #015C92 0%, #003355 100%);
}
.slider-handle {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.medical-pattern {
	background-image: radial-gradient(#015C92 0.5px, transparent 0.5px), radial-gradient(#015C92 0.5px, #f8fafc 0.5px);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	opacity: 0.05;
}

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* معاينة اللون على الصورة معطّلة — أعد تفعيل الطبقات عند ضبط الإحداثيات */
.chromatic-sim-eye-tint {
	display: none !important;
}

.chromatic-sim-lens {
	--chromatic-iris-x: 51.3%;
	--chromatic-iris-y: 58.8%;
	--chromatic-iris-size: 11.3%;
	--chromatic-pupil-size: 3.8%;
	--chromatic-sim-rgb: 109, 136, 172;
	--chromatic-sim-opacity: 0.34;
	--chromatic-sim-depth: 0.2;
	--chromatic-sim-ring: 0.46;
}

/* ——— Dynamic header nav (wp_nav_menu) ——— */
body.chromatic-nav-drawer-open {
	overflow: hidden;
}

.chromatic-header-brand:hover .shadow-lg {
	box-shadow: 0 4px 14px -4px rgba(1, 92, 146, 0.35);
}

.chromatic-header-brand__logo {
	display: block;
}

.chromatic-footer-brand__logo {
	display: block;
}

/* Above sticky header (50) and typical section overlays (10–20); outside nav to avoid sticky stacking trap */
.chromatic-site-header .chromatic-nav__drawer {
	position: fixed;
	inset: 0;
	z-index: 99990;
}

.chromatic-nav__drawer {
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0.32s linear;
}

.chromatic-nav__drawer--open {
	visibility: visible;
	pointer-events: auto;
}

.chromatic-nav__drawer-backdrop {
	opacity: 0;
	transition: opacity 0.28s ease;
}

.chromatic-nav__drawer--open .chromatic-nav__drawer-backdrop {
	opacity: 1;
}

.chromatic-nav__drawer-panel {
	transform: translate3d(100%, 0, 0);
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.chromatic-nav__drawer--open .chromatic-nav__drawer-panel {
	transform: translate3d(0, 0, 0);
}

/* Desktop: primary row */
.chromatic-nav--desktop .chromatic-nav__list--root {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.25rem 1.15rem;
}

.chromatic-nav--desktop .chromatic-nav__item {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.chromatic-nav--desktop .chromatic-nav__link--depth-0 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25;
	color: rgb(15 23 42);
	padding: 0.4rem 0.1rem 0.35rem;
	border-bottom: 2px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.1rem;
	white-space: nowrap;
}

.dark .chromatic-nav--desktop .chromatic-nav__link--depth-0 {
	color: rgb(241 245 249);
}

.chromatic-nav--desktop .chromatic-nav__link--depth-0:hover {
	color: #015c92;
	border-bottom-color: rgba(1, 92, 146, 0.35);
}

.chromatic-nav--desktop .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-0,
.chromatic-nav--desktop .chromatic-nav__item--active-branch > .chromatic-nav__link--depth-0 {
	color: #015c92;
	border-bottom-color: #015c92;
}

.chromatic-nav__chev--expand {
	font-size: 1.125rem !important;
	opacity: 0.55;
	transition: transform 0.22s ease, opacity 0.2s ease;
}

.chromatic-nav--desktop .chromatic-nav__item--depth-0:hover .chromatic-nav__chev--expand,
.chromatic-nav--desktop .chromatic-nav__item--depth-0:focus-within .chromatic-nav__chev--expand {
	transform: rotate(180deg);
	opacity: 0.85;
}

@media (min-width: 1024px) {
	.chromatic-nav--desktop .chromatic-nav__item--depth-0.chromatic-nav__item--has-children {
		position: relative;
	}

	.chromatic-nav--desktop .chromatic-nav__sublist--depth-0 {
		position: absolute;
		top: calc(100% + 0.45rem);
		right: 0;
		left: auto;
		min-width: 15rem;
		max-width: 19rem;
		padding: 0.45rem 0;
		margin: 0;
		list-style: none;
		background: rgb(255 255 255);
		border: 1px solid rgb(226 232 240);
		border-radius: 0.85rem;
		box-shadow:
			0 4px 6px -1px rgba(1, 92, 146, 0.06),
			0 22px 42px -14px rgba(1, 92, 146, 0.22);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0.5rem) scale(0.98);
		transform-origin: top center;
		transition:
			opacity 0.22s ease,
			transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0.22s;
		z-index: 60;
	}

	.dark .chromatic-nav--desktop .chromatic-nav__sublist--depth-0 {
		background: rgb(30 41 59);
		border-color: rgb(51 65 85);
		box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.5);
	}

	.chromatic-nav--desktop .chromatic-nav__item--depth-0:hover > .chromatic-nav__sublist--depth-0,
	.chromatic-nav--desktop .chromatic-nav__item--depth-0:focus-within > .chromatic-nav__sublist--depth-0 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) scale(1);
	}

	.chromatic-nav--desktop .chromatic-nav__link--depth-1 {
		display: flex;
		align-items: center;
		gap: 0.35rem;
		padding: 0.5rem 1rem;
		font-size: 0.8125rem;
		font-weight: 500;
		line-height: 1.35;
		color: rgb(71 85 105);
		border-bottom: none;
		border-radius: 0.5rem;
		margin: 0.08rem 0.4rem;
		transition: background 0.16s ease, color 0.16s ease;
		white-space: nowrap;
	}

	.dark .chromatic-nav--desktop .chromatic-nav__link--depth-1 {
		color: rgb(203 213 225);
	}

	.chromatic-nav--desktop .chromatic-nav__link--depth-1:hover {
		background: rgba(1, 92, 146, 0.09);
		color: #015c92;
	}

	.chromatic-nav--desktop .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-1,
	.chromatic-nav--desktop .chromatic-nav__item--active-branch > .chromatic-nav__link--depth-1 {
		background: rgba(1, 92, 146, 0.12);
		color: #015c92;
		font-weight: 600;
	}

	.chromatic-nav--desktop .chromatic-nav__item--depth-1.chromatic-nav__item--has-children {
		position: relative;
	}

	.chromatic-nav--desktop .chromatic-nav__sublist--depth-1 {
		position: absolute;
		top: 0;
		inset-inline-end: calc(100% + 0.4rem);
		inset-inline-start: auto;
		min-width: 12.5rem;
		max-width: 17rem;
		padding: 0.38rem 0;
		margin: 0;
		list-style: none;
		background: rgb(255 255 255);
		border: 1px solid rgb(226 232 240);
		border-radius: 0.75rem;
		box-shadow:
			0 3px 10px rgba(1, 92, 146, 0.08),
			0 14px 32px -8px rgba(1, 92, 146, 0.2);
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0.35rem, 0, 0) scale(0.98);
		transition:
			opacity 0.2s ease,
			transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
			visibility 0.2s;
		z-index: 70;
	}

	.dark .chromatic-nav--desktop .chromatic-nav__sublist--depth-1 {
		background: rgb(30 41 59);
		border-color: rgb(51 65 85);
		box-shadow: 0 18px 36px -10px rgba(0, 0, 0, 0.45);
	}

	.chromatic-nav--desktop .chromatic-nav__item--depth-1:hover > .chromatic-nav__sublist--depth-1,
	.chromatic-nav--desktop .chromatic-nav__item--depth-1:focus-within > .chromatic-nav__sublist--depth-1 {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0) scale(1);
	}

	.chromatic-nav--desktop .chromatic-nav__link--depth-2 {
		display: block;
		font-size: 0.78rem;
		font-weight: 500;
		color: rgb(100 116 139);
		padding: 0.42rem 0.85rem;
		margin: 0.06rem 0.35rem;
		border-radius: 0.45rem;
		transition: background 0.15s ease, color 0.15s ease;
	}

	.dark .chromatic-nav--desktop .chromatic-nav__link--depth-2 {
		color: rgb(186 199 216);
	}

	.chromatic-nav--desktop .chromatic-nav__link--depth-2:hover {
		background: rgba(212, 175, 55, 0.1);
		color: rgb(12 74 120);
	}

	.dark .chromatic-nav--desktop .chromatic-nav__link--depth-2:hover {
		color: rgb(224 231 239);
	}

	.chromatic-nav--desktop .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-2 {
		background: rgba(212, 175, 55, 0.14);
		color: #015c92;
		font-weight: 600;
	}
}

/* Mobile: drawer list + stepped indent */
.chromatic-nav--mobile .chromatic-nav__list--root {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.chromatic-nav--mobile .chromatic-nav__item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.chromatic-nav--mobile .chromatic-nav__link--depth-0 {
	display: block;
	padding: 0.9rem 1rem;
	border-radius: 0.9rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
	color: rgb(15 23 42);
	background: linear-gradient(145deg, rgb(248 250 252), rgb(241 245 249));
	border: 1px solid rgb(226 232 240);
	box-shadow: 0 1px 2px rgba(1, 92, 146, 0.04);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.dark .chromatic-nav--mobile .chromatic-nav__link--depth-0 {
	color: rgb(248 250 252);
	background: linear-gradient(145deg, rgb(30 41 59 / 0.65), rgb(15 23 42 / 0.85));
	border-color: rgb(51 65 85);
}

.chromatic-nav--mobile .chromatic-nav__link--depth-0:hover {
	border-color: rgba(1, 92, 146, 0.35);
	color: #015c92;
}

.chromatic-nav--mobile .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-0,
.chromatic-nav--mobile .chromatic-nav__item--active-branch > .chromatic-nav__link--depth-0 {
	border-color: rgba(1, 92, 146, 0.55);
	box-shadow: 0 0 0 1px rgba(1, 92, 146, 0.12);
	color: #015c92;
}

.dark .chromatic-nav--mobile .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-0,
.dark .chromatic-nav--mobile .chromatic-nav__item--active-branch > .chromatic-nav__link--depth-0 {
	color: rgb(147 197 253);
}

.dark .chromatic-nav--mobile .chromatic-nav__link--depth-0:hover,
.dark .chromatic-nav--mobile .chromatic-nav__link--depth-1:hover,
.dark .chromatic-nav--mobile .chromatic-nav__link--depth-2:hover {
	color: rgb(147 197 253);
}

.chromatic-nav--mobile .chromatic-nav__sublist--depth-0 {
	list-style: none;
	margin: 0.3rem 0 0.4rem 0;
	padding: 0.4rem 0 0.45rem 0;
	padding-inline-start: 0.85rem;
	margin-inline-start: 0.65rem;
	border-inline-start: 3px solid rgba(1, 92, 146, 0.42);
	background: linear-gradient(
		90deg,
		rgba(1, 92, 146, 0.06) 0%,
		rgba(1, 92, 146, 0) 62%
	);
	border-radius: 0 0.65rem 0.65rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.22rem;
}

.dark .chromatic-nav--mobile .chromatic-nav__sublist--depth-0 {
	border-inline-start-color: rgb(96 165 250 / 0.45);
	background: linear-gradient(
		90deg,
		rgba(1, 92, 146, 0.12) 0%,
		rgb(15 23 42 / 0) 70%
	);
}

.chromatic-nav--mobile .chromatic-nav__link--depth-1 {
	display: block;
	padding: 0.62rem 0.85rem;
	border-radius: 0.7rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgb(51 65 85);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(1, 92, 146, 0.12);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dark .chromatic-nav--mobile .chromatic-nav__link--depth-1 {
	color: rgb(214 224 238);
	background: rgb(30 41 59 / 0.45);
	border-color: rgba(148, 163, 184, 0.18);
}

.chromatic-nav--mobile .chromatic-nav__link--depth-1:hover {
	border-color: rgba(1, 92, 146, 0.32);
	color: #015c92;
}

.chromatic-nav--mobile .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-1 {
	background: rgba(1, 92, 146, 0.1);
	border-color: rgba(1, 92, 146, 0.35);
}

.dark .chromatic-nav--mobile .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-1 {
	color: rgb(224 231 239);
	background: rgb(1 92 146 / 0.22);
	border-color: rgb(96 165 250 / 0.35);
}

.chromatic-nav--mobile .chromatic-nav__sublist--depth-1 {
	list-style: none;
	margin: 0.22rem 0 0.2rem 0;
	padding: 0.32rem 0 0.35rem 0;
	padding-inline-start: 0.72rem;
	margin-inline-start: 0.52rem;
	border-inline-start: 3px solid rgba(212, 175, 55, 0.55);
	background: linear-gradient(
		90deg,
		rgba(212, 175, 55, 0.09) 0%,
		rgba(212, 175, 55, 0) 65%
	);
	border-radius: 0 0.55rem 0.55rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
}

.chromatic-nav--mobile .chromatic-nav__link--depth-2 {
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0.48rem 0.72rem;
	border-radius: 0.55rem;
	color: rgb(71 85 105);
	background: rgb(248 250 252 / 0.65);
	border: 1px dashed rgba(148, 163, 184, 0.35);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dark .chromatic-nav--mobile .chromatic-nav__link--depth-2 {
	color: rgb(186 199 216);
	background: rgb(15 23 42 / 0.35);
	border-color: rgb(100 116 139 / 0.35);
}

.chromatic-nav--mobile .chromatic-nav__link--depth-2:hover {
	border-color: rgba(212, 175, 55, 0.45);
	color: rgb(1 92 146);
}

.chromatic-nav--mobile .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-2 {
	border-style: solid;
	border-color: rgba(212, 175, 55, 0.55);
	background: rgba(212, 175, 55, 0.08);
	font-weight: 600;
}

.dark .chromatic-nav--mobile .chromatic-nav__item.current-menu-item > .chromatic-nav__link--depth-2 {
	color: rgb(224 231 239);
	background: rgb(212 175 55 / 0.14);
	border-color: rgb(212 175 55 / 0.55);
}

.chromatic-nav--mobile .chromatic-nav__chev {
	display: none !important;
}


@media (min-width: 768px) {
	.chromatic-sim-lens {
		--chromatic-iris-x: 52.1%;
		--chromatic-iris-y: 58.7%;
		--chromatic-iris-size: 11.5%;
		--chromatic-pupil-size: 3.9%;
	}
}

@media (min-width: 1024px) {
	.chromatic-sim-lens {
		--chromatic-iris-x: 52.8%;
		--chromatic-iris-y: 58.6%;
		--chromatic-iris-size: 11.7%;
		--chromatic-pupil-size: 4%;
	}
}

.chromatic-sim-eye-tint {
	-webkit-mask-image: radial-gradient(
		circle at var(--chromatic-iris-x) var(--chromatic-iris-y),
		transparent 0 calc(var(--chromatic-pupil-size) - 0.2%),
		rgba(0, 0, 0, 0.96) calc(var(--chromatic-pupil-size) + 0.3%) calc(var(--chromatic-iris-size) - 0.8%),
		rgba(0, 0, 0, 0.45) calc(var(--chromatic-iris-size) + 0.6%),
		transparent calc(var(--chromatic-iris-size) + 2.2%)
	);
	mask-image: radial-gradient(
		circle at var(--chromatic-iris-x) var(--chromatic-iris-y),
		transparent 0 calc(var(--chromatic-pupil-size) - 0.2%),
		rgba(0, 0, 0, 0.96) calc(var(--chromatic-pupil-size) + 0.3%) calc(var(--chromatic-iris-size) - 0.8%),
		rgba(0, 0, 0, 0.45) calc(var(--chromatic-iris-size) + 0.6%),
		transparent calc(var(--chromatic-iris-size) + 2.2%)
	);
	transition: background-color 300ms ease, opacity 300ms ease;
	pointer-events: none;
}

.chromatic-sim-eye-tint--color {
	background: rgb(var(--chromatic-sim-rgb));
	mix-blend-mode: color;
	opacity: var(--chromatic-sim-opacity);
}

.chromatic-sim-eye-tint--depth {
	background: radial-gradient(
		circle at var(--chromatic-iris-x) var(--chromatic-iris-y),
		rgba(255, 255, 255, 0.15) 0 calc(var(--chromatic-pupil-size) + 0.6%),
		rgba(var(--chromatic-sim-rgb), 0.45) calc(var(--chromatic-pupil-size) + 1.5%),
		rgba(var(--chromatic-sim-rgb), 0.85) calc(var(--chromatic-iris-size) - 1.2%),
		rgba(26, 34, 46, 0.35) calc(var(--chromatic-iris-size) + 0.7%),
		transparent calc(var(--chromatic-iris-size) + 2.4%)
	);
	mix-blend-mode: multiply;
	opacity: var(--chromatic-sim-depth);
}

.chromatic-sim-eye-tint--ring {
	background: radial-gradient(
		circle at var(--chromatic-iris-x) var(--chromatic-iris-y),
		transparent calc(var(--chromatic-iris-size) - 2.1%),
		rgba(20, 28, 40, 0.34) calc(var(--chromatic-iris-size) - 0.8%),
		transparent calc(var(--chromatic-iris-size) + 1.4%)
	);
	mix-blend-mode: soft-light;
	opacity: var(--chromatic-sim-ring);
}

/* ——— Language switcher ——— */
.chromatic-lang-switcher-wrap {
	flex-shrink: 0;
	min-width: 0;
}

.chromatic-lang-switcher {
	position: relative;
	flex-shrink: 0;
}

.chromatic-lang-flag {
	display: block;
	width: 1.25rem;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.chromatic-lang-switcher__menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	right: 0;
	z-index: 60;
	min-width: 9.5rem;
	margin: 0;
	padding: 0.35rem;
	list-style: none;
	border-radius: 0.75rem;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: #fff;
	box-shadow: 0 12px 28px -12px rgba(15, 23, 42, 0.35);
	opacity: 0;
	transform: translateY(-4px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.dark .chromatic-lang-switcher__menu {
	background: #0f172a;
	border-color: rgba(71, 85, 105, 0.65);
}

.chromatic-lang-switcher--open .chromatic-lang-switcher__menu {
	display: block;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.chromatic-lang-switcher__menu[hidden] {
	display: none;
}

.chromatic-lang-switcher__option {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.55rem 0.65rem;
	border-radius: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.dark .chromatic-lang-switcher__option {
	color: #e2e8f0;
}

.chromatic-lang-switcher__option:hover,
.chromatic-lang-switcher__option:focus-visible {
	background: rgba(1, 92, 146, 0.08);
	color: #015c92;
	outline: none;
}

.dark .chromatic-lang-switcher__option:hover,
.dark .chromatic-lang-switcher__option:focus-visible {
	background: rgba(1, 92, 146, 0.18);
	color: #7dd3fc;
}

.chromatic-lang-switcher__option--current {
	background: rgba(1, 92, 146, 0.06);
	color: #015c92;
}

.dark .chromatic-lang-switcher__option--current {
	background: rgba(1, 92, 146, 0.14);
	color: #7dd3fc;
}

.chromatic-nav__drawer .chromatic-lang-switcher__menu {
	left: auto;
	right: 0;
}

@media (max-width: 639px) {
	.chromatic-lang-switcher__toggle {
		padding: 0.45rem;
		gap: 0.25rem;
	}

	.chromatic-lang-switcher__label {
		display: none;
	}

	.chromatic-lang-switcher__toggle .material-icons {
		font-size: 1.125rem;
	}

	.chromatic-lang-switcher__menu {
		left: 0;
		right: auto;
		min-width: 8.75rem;
		max-width: calc(100vw - 1.5rem);
	}
}
