/* SovereignTranslate — Admin styles */

.st-wrap h1 {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 22px;
	margin-bottom: 4px;
}

.st-logo { font-size: 26px; }

.st-tagline {
	color: #666;
	font-size: 14px;
	margin-bottom: 24px;
}

.st-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 24px;
	align-items: start;
	margin-top: 16px;
}

@media (max-width: 900px) {
	.st-layout { grid-template-columns: 1fr; }
}

.st-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 20px 24px;
	margin-bottom: 16px;
}

.st-card h2 {
	font-size: 15px;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
}

.st-card h3 {
	font-size: 13px;
	margin: 0 0 10px;
}

.st-card p { font-size: 13px; margin: 0 0 8px; }
.st-card code { font-size: 12px; background: #f6f7f7; padding: 2px 6px; border-radius: 3px; }

.st-sidebar .st-card {
	padding: 16px 18px;
}

.st-status {
	border-left: 4px solid #dcdcde;
}

.st-status-ok { border-left-color: #00a32a; }
.st-status-warn { border-left-color: #dba617; }

.st-snippet-url {
	display: block;
	margin-top: 8px;
	font-size: 11px;
	word-break: break-all;
	color: #50575e;
}

/* Shortcode inline switcher styles (injected on frontend too via wp_head) */
.st-switcher { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }

.st-lang-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	font-family: inherit;
	transition: background 0.15s, border-color 0.15s;
}

.st-lang-btn:hover { background: #e7e7e7; border-color: #bbb; }
.st-lang-btn.active { background: #2271b1; color: #fff; border-color: #2271b1; }
.st-lang-code { font-size: 11px; font-weight: 600; }

.st-switcher-dropdown select {
	padding: 6px 10px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	font-size: 13px;
	font-family: inherit;
	cursor: pointer;
}
