/* Vietnamese-first typography: all customer-facing copy uses a font with full Vietnamese support. */
body,
button,
input,
textarea {
  font-family: 'Be Vietnam Pro', Arial, sans-serif;
}

/* A consistent visual field prevents different source-image aspect ratios from competing. */
.case-company {
  width: 166px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.case-company img {
  width: auto;
  height: 42px;
  max-width: 150px;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.case-company-lalamove img { max-width: 150px; }
.case-company-base img { max-width: 145px; }

/* The sourced TopDev asset is a square mark, so it receives a quiet text lockup. */
.case-company-topdev img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  flex: 0 0 40px;
  mix-blend-mode: multiply;
}

.case-company-topdev > span {
  color: #4a4a4a;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}

.case-company-topdev > span > span { color: #e54b40; }

@media (min-width: 801px) {
  .case { grid-template-columns: 70px 175px 1fr 140px; }
}

@media (max-width: 800px) {
  .case-company { width: 145px; height: 44px; }
  .case-company img { height: 36px; max-height: 36px; max-width: 135px; }
  .case-company-topdev img { width: 34px; height: 34px; flex-basis: 34px; }
  .case-company-topdev > span { font-size: 17px; }
}
