
  #open-general-search {
    color: #038889; 
    margin-top: 5px;
  }


  #search-modal {
    display: none;
    position: fixed;
    inset: 0;
    background:  rgba(0,0,0,0.5);
    z-index: 9999;
  }

  #search-modal-content {
    width: 700px;
    max-width: 90vw;
    margin: 80px auto;
    background: white;
    border-radius: 12px;
    padding: 24px;
    position: relative;
  }

  #close-search {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
  }

  .search-hit {
    padding: 12px;
    border-bottom: 1px solid #ddd;
  }

  .search-hit a {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .search-hit-title {
    font-weight: bold;
    margin-bottom: 4px;
  }

  .search-hit-description {
    font-size: 14px;
    color: #666;
  }

  .aa-Panel {
    z-index: 10000 !important;
  }
