/*
Theme Name: Panda Preschool Gấu Trúc
Theme URI: https://giaoducgautruc.com/
Author: Meowholic / Cody
Description: Match the note box width to the schedule table and style each note as a bulleted item.
Version: 6.21.29
Requires at least: 6.0
Tested up to: 6.7
Text Domain: panda-preschool
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");


:root{--panda-green:#047857;--panda-dark:#064e3b;--panda-soft:#ecfdf5;--panda-border:#d1fae5;--panda-text:#0f172a;--panda-muted:#64748b;--panda-shadow:0 18px 50px rgba(16,185,129,.14)}
*{box-sizing:border-box}body{margin:0;font-family: "Montserrat", sans-serif;color:var(--panda-text);background:#fff}.panda-blog-header{border-bottom:1px solid var(--panda-border);background:#fff}.panda-blog-container{max-width:1120px;margin:0 auto;padding:0 20px}.panda-blog-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.panda-blog-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--panda-dark);font-weight:900}.panda-blog-logo{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;background:var(--panda-green);color:#fff;font-weight:900}.panda-blog-title{font-size:18px;line-height:1.2}.panda-blog-slogan{font-size:13px;color:var(--panda-muted);font-weight:700;margin-top:2px}.panda-blog-actions{display:flex;align-items:center;gap:10px}.panda-blog-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;text-decoration:none;font-size:14px;font-weight:900}.panda-blog-actions .home{background:var(--panda-soft);color:var(--panda-green)}.panda-blog-actions .phone{background:var(--panda-green);color:#fff}.panda-blog-hero{background:linear-gradient(135deg,#ecfdf5,#fff,#eff6ff);padding:50px 0}.panda-blog-hero h1{margin:0;color:var(--panda-dark);font-size:42px;line-height:1.1}.panda-blog-hero p{max-width:720px;color:#475569;font-size:18px;line-height:1.7}.panda-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:44px 0}.panda-post-card{border:1px solid var(--panda-border);border-radius:28px;background:#fff;overflow:hidden;box-shadow:var(--panda-shadow)}.panda-post-card a{text-decoration:none;color:inherit}.panda-post-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#d1fae5,#fff);display:flex;align-items:center;justify-content:center;color:var(--panda-green);font-weight:900}.panda-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.panda-post-body{padding:22px}.panda-post-body h2{font-size:20px;line-height:1.3;color:var(--panda-dark);margin:0}.panda-post-body p{color:#475569;line-height:1.65}.panda-post-date{color:var(--panda-green);font-weight:900;font-size:13px;margin-bottom:9px}.panda-single{max-width:860px;margin:0 auto;padding:44px 20px}.panda-single h1{font-size:44px;line-height:1.12;color:var(--panda-dark);margin:0 0 14px}.panda-single-meta{color:var(--panda-green);font-weight:900;margin-bottom:22px}.panda-single-thumb{border-radius:28px;overflow:hidden;margin:24px 0;box-shadow:var(--panda-shadow)}.panda-single-thumb img{width:100%;height:auto;display:block}.panda-single-content{font-size:18px;line-height:1.85;color:#334155}.panda-single-content img{max-width:100%;height:auto;border-radius:18px}.panda-single-content a{color:var(--panda-green);font-weight:800}.panda-back-link{display:inline-flex;margin-top:30px;padding:12px 18px;border-radius:999px;background:var(--panda-soft);color:var(--panda-green);text-decoration:none;font-weight:900}.panda-blog-footer{border-top:1px solid var(--panda-border);background:var(--panda-dark);color:#d1fae5;margin-top:40px;padding:30px 0;text-align:center}.panda-empty{padding:50px 0;color:#475569;font-size:18px}@media(max-width:900px){.panda-post-grid{grid-template-columns:1fr 1fr}.panda-blog-hero h1,.panda-single h1{font-size:34px}.panda-blog-actions{display:none}}@media(max-width:640px){.panda-post-grid{grid-template-columns:1fr}.panda-blog-title{font-size:15px}.panda-blog-slogan{display:none}.panda-single h1{font-size:30px}.panda-blog-hero{padding:34px 0}}


/* v1.4 - Header responsive fix cho MacBook/laptop 13 inch.
   Bản v1.3 dùng breakpoint xl (>=1280px), nên nhiều màn 13 inch/zoom 110%-125% bị chuyển sang hamburger.
   Từ v1.4, header đầy đủ sẽ hiện từ khoảng 1100px, đồng thời tự nén khoảng cách để không tràn chữ. */
