/* Custom styles (optional). Tailwind is loaded via CDN. */
/* Keep minimal to maintain clarity. */

/* Example tweak: improve table readable width on very small screens */
@media (max-width: 420px) {
	table th, table td { font-size: 0.8rem; }
}

/* Simple pressed state for language buttons */
button[aria-pressed="true"] {
	outline: 2px solid #2563eb; /* blue-600 */
}


