body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/* remove scroll bounce */
body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
/* PREVENT OVERFLOW ON SECTIONS */
main section, main .brxe-container {
  position: relative;
}
main section {
  overflow: hidden;
}
/* WPGRIDBUILDER MAP BUG*/
.leaflet-container a.leaflet-popup-close-button {
  line-height: 1 !important;
}
/* Cookies */
.cky-btn {
  border-width: 1px !important;
}
.cky-btn-customize, .cky-btn-reject {
  border-color: var(--primary-light) !important;
}
.cky-title {
  font-size: var(--text-m) !important;
}
.cky-notice-des {
  font-size: var(--text-s) !important;
}
.cky-notice-des, .cky-title {
  color: var(--primary) !important;
}
