/* Prevent horizontal scroll on frontend */
body {
  overflow-x: hidden;
}
