/* =========================================================
   LML Mobile Header Only Fix 2026-06-06
   Scope: mobile top header strip only.
   Purpose: reduce the mobile header from 3 lines to 2 lines
            without affecting desktop, footer, menus, buttons,
            lesson page, certificate page, or global styles.
   ========================================================= */

@media (max-width: 720px) {
  /* Hide the third supporting line on mobile only:
     "เรียนรู้ • ทดลอง • รับเกียรติบัตร" */
  .site-header .header-strip .header-brand-meta {
    display: none !important;
  }

  /* Make the remaining two lines more compact */
  .site-header .header-strip {
    min-height: auto !important;
    padding: 7px 0 8px !important;
  }

  .site-header .header-strip .header-strip-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    min-height: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    line-height: 1.25 !important;
  }

  .site-header .header-strip .header-strip-inner span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .site-header .header-strip .header-brand-name {
    color: var(--lml-gold-500, var(--gold-500, #f4c542)) !important;
    font-size: .88rem !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
  }

  .site-header .header-strip .header-brand-tagline {
    color: rgba(255, 255, 255, .96) !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 380px) {
  .site-header .header-strip .header-brand-name {
    font-size: .84rem !important;
  }

  .site-header .header-strip .header-brand-tagline {
    font-size: .74rem !important;
  }
}
