/* CMUD-18432 - Update to Search Bar Border Spacing*/
.siteforceServiceBody .cSearchPublisher .forceCommunityGlobalSearchInput div.forceSearchInputDesktop {
    margin-bottom: 7px;
    margin-top: 7px;
}

/* CMUD-18432 - Update to Search Bar Border, State: Nominal*/
.forceCommunityGlobalSearchInput .forceSearchInputDesktop .contentWrapper {
    border-color: white !important;
    border-style: solid;
    border-width: 2px;
    transition: background-color 0.5s ease-in-out;
    background: rgb(0 0 0 / 45%);
}

/* CMUD-18432 - Update to Search Bar Border, State: On Click*/
.forceCommunityGlobalSearchInput .forceSearchInputDesktop .contentWrapper:focus-within{
    /*outline: 1px solid white;*/
    border-width: 2px !important;
    background: rgb(0 0 0 / 70%);
}

/* Hide article number on Search FAQs CMUD-20665*/
.articleNumber {
    display: none !important;
}