.loom-field__label {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}

.loom-i18n-lang-link {
	display: inline;
	font-size: 11px;
	font-weight: 500;
	color: #033f1d;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	white-space: nowrap;
}

.loom-i18n-lang-link:hover,
.loom-i18n-lang-link:focus {
	color: #011508;
}

.loom-page-seo .loom-page-seo__label {
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

.loom-page-seo .loom-i18n-lang-link {
	color: #9ca3af;
	font-size: 10px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.loom-page-seo .loom-i18n-lang-link:hover,
.loom-page-seo .loom-i18n-lang-link:focus {
	color: #d1d5db;
}

.loom-i18n-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.loom-i18n-modal.is-open {
	display: flex;
}

.loom-i18n-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 21, 8, 0.55);
}

.loom-i18n-modal__panel {
	position: relative;
	width: min(520px, 100%);
	max-height: min(85vh, 720px);
	overflow: auto;
	background: #f9f9f7;
	border: 1px solid #d8d2c6;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(1, 21, 8, 0.2);
	padding: 16px 18px 14px;
}

.loom-i18n-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.loom-i18n-modal__header h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #033f1d;
}

.loom-i18n-modal__close {
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #011508;
}

.loom-i18n-modal__field + .loom-i18n-modal__field {
	margin-top: 10px;
}

.loom-i18n-modal__name {
	font-weight: 600;
	color: #033f1d;
	font-size: 13px;
}

.loom-i18n-modal__native {
	font-weight: 400;
	color: #666;
	font-size: 12px;
}

.loom-i18n-modal__warn {
	margin: 10px 0 0;
	padding: 8px 10px;
	border-radius: 6px;
	background: #fff8e8;
	border: 1px solid #e8d4a8;
	color: #5c4a1f;
	font-size: 12px;
	line-height: 1.45;
}

.loom-i18n-modal__footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 14px;
}

.loom-i18n-modal .loom-btn--primary {
	background: #033f1d;
	color: #f7f0e3;
	border-color: #033f1d;
}

.loom-i18n-modal .loom-btn--primary:hover {
	background: #011508;
}

.nav-utility-bar .lang-switcher a.lang-option {
	display: block;
	text-decoration: none;
}

.nav-utility-bar .lang-switcher a.lang-option.is-active {
	color: #c9973a;
}

.nav-utility-bar .lang-switcher .dropdown-menu.show {
	display: block;
}
