﻿/* Brand: English + Thai on two lines */
.brand-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  gap: 0.1em;
}
.brand-stack__en {
  display: block;
}
.brand-stack__th {
  display: block;
  font-size: 0.82em;
  font-weight: 500;
  opacity: 0.92;
}
.brand-stack--block {
  display: flex;
}
.brand-stack--center {
  align-items: center;
  text-align: center;
}
.side-nav__brand .brand-stack,
.mobile-menu-bar .brand-stack {
  color: inherit;
}
.hero-bleed__brand .brand-stack__th {
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0.2em;
  opacity: 0.88;
}
.navbar-brand .brand-stack {
  vertical-align: middle;
}
