.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  background-color: #1a1a2e;
  z-index: 120000;
  padding-left: 1rem;   /* px-4 */
  padding-right: 1rem;  /* px-4 */
  padding-top: 0.75rem; /* py-3 */
  padding-bottom: 0.75rem;
 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
}
.site-logo {
   height: 40px;
}
.site-logo a {
   display: unset;
}
.site-logo img {
   height: 100%;
}
.search-bar input.search {
   
    height: 35px;
    
}
.search-bar .bi-search {
    top:0px;
    left: 17px;
    font-size: 17px;
    line-height: 38px;
}
/* md:px-4 (same as base here, but keeping for structure) */
@media (min-width: 768px) {
  .custom-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}