.ListHeader__headerType1 {
 
    background-color: #e4e4e4;
    padding: 10px;
    border-radius: 5px;
 
}
@media (max-width: 9991px) and (min-width: 970px) {
.KbSubCategoryContainer__contentList {
  width: 48%; 
  margin-right: 0 ;
  }}

.ContentList__topicList {display: none}

.ListHeader__dottedPopup {display: none}

 /* Account Help */
#section_577048000048934039 
    > .ContentList__subCategory 
    > .ListHeader__listHeader2 {
    
   background-color: #777777 !important;}
#section_577048000048934039 h5 a {
    color: #ffffff !important; 
}


 /* providers */
#section_577048000043901296 
    > .ContentList__subCategory 
    > .ListHeader__listHeader2 {
    
   background-color: #777777 !important;}
#section_577048000043901296 h5 a {
    color: #ffffff !important; 
}



 /* reviewers */
#section_577048000043901432 
    > .ContentList__subCategory 
    > .ListHeader__listHeader2 {
    
   background-color: #777777 !important;}
#section_577048000043901432 h5  a {
    color: #ffffff !important; 
}


 /* holders */
#section_577048000043901421
    > .ContentList__subCategory 
    > .ListHeader__listHeader2 {
    
   background-color: #777777 !important;}
#section_577048000043901421 h5  a {
    color: #ffffff !important; 
}



 /* admins */
#section_577048000043901361 
    > .ContentList__subCategory 
    > .ListHeader__listHeader2 {
    
   background-color: #777777 !important}

#section_577048000043901361  h5  a {
    color: #ffffff !important; 
}

 /* Tickets Help Center */



.TicketListItem__listItem {
    margin: 10px 0 10px 0;
    border-bottom: 23px solid #F4DA23;
    padding: 10px 0 90px 0;
}


.commonStyle__zt3Link, .themeLink {
    color: #51557f;
}

.TicketListItem__ticketCardTitle {
    font-size: 1.5rem;
    font-weight: 600;
}

.TicketListItem__ticketId {
    color: #743c4a;
}


.ConversationForm__editorBar {
    padding: 0 0 .9rem;
    border-bottom: 22px solid #F4DA23;
    align-items: center;
    justify-content: space-between;
}

.borderLineTop+.borderLineTop {
    border-top: 22px solid #F4DA23;
    margin: 90px 0 10px 0;
}

.TicketList__header {
    justify-content: space-between;
    padding: 0 0 1.9375rem;
    border-bottom:  22px solid #F4DA23;
}

.commonStyle__detailHeader {
   
    border: #cdcdcd solid 1px;
    padding: 10px;
    background-color: #ebebeb;
    border-radius: 5px;
}

.commonStyle__zt3buttonPrimaryText {
    color: #353535;
    font-size: 20px;
    font-weight: 600;
}

.Field__attachMent {
 
    display: none;
}

.ContentList__moreOption {
    display: none !important;
}
/* Search Input Field */
input[placeholder="Search articles"] {
  background-color: #6A6C6D; /* Matches your interface cards */
  border: 2px solid #F4DA23; /* CEU Locker brand yellow for high visibility */
  border-radius: 6px; /* Softens the harsh square edges */
  padding: 12px 16px; /* Adds breathing room to the text */
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds depth */
  transition: all 0.2s ease-in-out;
}

/* Focus State (When user clicks inside) */
input[placeholder="Search articles"]:focus {
  background-color: #555555;
  box-shadow: 0 4px 12px rgba(244, 218, 35, 0.3); /* Subtle yellow glow */
  outline: none;
}

/* Placeholder Text */
input[placeholder="Search articles"]::placeholder {
  color: #e0e0e0 !important; /* Slightly dimmed white for placeholder contrast */
  opacity: 1;
}

/* Search Icon */
.Icon__brand {
  color: #F4DA23 !important; /* Matches the border */
}