@media (min-width: 1100px) and (max-width: 1279px) {
  header > div.mx-auto {
    gap: 0.45rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  header nav.hidden.items-center {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
    gap: 0.15rem !important;
    min-width: 0 !important;
  }

  header nav.hidden.items-center button {
    padding: 0.55rem 0.5rem !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    max-width: 128px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  header > div.mx-auto > button:first-child {
    flex: 0 1 245px !important;
    min-width: 205px !important;
    max-width: 245px !important;
  }

  header > div.mx-auto > button:first-child > div {
    gap: 0.65rem !important;
  }

  header > div.mx-auto > button:first-child .text-2xl,
  header > div.mx-auto > button:first-child .text-xl,
  header > div.mx-auto > button:first-child .text-lg {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  header > div.mx-auto > button:first-child .text-sm,
  header > div.mx-auto > button:first-child .text-xs {
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  header > div.mx-auto > div.hidden.items-center.gap-3 {
    display: flex !important;
    gap: 0.45rem !important;
    flex: 0 0 auto !important;
  }

  header > div.mx-auto > div.hidden.items-center.gap-3 > a {
    padding: 0.62rem 0.75rem !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  header > div.mx-auto > div.hidden.items-center.gap-3 > button {
    padding: 0.65rem 0.9rem !important;
    min-width: auto !important;
    max-width: 94px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  header > div.mx-auto > button.rounded-2xl.p-2 {
    display: none !important;
  }
}

/* Nếu viewport hơi hẹp hơn nữa, vẫn ưu tiên hiện menu; ẩn hotline để tránh bể layout. */
@media (min-width: 1024px) and (max-width: 1099px) {
  header > div.mx-auto {
    gap: 0.35rem !important;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  header nav.hidden.items-center {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
    gap: 0.1rem !important;
    min-width: 0 !important;
  }

  header nav.hidden.items-center button {
    padding: 0.5rem 0.38rem !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    max-width: 105px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  header > div.mx-auto > button:first-child {
    flex: 0 1 210px !important;
    min-width: 180px !important;
    max-width: 210px !important;
  }

  header > div.mx-auto > button:first-child .text-2xl,
  header > div.mx-auto > button:first-child .text-xl,
  header > div.mx-auto > button:first-child .text-lg {
    font-size: 15px !important;
    line-height: 1.1 !important;
  }

  header > div.mx-auto > button:first-child .text-sm,
  header > div.mx-auto > button:first-child .text-xs {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  header > div.mx-auto > div.hidden.items-center.gap-3 {
    display: flex !important;
    gap: 0.35rem !important;
  }

  header > div.mx-auto > div.hidden.items-center.gap-3 > a {
    display: none !important;
  }

  header > div.mx-auto > div.hidden.items-center.gap-3 > button {
    padding: 0.58rem 0.72rem !important;
    max-width: 82px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  header > div.mx-auto > button.rounded-2xl.p-2 {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  header > div.mx-auto > button:first-child {
    max-width: calc(100vw - 110px) !important;
  }
}

/* v1.4.1 - Full header từ 900px trở lên.
   Giữ thiết kế/trang chủ của v1.4, chỉ sửa breakpoint header:
   - >=900px: hiện menu ngang đầy đủ.
   - 900-1023px: nén logo/menu, ẩn hotline, giữ nút Đặt lịch hẹn gọn.
   - <900px: giữ hamburger menu cho tablet/phone. */
@media (min-width: 900px) and (max-width: 1023px) {
  #root > header > div.mx-auto,
  header > div.mx-auto {
    gap: 0.28rem !important;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }

  #root > header nav.hidden.items-center,
  header nav.hidden.items-center {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.05rem !important;
    min-width: 0 !important;
  }

  #root > header nav.hidden.items-center button,
  header nav.hidden.items-center button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.45rem 0.28rem !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 1.08 !important;
    max-width: 96px !important;
    min-height: 38px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #root > header > div.mx-auto > button:first-child,
  header > div.mx-auto > button:first-child {
    flex: 0 1 178px !important;
    min-width: 150px !important;
    max-width: 178px !important;
  }

  #root > header > div.mx-auto > button:first-child > div,
  header > div.mx-auto > button:first-child > div {
    gap: 0.45rem !important;
  }

  #root > header > div.mx-auto > button:first-child .h-11,
  #root > header > div.mx-auto > button:first-child .h-12,
  #root > header > div.mx-auto > button:first-child .h-14,
  header > div.mx-auto > button:first-child .h-11,
  header > div.mx-auto > button:first-child .h-12,
  header > div.mx-auto > button:first-child .h-14 {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
  }

  #root > header > div.mx-auto > button:first-child .text-2xl,
  #root > header > div.mx-auto > button:first-child .text-xl,
  #root > header > div.mx-auto > button:first-child .text-lg,
  #root > header > div.mx-auto > button:first-child .text-base,
  header > div.mx-auto > button:first-child .text-2xl,
  header > div.mx-auto > button:first-child .text-xl,
  header > div.mx-auto > button:first-child .text-lg,
  header > div.mx-auto > button:first-child .text-base {
    font-size: 13px !important;
    line-height: 1.06 !important;
  }

  #root > header > div.mx-auto > button:first-child .text-sm,
  #root > header > div.mx-auto > button:first-child .text-xs,
  header > div.mx-auto > button:first-child .text-sm,
  header > div.mx-auto > button:first-child .text-xs {
    display: none !important;
  }

  #root > header > div.mx-auto > div.hidden.items-center.gap-3,
  header > div.mx-auto > div.hidden.items-center.gap-3 {
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 0.25rem !important;
  }

  /* Ẩn hotline ở 900-1023px để đủ chỗ cho full menu. */
  #root > header > div.mx-auto > div.hidden.items-center.gap-3 > a,
  header > div.mx-auto > div.hidden.items-center.gap-3 > a {
    display: none !important;
  }

  #root > header > div.mx-auto > div.hidden.items-center.gap-3 > button,
  header > div.mx-auto > div.hidden.items-center.gap-3 > button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.52rem 0.55rem !important;
    max-width: 72px !important;
    min-width: 62px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #root > header > div.mx-auto > button.rounded-2xl.p-2,
  header > div.mx-auto > button.rounded-2xl.p-2 {
    display: none !important;
  }

  /* Nếu người dùng từng bấm mở hamburger rồi kéo rộng màn hình, ẩn panel mobile ở >=900px. */
  #root > header > div.border-t.border-emerald-100,
  header > div.border-t.border-emerald-100 {
    display: none !important;
  }
}

@media (min-width: 900px) {
  #root > header > div.mx-auto > button.rounded-2xl.p-2,
  header > div.mx-auto > button.rounded-2xl.p-2 {
    display: none !important;
  }
}

@media (max-width: 899px) {
  #root > header nav.hidden.items-center,
  #root > header > div.mx-auto > div.hidden.items-center.gap-3,
  header nav.hidden.items-center,
  header > div.mx-auto > div.hidden.items-center.gap-3 {
    display: none !important;
  }
}


/* v1.4.2 fallback: nếu inline CSS bị cache, vẫn cố ép menu desktop hiện từ 900px. */
@media (min-width: 900px) {
  #root header nav[class*="lg:flex"],
  #root header nav[class*="hidden"][class*="items-center"] { display:flex!important; }
  #root header > div[class*="mx-auto"] > div[class*="lg:flex"],
  #root header > div[class*="mx-auto"] > div[class*="hidden"][class*="items-center"] { display:flex!important; }
  #root header button[class*="lg:hidden"] { display:none!important; }
}


/* Footer credit Meowholic */
.panda-meowholic-credit{margin-top:8px;color:#a7f3d0;font-size:13px;line-height:1.5;font-weight:700;text-align:center}.panda-meowholic-credit a{color:#d1fae5;text-decoration:none;font-weight:900}.panda-meowholic-credit a:hover{text-decoration:underline}


/* v1.9.8 - credit footer hardcoded */
.panda-footer-credit-direct{display:block;margin-top:10px;color:#a7f3d0;font-size:14px;font-weight:700;line-height:1.5}
.panda-footer-credit-direct a{color:#d1fae5;text-decoration:none;font-weight:900}
.panda-footer-credit-direct a:hover{text-decoration:underline;color:#fff}


/* v6.17.0 blog/archive header aligned with main website */
.panda-blog-header{
  margin:18px auto 0;
  width:min(1440px,calc(100% - 32px));
  overflow:hidden;
  border:1px solid #d1fae5;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.08);
}
.panda-blog-container{max-width:1320px;margin:0 auto;padding:0 28px}
.panda-blog-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:22px 0;
}
.panda-blog-brand{
  display:flex;
  min-width:0;
  align-items:center;
  gap:15px;
  color:#064e3b;
  text-decoration:none;
}
.panda-blog-logo{
  display:grid;
  flex:0 0 auto;
  width:64px;
  height:64px;
  place-items:center;
  border-radius:22px;
  background:#16865d;
  color:#fff;
  font-size:25px;
  font-weight:900;
}
.panda-blog-brand-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
}
.panda-blog-title{
  color:#064e3b;
  font-size:clamp(20px,2vw,30px);
  font-weight:900;
  line-height:1.1;
}
.panda-blog-slogan{
  display:block;
  margin-top:5px;
  color:#64748b;
  font-size:14px;
  font-weight:700;
  line-height:1.35;
}
.panda-blog-hotline{
  flex:0 0 auto;
  text-align:right;
}
.panda-blog-hotline-label{
  display:block;
  color:#047857;
  font-size:13px;
  font-weight:900;
}
.panda-blog-hotline-number{
  display:block;
  margin-top:3px;
  color:#052e2b;
  font-size:21px;
  font-weight:900;
  text-decoration:none;
}
.panda-blog-menu{
  display:grid;
  grid-template-columns:72px 1fr 1.35fr .75fr .65fr;
  background:linear-gradient(90deg,#39df3e 0%,#eef02c 100%);
}
.panda-blog-menu a{
  display:flex;
  min-height:78px;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  color:#064e3b;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  line-height:1.28;
}
.panda-blog-menu a:hover,
.panda-blog-menu a.is-active{
  background:rgba(255,255,255,.24);
}
.panda-blog-menu-home{font-size:24px!important}
.panda-blog-menu-label small{
  display:block;
  font-size:12px;
  font-weight:800;
}
.panda-blog-menu-label strong{
  display:block;
  font-size:15px;
}
.panda-blog-hero{
  margin-top:28px;
  background:linear-gradient(135deg,#ecfdf5,#fff,#eff6ff);
  padding:52px 0;
}
.panda-blog-hero h1{margin:0;color:#052e2b;font-size:42px;line-height:1.1}
.panda-blog-hero p{max-width:760px;color:#475569;font-size:18px;line-height:1.7}
@media(max-width:980px){
  .panda-blog-hotline{display:none}
  .panda-blog-menu{grid-template-columns:64px 1fr 1.25fr .7fr .6fr}
  .panda-blog-menu a{padding:12px 10px;font-size:12px}
  .panda-blog-menu-label strong{font-size:13px}
}
@media(max-width:760px){
  .panda-blog-header{
    width:calc(100% - 20px);
    margin-top:10px;
    border-radius:24px;
  }
  .panda-blog-container{padding:0 16px}
  .panda-blog-nav{padding:15px 0}
  .panda-blog-logo{width:52px;height:52px;border-radius:18px;font-size:21px}
  .panda-blog-title{font-size:18px}
  .panda-blog-slogan{
    max-width:230px;
    white-space:normal;
    font-size:12px;
  }
  .panda-blog-menu{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x proximity;
  }
  .panda-blog-menu a{
    flex:0 0 auto;
    min-width:150px;
    min-height:68px;
    scroll-snap-align:start;
  }
  .panda-blog-menu-home{min-width:68px!important}
}



/* v6.17.1 blog header address + skip-link fix */
.panda-skip-link,
a.panda-skip-link,
body > a[href="#panda-main-content"],
body > a[href="#main-content"],
body > a[href="#content"]{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
  transform:none !important;
}

.panda-skip-link:focus,
.panda-skip-link:focus-visible,
body > a[href="#panda-main-content"]:focus,
body > a[href="#main-content"]:focus,
body > a[href="#content"]:focus{
  top:14px !important;
  left:14px !important;
  width:auto !important;
  height:auto !important;
  padding:12px 16px !important;
  margin:0 !important;
  overflow:visible !important;
  clip:auto !important;
  white-space:normal !important;
  border-radius:12px !important;
  background:#ffffff !important;
  color:#047857 !important;
  box-shadow:0 12px 30px rgba(15,23,42,.18) !important;
  opacity:1 !important;
  pointer-events:auto !important;
  z-index:999999 !important;
}

.panda-blog-header{
  width:min(1440px,calc(100% - 40px)) !important;
  margin:20px auto 0 !important;
}

.panda-blog-container{
  max-width:1360px !important;
  padding-left:24px !important;
  padding-right:24px !important;
}

.panda-blog-nav{
  display:grid !important;
  grid-template-columns:minmax(380px,1.1fr) minmax(420px,1fr) auto !important;
  align-items:center !important;
  gap:30px !important;
  padding:24px 0 !important;
}

.panda-blog-addresses{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
  color:#334155;
  font-size:13px;
  font-weight:800;
  line-height:1.35;
}

.panda-blog-address-row{
  display:flex;
  align-items:flex-start;
  gap:8px;
}

.panda-blog-address-icon{
  flex:0 0 auto;
  color:#047857;
  font-size:15px;
  line-height:1.2;
}

.panda-blog-address-row strong{
  color:#064e3b;
}

.panda-blog-title{
  white-space:nowrap;
}

.panda-blog-slogan{
  white-space:normal !important;
  max-width:430px;
}

@media(max-width:1180px){
  .panda-blog-nav{
    grid-template-columns:minmax(360px,1fr) minmax(340px,.9fr) !important;
  }
  .panda-blog-hotline{
    display:none !important;
  }
}

@media(max-width:900px){
  .panda-blog-header{
    width:calc(100% - 24px) !important;
    margin-top:12px !important;
  }
  .panda-blog-nav{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .panda-blog-addresses{
    padding-top:4px;
    border-top:1px solid #d1fae5;
    padding-bottom:2px;
  }
}

@media(max-width:760px){
  .panda-blog-header{
    width:calc(100% - 16px) !important;
    margin-top:8px !important;
  }
  .panda-blog-container{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  .panda-blog-addresses{
    font-size:12px;
  }
}
/* End v6.17.1 */


/* v6.18.0 shared global shell */
.panda-shared-header{
  width:min(1440px,calc(100% - 32px));
  margin:18px auto 0;
  overflow:hidden;
  border:1px solid #d1fae5;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.08);
}
.panda-shared-header-top{
  display:grid;
  grid-template-columns:minmax(390px,1.1fr) minmax(390px,1fr) auto;
  align-items:center;
  gap:28px;
  padding:22px 28px;
}
.panda-shared-brand{
  display:flex;
  min-width:0;
  align-items:center;
  gap:15px;
  color:#064e3b;
  text-decoration:none;
}
.panda-shared-logo{
  display:grid;
  flex:0 0 auto;
  width:64px;
  height:64px;
  place-items:center;
  border-radius:22px;
  background:#16865d;
  color:#fff;
  font-size:25px;
  font-weight:900;
}
.panda-shared-brand-copy{display:flex;min-width:0;flex-direction:column}
.panda-shared-brand-name{font-size:clamp(20px,2vw,30px);font-weight:900;line-height:1.1}
.panda-shared-slogan{margin-top:5px;color:#64748b;font-size:14px;font-weight:700;line-height:1.35}
.panda-shared-addresses{display:flex;flex-direction:column;gap:7px;color:#334155;font-size:13px;font-weight:700;line-height:1.35}
.panda-shared-addresses strong{color:#064e3b}
.panda-shared-hotline{text-align:right}
.panda-shared-hotline span{display:block;color:#047857;font-size:13px;font-weight:800}
.panda-shared-hotline a{display:block;margin-top:2px;color:#052e2b;font-size:17px;font-weight:800;text-decoration:none}
.panda-shared-menu{
  display:grid;
  grid-template-columns:72px 1fr 1.35fr .75fr .65fr;
  background:linear-gradient(90deg,#39df3e 0%,#eef02c 100%);
}
.panda-shared-menu>a{
  display:flex;
  min-height:78px;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  color:#064e3b;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  line-height:1.28;
}
.panda-shared-menu>a:hover,.panda-shared-menu>a.is-active{background:rgba(255,255,255,.25)}
.panda-shared-menu small{display:block;font-size:11px;font-weight:800}
.panda-shared-menu strong{display:block;font-size:13px;font-weight:900}
.panda-shared-home{font-size:0!important;font-weight:900}
.panda-shared-footer{
  margin-top:42px;
  background:linear-gradient(135deg,#38df42,#f2e52e);
  color:#052e2b;
}
.panda-shared-footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr .75fr;
  gap:28px;
  max-width:1440px;
  margin:0 auto;
  padding:42px 34px 32px;
}
.panda-shared-footer h3{margin:0 0 12px;font-size:18px}
.panda-shared-footer p{margin:0 0 12px;line-height:1.65}
.panda-shared-footer a{display:block;margin:8px 0;color:#052e2b;font-weight:800;text-decoration:none}
.panda-shared-credit{
  display:flex;
  justify-content:center;
  gap:28px;
  padding:14px 20px 18px;
  border-top:1px solid rgba(5,46,43,.16);
  text-align:center;
  font-size:12px;
  font-weight:700;
}
.panda-shared-floating{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9990;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.panda-shared-floating>*{
  display:flex;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  background:#42db36;
  color:#fff;
  font-size:24px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(15,23,42,.18);
  cursor:pointer;
}
.panda-shared-back-top{display:none}
.panda-shared-back-top.show{display:flex}
@media(max-width:1100px){
  .panda-shared-header-top{grid-template-columns:minmax(360px,1fr) minmax(320px,.9fr)}
  .panda-shared-hotline{display:none}
}
@media(max-width:820px){
  .panda-shared-header{width:calc(100% - 20px);margin-top:10px;border-radius:24px}
  .panda-shared-header-top{grid-template-columns:1fr;gap:15px;padding:16px}
  .panda-shared-addresses{padding-top:12px;border-top:1px solid #d1fae5;font-size:12px}
  .panda-shared-menu{display:flex;overflow-x:auto;scroll-snap-type:x proximity}
  .panda-shared-menu>a{flex:0 0 auto;min-width:150px;min-height:68px;scroll-snap-align:start;padding:11px 12px}
  .panda-shared-home{min-width:66px!important}
  .panda-shared-footer-grid{grid-template-columns:1fr 1fr;padding:34px 22px}
  .panda-shared-credit{flex-direction:column;gap:4px}
}
@media(max-width:560px){
  .panda-shared-logo{width:52px;height:52px;border-radius:18px;font-size:21px}
  .panda-shared-brand-name{font-size:18px}
  .panda-shared-slogan{font-size:12px}
  .panda-shared-footer-grid{grid-template-columns:1fr}
  .panda-shared-floating{right:14px;bottom:14px}
  .panda-shared-floating>*{width:52px;height:52px}
}
/* End v6.18.0 shared global shell */


/* v6.18.1 restore approved footer + hamburger navigation */

/* Header toggle is desktop-hidden */
.panda-shared-menu-toggle{
  display:none;
  width:52px;
  height:52px;
  padding:0;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#47DB42,#FFDB42);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(47,125,50,.18);
}
.panda-shared-menu-toggle span{
  display:block;
  width:22px;
  height:2.5px;
  border-radius:999px;
  background:#064e3b;
  transition:transform .2s ease,opacity .2s ease;
}
.panda-shared-menu-toggle.is-open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.panda-shared-menu-toggle.is-open span:nth-child(2){opacity:0}
.panda-shared-menu-toggle.is-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* Approved footer card */
.panda-approved-footer{
  position:relative;
  width:calc(100% - 32px);
  max-width:calc(100% - 32px);
  margin:40px auto 24px;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(90deg,#47DB42 0%,#FFDB42 100%);
  color:#000;
  box-shadow:0 20px 60px rgba(8,50,31,.10);
}
.panda-approved-footer::after{
  content:"🐼";
  position:absolute;
  left:38px;
  bottom:70px;
  font-size:118px;
  line-height:1;
  opacity:.09;
  pointer-events:none;
}
.panda-approved-footer .panda-shared-footer-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.18fr 1fr 1fr .88fr;
  gap:0;
  max-width:none;
  padding:34px 44px 28px;
}
.panda-approved-footer .panda-shared-footer-grid>div{
  min-width:0;
  padding:0 24px;
  border-left:1px solid rgba(7,53,31,.23);
  color:#000;
}
.panda-approved-footer .panda-shared-footer-grid>div:first-child{
  border-left:0;
  text-align:center;
}
.panda-footer-panda{
  display:flex;
  width:56px;
  height:56px;
  margin:0 auto 12px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:radial-gradient(circle,#fff 0 46%,#FFDB42 47% 58%,#47DB42 59% 100%);
  font-size:31px;
  box-shadow:0 0 24px rgba(148,225,101,.45);
}
.panda-approved-footer h3{
  margin:0 0 12px;
  color:#000;
  font-family:"Montserrat",sans-serif;
  font-size:16px;
  font-weight:900;
  line-height:1.25;
}
.panda-approved-footer p{
  margin:0 0 12px;
  color:#000;
  font-size:13px;
  line-height:1.55;
}
.panda-footer-slogan{max-width:270px;margin-left:auto!important;margin-right:auto!important}
.panda-approved-footer a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:8px 0;
  color:#000;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.panda-footer-brand-column a{margin-left:auto;margin-right:auto}
.panda-shared-footer-hotline{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
}
.panda-shared-footer-hotline span{font-weight:800}
.panda-shared-footer-hotline strong{font-size:14px}
.panda-footer-social{
  padding:9px 14px;
  border:1px solid rgba(7,53,31,.18);
  border-radius:999px;
  background:rgba(255,255,255,.26);
}
.panda-approved-footer .panda-shared-credit{
  position:relative;
  z-index:1;
  display:block;
  padding:10px 24px 16px;
  border-top:1px solid rgba(7,53,31,.14);
  color:#000;
  text-align:center;
  font-family:"Montserrat",sans-serif;
  font-size:9px;
  font-weight:500;
  line-height:1.35;
}
.panda-approved-footer .panda-shared-credit span{display:block}
.panda-approved-footer .panda-shared-credit span+span{margin-top:5px}

/* Restore approved floating controls */
.panda-shared-floating{
  right:26px;
  bottom:26px;
  gap:14px;
}
.panda-shared-floating>*{
  width:66px;
  height:66px;
  border-radius:999px;
  background:#47DB42;
  color:#fff;
  font-family:"Montserrat",sans-serif;
  font-size:30px;
  box-shadow:0 14px 30px rgba(47,125,50,.20);
}
.panda-shared-chat{
  background:#fff!important;
  color:#2F7D32!important;
  border:1px solid rgba(71,219,66,.36)!important;
}
.panda-shared-back-top{
  display:none;
  font-size:35px!important;
}
.panda-shared-back-top.show{display:flex}

/* Tablet/mobile hamburger behavior */
@media(max-width:900px){
  .panda-shared-header{
    overflow:visible;
  }
  .panda-shared-header-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:14px!important;
    padding:15px 16px!important;
  }
  .panda-shared-menu-toggle{
    display:flex;
    grid-column:2;
    grid-row:1;
  }
  .panda-shared-brand{
    grid-column:1;
    grid-row:1;
  }
  .panda-shared-addresses,
  .panda-shared-hotline{
    display:none!important;
  }
  .panda-shared-menu{
    display:none!important;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    z-index:9998;
    overflow:hidden!important;
    border:1px solid #d1fae5;
    border-radius:24px;
    background:#fff;
    box-shadow:0 22px 50px rgba(15,23,42,.16);
  }
  .panda-shared-menu.is-open{
    display:flex!important;
    flex-direction:column;
  }
  .panda-shared-menu>a{
    width:100%;
    min-width:0!important;
    min-height:66px!important;
    justify-content:space-between;
    padding:15px 20px;
    border-bottom:1px solid #dcfce7;
    background:#fff;
    text-align:left;
  }
  .panda-shared-menu>a:last-child{border-bottom:0}
  .panda-shared-menu>a:hover,
  .panda-shared-menu>a.is-active{
    background:linear-gradient(90deg,rgba(71,219,66,.13),rgba(255,219,66,.16));
  }
  .panda-shared-menu small,
  .panda-shared-menu strong{
    text-align:left;
  }
  .panda-shared-home{
    justify-content:center!important;
    font-size:0!important;
    font-weight:900!important;
  }

  .panda-approved-footer{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
  }
  .panda-approved-footer .panda-shared-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:30px 22px 22px;
  }
  .panda-approved-footer .panda-shared-footer-grid>div{
    padding:18px;
    border-left:0;
    border-top:1px solid rgba(7,53,31,.18);
  }
  .panda-approved-footer .panda-shared-footer-grid>div:nth-child(-n+2){
    border-top:0;
  }
}

@media(max-width:560px){
  .panda-shared-header{
    width:calc(100% - 16px);
    margin-top:8px;
  }
  .panda-shared-logo{
    width:52px;
    height:52px;
  }
  .panda-shared-brand-name{
    font-size:17px;
  }
  .panda-shared-slogan{
    max-width:220px;
    font-size:11px;
  }
  .panda-shared-menu-toggle{
    width:50px;
    height:50px;
  }

  .panda-approved-footer{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
    margin-top:30px;
    margin-bottom:28px;
    border-radius:24px;
  }
  .panda-approved-footer::after{display:none}
  .panda-approved-footer .panda-shared-footer-grid{
    display:block;
    padding:24px 18px 12px;
  }
  .panda-approved-footer .panda-shared-footer-grid>div{
    padding:20px 4px;
    border-top:1px solid rgba(7,53,31,.18);
    text-align:center;
  }
  .panda-approved-footer .panda-shared-footer-grid>div:first-child{
    border-top:0;
  }
  .panda-approved-footer a{
    margin-left:auto;
    margin-right:auto;
  }
  .panda-approved-footer .panda-shared-credit{
    padding:14px 10px 18px;
    font-size:10px;
    line-height:1.4;
  }
  .panda-shared-floating{
    right:14px;
    bottom:14px;
    gap:10px;
  }
  .panda-shared-floating>*{
    width:54px;
    height:54px;
    font-size:25px;
  }
  .panda-shared-back-top{
    font-size:30px!important;
  }
}
/* End v6.18.1 */


/* v6.18.2 exact approved footer + hamburger breakpoint */

/* Disable the recreated v6.18.1 footer skin */
.panda-approved-footer{display:none!important}

/* Exact shared footer positioning */
footer.border-t.border-emerald-100.bg-emerald-950.text-white{
  position:relative!important;
  width:calc(100% - 32px)!important;
  max-width:calc(100% - 32px)!important;
  margin:40px auto 0!important;
  overflow:hidden!important;
  border-radius:24px 24px 0 0!important;
  background:linear-gradient(90deg,#47DB42 0%,#FFDB42 100%)!important;
  color:#000!important;
  box-shadow:none!important;
}
footer.border-t.border-emerald-100.bg-emerald-950.text-white::after{
  content:"🐼"!important;
  position:absolute!important;
  left:48px!important;
  bottom:42px!important;
  font-size:130px!important;
  line-height:1!important;
  opacity:.10!important;
  pointer-events:none!important;
}
footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:1.18fr 1fr 1fr .88fr!important;
  gap:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:34px 52px 30px!important;
  box-sizing:border-box!important;
  align-items:start!important;
}
footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid>div{
  min-width:0!important;
  padding:0 24px!important;
  border-left:1px solid rgba(7,53,31,.24)!important;
  color:#000!important;
  text-align:center!important;
}
footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid>div:first-child{
  border-left:0!important;
}
footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid>div:first-child::before{
  content:"🐼"!important;
  display:flex!important;
  width:56px!important;
  height:56px!important;
  margin:0 auto 12px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:radial-gradient(circle,#fff 0 46%,#FFDB42 47% 58%,#47DB42 59% 100%)!important;
  font-size:32px!important;
  box-shadow:0 0 24px rgba(148,225,101,.45)!important;
}
footer .panda-footer-brand-title,
footer .panda-footer-branch-col>div:first-child,
footer .panda-footer-menu-col>div:first-child{
  min-height:0!important;
  display:block!important;
  margin:0 0 10px!important;
  color:#000!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:16px!important;
  line-height:1.18!important;
  font-weight:900!important;
  text-align:center!important;
}
footer .panda-footer-brand-col p,
footer .panda-footer-branch-col p{
  display:block!important;
  max-width:280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  color:#000!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:600!important;
  text-align:center!important;
}
footer .panda-footer-hotline-lines{margin-top:12px!important;font-weight:800!important}
footer .panda-footer-fb-button{
  display:flex!important;
  width:36px!important;
  height:36px!important;
  margin:14px auto 0!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#047857!important;
  font-family:Arial,sans-serif!important;
  font-size:24px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
footer .panda-footer-menu-col .mt-3.grid{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:0!important;
}
footer .panda-footer-menu-col a{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#000!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:600!important;
  text-align:center!important;
  text-decoration:none!important;
}
.panda-footer-credit-block{
  width:calc(100% - 32px)!important;
  max-width:calc(100% - 32px)!important;
  margin:-1px auto 24px!important;
  padding:10px 24px 16px!important;
  border-radius:0 0 24px 24px!important;
  background:linear-gradient(90deg,#47DB42 0%,#FFDB42 100%)!important;
  box-sizing:border-box!important;
  text-align:center!important;
  box-shadow:0 20px 60px rgba(8,50,31,.10)!important;
}
.panda-footer-credit-line{
  display:block!important;
  color:#000!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:9px!important;
  line-height:1.3!important;
  font-weight:500!important;
  text-align:center!important;
}
.panda-footer-credit-line+.panda-footer-credit-line{margin-top:5px!important}

/* Responsive hamburger should activate before menu becomes cramped */
@media(max-width:1180px){
  .panda-shared-header{
    position:relative!important;
    overflow:visible!important;
  }
  .panda-shared-header-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:14px!important;
    padding:15px 16px!important;
  }
  .panda-shared-brand{
    grid-column:1!important;
    grid-row:1!important;
  }
  .panda-shared-menu-toggle{
    display:flex!important;
    grid-column:2!important;
    grid-row:1!important;
  }
  .panda-shared-addresses,
  .panda-shared-hotline{
    display:none!important;
  }
  .panda-shared-menu{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    z-index:9998!important;
    overflow:hidden!important;
    border:1px solid #d1fae5!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 22px 50px rgba(15,23,42,.16)!important;
  }
  .panda-shared-menu.is-open{
    display:flex!important;
    flex-direction:column!important;
  }
  .panda-shared-menu>a{
    width:100%!important;
    min-width:0!important;
    min-height:66px!important;
    justify-content:center!important;
    padding:15px 20px!important;
    border-bottom:1px solid #dcfce7!important;
    background:#fff!important;
    text-align:center!important;
  }
  .panda-shared-menu>a:last-child{border-bottom:0!important}
  .panda-shared-menu small,
  .panda-shared-menu strong{
    text-align:center!important;
  }
}

@media(max-width:767px){
  footer.border-t.border-emerald-100.bg-emerald-950.text-white{
    width:calc(100% - 32px)!important;
    max-width:calc(100% - 32px)!important;
    margin-top:40px!important;
    border-radius:28px 28px 0 0!important;
  }
  footer.border-t.border-emerald-100.bg-emerald-950.text-white::after{display:none!important}
  footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    padding:30px 22px 20px!important;
  }
  footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid>div{
    width:100%!important;
    max-width:315px!important;
    padding:0!important;
    border-left:0!important;
    text-align:center!important;
  }
  footer.border-t.border-emerald-100.bg-emerald-950.text-white .panda-footer-grid>div+div{
    margin-top:24px!important;
    padding-top:22px!important;
    border-top:1px solid rgba(0,0,0,.16)!important;
  }
  footer .panda-footer-brand-title,
  footer .panda-footer-branch-col>div:first-child,
  footer .panda-footer-menu-col>div:first-child{
    font-size:22px!important;
    text-align:center!important;
  }
  footer .panda-footer-brand-col p,
  footer .panda-footer-branch-col p{
    max-width:300px!important;
    font-size:15px!important;
    line-height:1.45!important;
  }
  footer .panda-footer-menu-col .mt-3.grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:16px!important;
    row-gap:10px!important;
    width:100%!important;
    max-width:280px!important;
    margin:2px auto 0!important;
    justify-items:center!important;
  }
  footer .panda-footer-menu-col a{
    width:100%!important;
    max-width:130px!important;
    font-size:15px!important;
  }
  .panda-footer-credit-block{
    width:calc(100% - 48px)!important;
    max-width:calc(100% - 48px)!important;
    margin-bottom:28px!important;
    padding:14px 8px 18px!important;
  }
  .panda-footer-credit-line{
    font-size:10px!important;
    line-height:1.38!important;
  }
}
/* End v6.18.2 */


/* v6.18.3 sticky desktop menu + reliable hamburger breakpoint */

/* Keep the shared header fixed/sticky while scrolling */
.panda-shared-header{
  position:sticky !important;
  top:10px !important;
  z-index:9995 !important;
}

/* Desktop/laptop with mouse or trackpad: always show full menu */
@media (min-width:760px) and (pointer:fine){
  .panda-shared-header{
    overflow:hidden !important;
  }

  .panda-shared-header-top{
    display:grid !important;
    grid-template-columns:minmax(320px,1.05fr) minmax(280px,.9fr) auto !important;
    align-items:center !important;
    gap:18px !important;
    padding:17px 22px !important;
  }

  .panda-shared-brand{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  .panda-shared-addresses{
    display:flex !important;
    font-size:11px !important;
    line-height:1.3 !important;
  }

  .panda-shared-hotline{
    display:block !important;
  }

  .panda-shared-menu-toggle{
    display:none !important;
  }

  .panda-shared-menu,
  .panda-shared-menu.is-open{
    display:grid !important;
    position:static !important;
    grid-template-columns:64px 1fr 1.25fr .72fr .62fr !important;
    overflow:visible !important;
    border:0 !important;
    border-radius:0 !important;
    background:linear-gradient(90deg,#39df3e 0%,#eef02c 100%) !important;
    box-shadow:none !important;
  }

  .panda-shared-menu > a{
    width:auto !important;
    min-width:0 !important;
    min-height:68px !important;
    justify-content:center !important;
    padding:9px 8px !important;
    border:0 !important;
    background:transparent !important;
    text-align:center !important;
    font-size:12px !important;
    line-height:1.18 !important;
  }

  .panda-shared-menu small{
    display:block !important;
    font-size:10px !important;
    text-align:center !important;
  }

  .panda-shared-menu strong{
    display:block !important;
    font-size:12px !important;
    text-align:center !important;
  }

  .panda-shared-home{
    font-size:0 !important;
    font-weight:900 !important;
  }
}

/* Narrow Mac window: keep full menu, reduce secondary header data first */
@media (min-width:760px) and (max-width:1020px) and (pointer:fine){
  .panda-shared-header-top{
    grid-template-columns:minmax(300px,1fr) minmax(230px,.75fr) !important;
  }

  .panda-shared-hotline{
    display:none !important;
  }

  .panda-shared-addresses{
    font-size:10px !important;
  }

  .panda-shared-menu{
    grid-template-columns:56px 1fr 1.18fr .68fr .58fr !important;
  }

  .panda-shared-menu > a{
    padding:8px 5px !important;
  }

  .panda-shared-menu strong{
    font-size:11px !important;
  }
}

/* Hamburger is only for genuinely narrow screens or touch devices */
@media (max-width:759px), (pointer:coarse) and (max-width:1180px){
  .panda-shared-header{
    position:sticky !important;
    top:8px !important;
    overflow:visible !important;
  }

  .panda-shared-menu-toggle{
    display:flex !important;
  }
}

/* Ensure sticky menu does not overlap anchor targets */
html{
  scroll-padding-top:170px;
}
/* End v6.18.3 */


/* v6.18.4: full menu at top, compact sticky hamburger after scroll */
@media (min-width:760px) and (pointer:fine){
  .panda-shared-header:not(.is-scrolled){
    position:relative!important;
    top:auto!important;
    overflow:hidden!important;
  }
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu-toggle{display:none!important}
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu{
    display:grid!important;
    position:static!important;
  }

  .panda-shared-header.is-scrolled{
    position:sticky!important;
    top:10px!important;
    z-index:9995!important;
    overflow:visible!important;
    border-radius:24px!important;
  }
  .panda-shared-header.is-scrolled .panda-shared-header-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:14px!important;
    padding:11px 14px!important;
  }
  .panda-shared-header.is-scrolled .panda-shared-addresses,
  .panda-shared-header.is-scrolled .panda-shared-hotline{display:none!important}
  .panda-shared-header.is-scrolled .panda-shared-logo{
    width:50px!important;height:50px!important;border-radius:17px!important;font-size:20px!important
  }
  .panda-shared-header.is-scrolled .panda-shared-brand-name{font-size:18px!important}
  .panda-shared-header.is-scrolled .panda-shared-slogan{font-size:11px!important}
  .panda-shared-header.is-scrolled .panda-shared-menu-toggle{
    display:flex!important;
    grid-column:2!important;
    grid-row:1!important;
    width:50px!important;
    height:50px!important;
  }
  .panda-shared-header.is-scrolled .panda-shared-menu{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    z-index:9998!important;
    overflow:hidden!important;
    border:1px solid #d1fae5!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 22px 50px rgba(15,23,42,.16)!important;
  }
  .panda-shared-header.is-scrolled .panda-shared-menu.is-open{
    display:flex!important;
    flex-direction:column!important;
  }
  .panda-shared-header.is-scrolled .panda-shared-menu>a{
    width:100%!important;
    min-width:0!important;
    min-height:64px!important;
    justify-content:center!important;
    padding:14px 18px!important;
    border-bottom:1px solid #dcfce7!important;
    background:#fff!important;
    text-align:center!important;
  }
  .panda-shared-header.is-scrolled .panda-shared-menu>a:last-child{border-bottom:0!important}
}
html{scroll-padding-top:115px!important}
/* End v6.18.4 */


/* v6.18.6 footer Facebook icon sync */
footer .panda-footer-fb-button,
.panda-footer-fb-button,
footer a.panda-footer-fb-button:link,
footer a.panda-footer-fb-button:visited,
footer a.panda-footer-fb-button:hover,
footer a.panda-footer-fb-button:active,
footer a.panda-footer-fb-button:focus{
  display:flex !important;
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  min-height:36px !important;
  margin:14px auto 0 !important;
  padding:0 !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(4,120,87,.12) !important;
  border-radius:999px !important;
  background:#ffffff !important;
  background-image:none !important;
  color:#047857 !important;
  font-family:Arial,sans-serif !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:900 !important;
  text-align:center !important;
  text-decoration:none !important;
  box-shadow:none !important;
  filter:none !important;
  opacity:1 !important;
  transform:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

footer .panda-footer-fb-button::before,
footer .panda-footer-fb-button::after{
  content:none !important;
  display:none !important;
}
/* End v6.18.6 */


/* v6.18.8 viewport-based menu logic */

/* Wide viewport at top: full menu */
@media (min-width:901px){
  .panda-shared-header:not(.is-scrolled){
    position:relative!important;
    top:auto!important;
    overflow:hidden!important;
  }
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu-toggle{
    display:none!important;
  }
  .panda-shared-header:not(.is-scrolled) .panda-shared-addresses{
    display:flex!important;
  }
  .panda-shared-header:not(.is-scrolled) .panda-shared-hotline{
    display:block!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-hotline span{
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.25!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-hotline a{
    font-size:17px!important;
    font-weight:800!important;
    line-height:1.2!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-slogan{
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.35!important;
  }
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu,
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu.is-open{
    display:grid!important;
    position:static!important;
    grid-template-columns:64px 1fr 1.25fr .72fr .62fr!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(90deg,#39df3e 0%,#eef02c 100%)!important;
    box-shadow:none!important;
  }
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu>a{
    width:auto!important;
    min-width:0!important;
    min-height:68px!important;
    justify-content:center!important;
    padding:9px 8px!important;
    border:0!important;
    background:transparent!important;
    text-align:center!important;
  }
}

/* Narrow viewport: hamburger immediately */
@media (max-width:900px){
  .panda-shared-header{
    position:sticky!important;
    top:8px!important;
    z-index:9995!important;
    overflow:visible!important;
  }
  .panda-shared-header .panda-shared-header-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:14px!important;
    padding:12px 14px!important;
  }
  .panda-shared-header .panda-shared-addresses,
  .panda-shared-header .panda-shared-hotline{
    display:none!important;
  }
  .panda-shared-header .panda-shared-menu-toggle{
    display:flex!important;
    grid-column:2!important;
    grid-row:1!important;
  }
  .panda-shared-header .panda-shared-menu{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    z-index:9998!important;
    overflow:hidden!important;
    border:1px solid #d1fae5!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 22px 50px rgba(15,23,42,.16)!important;
  }
  .panda-shared-header .panda-shared-menu.is-open{
    display:flex!important;
    flex-direction:column!important;
  }
  .panda-shared-header .panda-shared-menu>a{
    width:100%!important;
    min-width:0!important;
    min-height:64px!important;
    justify-content:center!important;
    padding:14px 18px!important;
    border-bottom:1px solid #dcfce7!important;
    background:#fff!important;
    text-align:center!important;
  }
}

/* Any viewport after scroll: compact sticky hamburger */
.panda-shared-header.is-scrolled{
  position:sticky!important;
  top:8px!important;
  z-index:9995!important;
  overflow:visible!important;
}
.panda-shared-header.is-scrolled .panda-shared-header-top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:14px!important;
  padding:11px 14px!important;
}
.panda-shared-header.is-scrolled .panda-shared-addresses,
.panda-shared-header.is-scrolled .panda-shared-hotline{
  display:none!important;
}
.panda-shared-header.is-scrolled .panda-shared-menu-toggle{
  display:flex!important;
  grid-column:2!important;
  grid-row:1!important;
}
.panda-shared-header.is-scrolled .panda-shared-menu{
  display:none!important;
  position:absolute!important;
  top:calc(100% + 10px)!important;
  left:0!important;
  right:0!important;
  z-index:9998!important;
  overflow:hidden!important;
  border:1px solid #d1fae5!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 22px 50px rgba(15,23,42,.16)!important;
}
.panda-shared-header.is-scrolled .panda-shared-menu.is-open{
  display:flex!important;
  flex-direction:column!important;
}
.panda-shared-header.is-scrolled .panda-shared-menu>a{
  width:100%!important;
  min-width:0!important;
  min-height:64px!important;
  justify-content:center!important;
  padding:14px 18px!important;
  border-bottom:1px solid #dcfce7!important;
  background:#fff!important;
  text-align:center!important;
}
/* End v6.18.8 */


/* v6.18.9 iPad matches desktop scroll behavior */

/*
 * >= 768px (desktop + iPad):
 *   - At top: full header/menu
 *   - After scroll: compact sticky hamburger
 * < 768px:
 *   - Hamburger from the beginning
 */

/* Desktop + iPad at top */
@media (min-width:768px){
  .panda-shared-header:not(.is-scrolled){
    position:relative!important;
    top:auto!important;
    overflow:hidden!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-header-top{
    display:grid!important;
    grid-template-columns:minmax(300px,1fr) minmax(260px,.85fr) auto!important;
    align-items:center!important;
    gap:14px!important;
    padding:16px 18px!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-addresses{
    display:flex!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-hotline{
    display:block!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu-toggle{
    display:none!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu,
  .panda-shared-header:not(.is-scrolled) .panda-shared-menu.is-open{
    display:grid!important;
    position:static!important;
    grid-template-columns:72px 1fr 1.2fr .68fr .58fr!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(90deg,#39df3e 0%,#eef02c 100%)!important;
    box-shadow:none!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu>a{
    width:auto!important;
    min-width:0!important;
    min-height:66px!important;
    justify-content:center!important;
    padding:8px 6px!important;
    border:0!important;
    background:transparent!important;
    text-align:center!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu small{
    font-size:11px!important;
    font-weight:800!important;
    line-height:1.2!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu strong{
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.2!important;
  }
}

/* iPad portrait: keep full menu at top but hide hotline first to make room */
@media (min-width:768px) and (max-width:900px){
  .panda-shared-header:not(.is-scrolled) .panda-shared-header-top{
    grid-template-columns:minmax(280px,1fr) minmax(250px,.9fr)!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-hotline{
    display:none!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu{
    grid-template-columns:72px 1fr 1.15fr .66fr .56fr!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu>a{
    padding:8px 4px!important;
  }

  .panda-shared-header:not(.is-scrolled) .panda-shared-menu strong{
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.2!important;
  }
}

/* Phones only: hamburger from the beginning */
@media (max-width:767px){
  .panda-shared-header{
    position:sticky!important;
    top:8px!important;
    z-index:9995!important;
    overflow:visible!important;
  }

  .panda-shared-header .panda-shared-menu-toggle{
    display:flex!important;
  }

  .panda-shared-header .panda-shared-addresses,
  .panda-shared-header .panda-shared-hotline{
    display:none!important;
  }

  .panda-shared-header .panda-shared-menu{
    display:none!important;
  }

  .panda-shared-header .panda-shared-menu.is-open{
    display:flex!important;
    flex-direction:column!important;
  }
}
/* End v6.18.9 */




/* v6.21.6 canonical shared-header Home icon size.
   This is the PHP shell header rendered by inc/components/site-shell.php. */
.panda-shared-home-icon{
  display:block;
  width:48px;
  height:48px;
  flex:0 0 48px;
}
/* End v6.21.6 */

/* v6.21.1 — PANDA: bỏ số thứ tự section và gom hình ảnh vào nhóm đầu trang trong Admin */
.panda-intervention-page{
  width:min(100%,1440px);
  margin:0 auto;
  padding:28px 34px 80px;
  color:#21364a;
  font-family:"Montserrat",sans-serif;
  overflow-x:clip;
}
.panda-intervention-page *{min-width:0}
.panda-intervention-breadcrumb{display:flex;align-items:center;gap:10px;margin:8px 0 26px;font-size:14px;font-weight:800;color:#526579;overflow-wrap:anywhere}
.panda-intervention-breadcrumb a{color:#17865b;text-decoration:none}
.panda-intervention-hero{display:grid;grid-template-columns:1fr;gap:34px;align-items:center;padding:clamp(30px,5vw,58px);border:1px solid #c8ebd9;border-radius:36px;background:linear-gradient(135deg,#effcf5 0%,#fffdf3 100%);box-shadow:0 22px 65px rgba(18,112,77,.09)}
.panda-intervention-hero.has-image{grid-template-columns:minmax(0,1.08fr) minmax(300px,.82fr)}
.panda-intervention-eyebrow{display:block;color:#187d58;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.panda-intervention-hero h1{max-width:850px;margin:14px 0 18px;color:#083e31;font-size:clamp(40px,5.4vw,72px);line-height:1.05;letter-spacing:-.04em;overflow-wrap:anywhere}
.panda-intervention-hero p{max-width:760px;margin:0;color:#53677b;font-size:clamp(16px,1.5vw,19px);font-weight:600;line-height:1.7}
.panda-intervention-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.panda-intervention-button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:48px;padding:13px 22px;border:1px solid #169153;border-radius:999px;background:#25b43e;color:#fff;text-align:center;text-decoration:none;font-size:15px;font-weight:900;line-height:1.35;transition:transform .18s ease,box-shadow .18s ease}
.panda-intervention-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,180,62,.18);color:#fff}
.panda-intervention-button.is-secondary{background:#fff;color:#13764f}
.panda-intervention-button.is-secondary:hover{color:#13764f}
.panda-intervention-hero-media{overflow:hidden;border-radius:28px;background:#e9f8ef;box-shadow:0 20px 45px rgba(12,82,59,.14)}
.panda-intervention-hero-media img{display:block;width:100%;height:clamp(320px,34vw,470px);object-fit:cover}
.panda-intervention-section{padding:72px 0;scroll-margin-top:130px}
.panda-intervention-section+.panda-intervention-section{border-top:1px solid #e1eee7}
.panda-intervention-section-header{display:block;margin-bottom:30px}
.panda-intervention-section-header small{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;border-radius:50%;background:#ddf7e8;color:#167a54;font-size:14px;font-weight:900}
.panda-intervention-section-header h2{margin:0;color:#083e31;font-size:clamp(31px,4vw,52px);line-height:1.12;letter-spacing:-.025em;overflow-wrap:anywhere}
.panda-intervention-section-header p{max-width:720px;margin:10px 0 0;color:#627487;font-size:16px;line-height:1.65}
.panda-intervention-intro-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:28px;align-items:start}
.panda-intervention-intro-copy,.panda-intervention-audience{padding:clamp(24px,3vw,36px);border:1px solid #d5ebe0;border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(20,91,67,.06)}
.panda-intervention-intro-copy p,.panda-intervention-future-copy p{margin:0 0 18px;color:#344a5f;font-size:16px;line-height:1.82}
.panda-intervention-intro-copy p:last-child,.panda-intervention-future-copy p:last-child{margin-bottom:0}
.panda-intervention-audience{background:linear-gradient(145deg,#f0fcf5,#fffdf5)}
.panda-intervention-audience h3{margin:0 0 18px;color:#0c6549;font-size:24px;line-height:1.25}
.panda-intervention-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.panda-intervention-list li{display:flex;align-items:flex-start;gap:10px;color:#3a4e62;line-height:1.55;overflow-wrap:anywhere}
.panda-intervention-list-marker{flex:0 0 20px;color:#25ad45;font-weight:900;text-align:center}
.panda-intervention-classes{display:grid;gap:24px}
.panda-intervention-class-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:24px;padding:clamp(24px,3vw,38px);border:1px solid #cce8da;border-radius:30px;background:#fff;box-shadow:0 18px 48px rgba(18,92,65,.06)}
.panda-intervention-class-card.has-image{grid-template-columns:78px minmax(0,1fr) minmax(260px,.58fr);align-items:stretch}
.panda-intervention-class-number{color:#cdeedb;font-size:clamp(44px,5vw,68px);font-weight:900;line-height:1}
.panda-intervention-class-content h3{margin:0 0 22px;color:#12834c;font-size:clamp(26px,3vw,36px);line-height:1.2;overflow-wrap:anywhere}
.panda-intervention-class-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.panda-intervention-class-columns>section{padding:22px;border-radius:22px;background:#f4fcf7}
.panda-intervention-class-columns>section:nth-child(2){background:#fffaf0}
.panda-intervention-class-columns h4{margin:0 0 14px;color:#117e50;font-size:19px;line-height:1.3}
.panda-intervention-class-columns>section:nth-child(2) h4{color:#bd7a13}
.panda-intervention-class-media{overflow:hidden;border-radius:24px;background:#eef8f2}
.panda-intervention-class-media img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover}
.panda-intervention-future-copy{max-width:900px;padding-left:0}
.panda-intervention-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px;padding-left:0}
.panda-intervention-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;background:#eef8f2}
.panda-intervention-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:10px;padding:clamp(28px,4vw,44px);border-radius:30px;background:linear-gradient(105deg,#36d947,#f2e83b);box-shadow:0 20px 50px rgba(29,153,65,.16)}
.panda-intervention-cta h2{margin:0 0 10px;color:#073d31;font-size:clamp(28px,3.5vw,42px);line-height:1.15;overflow-wrap:anywhere}
.panda-intervention-cta p{max-width:760px;margin:0;color:#214d3e;font-weight:650;line-height:1.65}
.panda-intervention-cta .panda-intervention-button{flex:0 0 auto;background:#0b684a;border-color:#0b684a}
@media(max-width:1050px){
  .panda-intervention-hero.has-image{grid-template-columns:1fr}
  .panda-intervention-hero-media img{height:380px}
  .panda-intervention-class-card.has-image{grid-template-columns:70px minmax(0,1fr)}
  .panda-intervention-class-card.has-image .panda-intervention-class-media{grid-column:2}
  .panda-intervention-class-media img{height:340px;min-height:0}
}
@media(max-width:800px){
  .panda-intervention-page{padding:22px 20px 64px}
  .panda-intervention-intro-grid{grid-template-columns:1fr}
  .panda-intervention-class-columns{grid-template-columns:1fr}
  .panda-intervention-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .panda-intervention-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .panda-intervention-page{padding:16px 14px 50px}
  .panda-intervention-breadcrumb{font-size:12px}
  .panda-intervention-hero{padding:25px 20px;border-radius:26px}
  .panda-intervention-hero h1{font-size:38px}
  .panda-intervention-hero-media{border-radius:20px}
  .panda-intervention-hero-media img{height:270px}
  .panda-intervention-actions{display:grid;grid-template-columns:1fr}
  .panda-intervention-button{width:100%}
  .panda-intervention-section{padding:50px 0;scroll-margin-top:100px}
  .panda-intervention-section-header{gap:12px}
  .panda-intervention-section-header small{flex-basis:44px;width:44px;height:44px}
  .panda-intervention-intro-copy,.panda-intervention-audience{padding:22px;border-radius:22px}
  .panda-intervention-class-card,.panda-intervention-class-card.has-image{grid-template-columns:1fr;padding:22px;border-radius:24px}
  .panda-intervention-class-number{display:none}
  .panda-intervention-class-card.has-image .panda-intervention-class-media{grid-column:1}
  .panda-intervention-class-media img{height:250px}
  .panda-intervention-future-copy,.panda-intervention-gallery{padding-left:0}
  .panda-intervention-gallery{grid-template-columns:1fr}
  .panda-intervention-cta{padding:26px 20px;border-radius:24px}
}
/* End v6.21.1 */



/* v6.21.29 schedule note width and bullet alignment */
.panda-school-note{width:82%;max-width:1180px;margin:18px auto 0;padding:20px 22px;border-radius:18px;background:#f3fff8;color:#52657a;box-sizing:border-box}
.panda-school-note strong{display:block;margin-bottom:10px;color:#0b6047;font-size:16px}
.panda-school-note p{position:relative;margin:10px 0;padding-left:18px;font-size:13px;line-height:1.7;font-weight:550}
.panda-school-note p::before{content:"•";position:absolute;left:0;top:0;color:#0b6047;font-size:16px;font-weight:900;line-height:1.45}
.panda-school-note p b{color:#0b6047;font-weight:800}
@media(max-width:1100px){.panda-school-note{width:100%;max-width:none}}
/* End v6.21.29 */
