.css-kqsi14, [data-css-kqsi14] {
    background-size: auto;
    min-height: auto;
    border-bottom: 0px solid black;
    background-attachment: scroll;
    background-color: transparent;
    padding: 2.1% 13.4%;
    background-position: left top;
    border-top: 0px solid black;
    background-repeat: no-repeat;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.css-1dixxpw, [data-css-1dixxpw] {
    background-size: auto;
    border-width: 0px;
    border-color: black;
    background-attachment: scroll;
    background-color: transparent;
    padding: 0% 13.4% 13.4%;
    background-position: left top;
    border-style: solid;
    background-repeat: no-repeat;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

html, body {
  overflow-x: hidden !important;
  width: 100% !important;
}

body {
  position: relative;
}

/* Final fix for mobile wobble */
* {
  box-sizing: border-box;
}

img, div, section {
  max-width: 100% !important;
}

/* Make submenu items smaller */
.menu .sub-menu a {
    font-size: 14px !important;
}

/* Optional: slightly lighter look */
.menu .sub-menu a {
    opacity: 0.85;
}