/* Custom classes that Tailwind utilities can't express cleanly inline */

[x-cloak] { display: none; }

.panel {
  background: white;
  border: 1px solid #e2e4e9;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}

.panel-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #9ca3af;
  margin-bottom: 0.6rem;
}

/* Vietnamese text: distinct colour + generous line-height for diacritics */
.viet-text {
  color: #1e3a5f;
  line-height: 1.45;
}
