h4.gadgetTitleH4 {
    display: none;
}
id_BjtrUst {
    font-size: 40px; /* Change header size */
    color: #0073aa; /* Change header text color */
    font-family: "Arial", sans-serif; /* Change font */
    font-weight: bold; /* Make text bold */
    text-transform: uppercase; /* Convert text to uppercase */
}

/* Change only the text color of the highlighted active page */
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.state-active > .item > a,
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.sel > .item > a {
    color: #FF0000 !important; /* Replace #FFFFFF with your preferred text color hex code */
}
/* Change background color of the top mobile header bar */
.WaGadgetMobilePanel .mobilePanelLayout, 
.WaGadgetMobilePanel .mobilePanel {
    background-color: #323F48 !important;
}