/* Global header refinements — conservative, Takealot-style cleaner search.
   Loaded site-wide. Additive only; remove the enqueue to revert. */
.dgwt-wcas-search-input,
.dgwt-wcas-search-wrapp input.dgwt-wcas-search-input[type="search"]{
  border-radius:26px !important;
  border:2px solid #e7eaed !important;
  height:48px !important;
  padding-left:20px !important;
  font-size:15px !important;
  box-shadow:none !important;
  transition:border-color .15s ease;
}
.dgwt-wcas-search-input:focus{ border-color:#D66A28 !important; }
.dgwt-wcas-search-wrapp{ max-width:720px; }
