.mre-enabled *,
.mre-enabled *::before,
.mre-enabled *::after {
  box-sizing: border-box;
}

.mre-mobile-only,
.mobile-only,
.mre-tablet-only {
  display: none !important;
}

.mre-desktop-only,
.desktop-only {
  display: block !important;
}

.mre-mobile-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: #0a4ea3;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.mre-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

.mre-sticky-mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 99998;
  display: none;
}

.mre-sticky-mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #0a4ea3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

body.mre-device-mobile .mre-mobile-toggle {
  display: flex;
}

body.mre-device-mobile .mre-sticky-mobile-cta {
  display: block;
}

body.mre-device-mobile .mre-sticky-mobile-cta + .mre-mobile-toggle{bottom:74px;}
body.mre-mobile-menu-open .mre-mobile-toggle{z-index:99998;}
@media (max-width:767px){.mre-mobile-toggle{display:flex;}}
