/* ==========================================================
   Acon Plus — KillSwitch SPPB 75px Gap (Production Lock v1.0.1)
   Goal
   - Always override SPPB compiled hash CSS that injects 75px padding
   Scope
   - Joomla article view only (com_content OR com-content)
   ========================================================== */

/* ---------- 0) Scope helper (both naming variants) ---------- */
body.com_content.view-article,
body.com-content.view-article {}

/* ---------- 1) Hard stop: SPPB page-content padding ---------- */
body.com_content.view-article #sp-page-builder .page-content,
body.com-content.view-article #sp-page-builder .page-content{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* ---------- 2) Direct hit: any SPPB section-id blocks ---------- */
/* ยิงแบบ “ตรงโครงจริง” ที่พบใน Inspect คืออยู่ใน .sppb-column-addons */
body.com_content.view-article #sp-page-builder .page-content .sppb-column-addons > .sppb-section[id^="section-id-"],
body.com-content.view-article #sp-page-builder .page-content .sppb-column-addons > .sppb-section[id^="section-id-"]{
  padding-top:0 !important;
  padding-bottom:0 !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* ---------- 3) Fallback: if structure differs slightly ---------- */
body.com_content.view-article #sp-page-builder .page-content .sppb-section[id^="section-id-"],
body.com-content.view-article #sp-page-builder .page-content .sppb-section[id^="section-id-"]{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* ---------- 4) Extra lock: first visible section safety ---------- */
body.com_content.view-article #sp-page-builder .page-content > section.sppb-section:first-child,
body.com-content.view-article #sp-page-builder .page-content > section.sppb-section:first-child{
  padding-top:0 !important;
  margin-top:0 !important;
}

/* ---------- 5) Optional pinpoint (only if needed) ---------- */
/* ถ้าคุณยังเจอ ID เดิมเด้งกลับ ให้ปลดคอมเมนต์ 2 บรรทัดนี้ */
/*
body.com_content.view-article #sp-page-builder .page-content #section-id-9710854c-c32b-4e69-ad27-f1284966cc71,
body.com-content.view-article #sp-page-builder .page-content #section-id-9710854c-c32b-4e69-ad27-f1284966cc71{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
*/
