.st-metabox .st-language-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-metabox .st-language-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f1;
}

.st-metabox .st-language-item:last-child {
	border-bottom: none;
}

.st-metabox .st-lang-label {
	font-weight: 600;
}

.st-metabox .st-status {
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 3px;
	margin-left: 6px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.st-metabox .st-status-publish {
	background: #d1e7dd;
	color: #0a3622;
}

.st-metabox .st-status-draft {
	background: #fff3cd;
	color: #664d03;
}

.st-metabox .st-status-pending,
.st-metabox .st-status-private {
	background: #e2e3e5;
	color: #41464b;
}

.st-metabox .st-current-lang {
	background: #f0f6fc;
	padding: 8px 10px;
	border-radius: 4px;
	border-left: 3px solid #2271b1;
}

.st-metabox .st-loading {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.st-metabox .st-duplicate-btn {
	font-size: 12px;
}

/* Front-end switcher */
.st-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
}

.st-language-switcher ul {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 4px;
}

.st-language-switcher li {
	margin: 0;
}

.st-language-switcher a,
.st-language-switcher span.st-lang-current {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	text-decoration: none;
	color: inherit;
	border: 1px solid transparent;
}

.st-language-switcher a:hover {
	background: rgba(0, 0, 0, 0.05);
}

.st-language-switcher .st-active a,
.st-language-switcher .st-active span {
	font-weight: 700;
	border-color: currentColor;
}

.st-language-switcher .st-unavailable {
	opacity: 0.5;
}

/* Browser-language suggestion banner (off by default, opt-in) */
.st-lang-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 420px;
	margin: 0 auto;
	background: #1d2327;
	color: #fff;
	padding: 14px 18px;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	z-index: 99999;
	font-size: 14px;
}

.st-lang-banner a {
	color: #8ab4f8;
	font-weight: 600;
	text-decoration: none;
}

.st-lang-banner button.st-dismiss {
	background: transparent;
	border: none;
	color: #ccc;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0 4px;
}
