
  @media (min-width: 768px) {
    .search-field {
      font-size: 0.9rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .search-button {
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
    }
  }

  .search-extended{
    background-color: #f8f9fa;
  }

  .search-form{
    margin: 0;
  }

  .search-action-shadow{
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }


  .search-general:has(#search-input:focus) .search-action-shadow{
    display: block;
    z-index: 1000;
  }
  .search-general:has(#search-input:focus) .search-form{
    z-index: 1002;
    position: relative;
  }