/* 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;
}

/*CMUD-22268 Sub topics shown by default on Topic Detail page*/
.forceTopicSubTopicNavigation ul.topic-subNavList.topic-nowrap { 
  white-space: wrap;
} 

.forceTopicSubTopicNavigation .topic-subTopicItem.slds-hide { 
  display: inline-flex !important;
} 
 
.forceTopicSubTopicNavigation .comm-topic__show-more li.topic-showMore{ 
display: none;
} 

.comm-page-custom-dealer-web-to-case .toyota-input .icon {
    padding: 15px !important;
}

.comm-page-custom-dealer-web-to-case .toyota-input.toyota-text-input label {
    color: #2B303B !important;
    opacity: 0.8 !important;
    font-size: 14px !important;
}

/* CMUD-22272 - Topic Tile Font Size lever for mobile vs desktop ranges */
@media (max-width: 430px) {
.forceTopicFeaturedTopics .topicLink  .topicLabel {
  font-size: 20px !important;
    }
}