body {
  background-color: #121526;
}

/* Nudge the Mava chat launcher a little further left from the edge */
#mava-webchat-launcher {
  right: 80px !important;
}

/* Below 768px there's no status icon to collide with, so use the default position */
@media (max-width: 767px) {
  #mava-webchat-launcher {
    right: 15px !important;
  }
}
