/* V005.5: keep the short-name hint aligned with the 4-column name field. */
@media (min-width: 761px) {
  #xem-ngay .astro-form > .astro-form__hint {
    grid-column: 1 / span 4 !important;
    grid-row: 3 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    white-space: nowrap !important;
  }
}
