#darkModeBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure button arrow icons and search icon maintain their original size */
.btn-style1 img,
.btn-style1.v2 img,
.tools-form img[alt*="search"] {
    width: 16px !important;
    height: 16px !important;
}

/* Keep one-page nav active pill inside rounded container */
@media (min-width: 993px) {
    .menu-style11.one_page_nav {
        display: flex;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .btn-style1 {
        font-size: 12px;
        padding: 0px 5px 0px 10px;
    }
}
