.elementor-kit-14{--e-global-color-primary:#0D47A1;--e-global-color-secondary:#29B6F6;--e-global-color-text:#10233F;--e-global-color-accent:#1565C0;--e-global-color-d962dbf:#64748B;--e-global-color-8f9ecaf:#F5F7FA;--e-global-color-979fdaa:#16A34A;--e-global-color-89281a3:#E53E3E;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.3em;--e-global-typography-primary-letter-spacing:-0.2px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:0px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:-0.2px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-961df46-font-family:"Poppins";--e-global-typography-961df46-font-weight:500;background-color:#F5F7FA;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:520px;}.e-con{--container-max-width:520px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   BAGISESAMA.COM — CSS Global
   ============================================ */

:root{
  --bs-navy:#0D47A1;
  --bs-sky:#29B6F6;
  --bs-blue:#1565C0;
  --bs-text:#10233F;
  --bs-sub:#64748B;
  --bs-bg:#F5F7FA;
  --bs-green:#16A34A;
  --bs-red:#E53E3E;
}

/* Latar abu di luar kolom + ruang bawah untuk bottom nav */
body{
  background:#F5F7FA;
  padding-bottom:0;
  overflow-x:hidden;
}

/* Halaman non-Elementor (404, arsip, hasil cari) ikut kolom */
.site-main,
.page-content,
.entry-content,
.page-header,
.error-404{
  max-width:520px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.site-main{
  background:#fff;
  padding:24px 16px !important;
}

/* Halaman campaign DonasiAja ikut kolom
   (sesuaikan nama class lewat inspect element) */
.donasiaja-wrapper,
.donasiaja-container,
.single-campaign .site-main{
  max-width:520px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  background:#fff;
}

/* Bottom nav — dipasang di section Elementor ber-class .bsnav */
.bsnav{
  body .elementor .e-con.bsnav{
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  bottom:0 !important;
  transform:translateX(-50%) !important;

  max-width:520px !important;
  min-width:0 !important;
  margin:0 !important;

  z-index:9999;
  box-sizing:border-box;
  background:#FFFFFF;
  border-top:1px solid #E2E8F0;
  box-shadow:0 -2px 12px rgba(15,23,42,.08);
  padding-bottom:env(safe-area-inset-bottom);
}

/* Bayangan header saat menempel */
.bs-header.elementor-sticky--effects{
  box-shadow:0 2px 12px rgba(13,71,161,.10);
  transition:box-shadow .3s ease;
}

/* Gambar tidak melebihi kolom */
img{max-width:100%;height:auto}
/* Footer */
.bs-footer{
  box-sizing:border-box;
}

/* Pemisah garis tegak antar tautan */
.bs-footer .elementor-nav-menu > li:not(:last-child)::after{
  content:"│";
  color:#CBD5E1;
  font-weight:400;
  margin-left:6px;
}/* End custom CSS */