/* ======================================================
   SEVACAM - GLOBAL
====================================================== */

/* ======================================================
   RESET / ASTRA FULL WIDTH
====================================================== */
.ast-container,
.ast-container-fluid,
.ast-row,
.ast-builder-grid-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ======================================================
   BASE GLOBAL
====================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Khmer", sans-serif;
  background: #f7f7f7;
  color: #111;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 90px;
  }
}