    .sticky-div {
        position: sticky;
        top: 50px;
        /* Adjust this value as needed */
    }
.facetwp-facet {
    margin-bottom: 20px!important;
}

.facetwp-reset {
    color: #fff!important;
    padding: 5px 0!important;
    background-color: var(--k-blue)!important;
    border: none!important;
    letter-spacing: .05em!important;
    border-radius: 10px!important;
   padding-left: 7px!important;
padding-right: 7px!important;
}

.facetwp-selections li {

    border-radius:20px!important;
margin-left: 5px!important;
margin-right: 5px!important;}
    .header-container {
        display: flex;
        /* Enable flexbox */
        align-items: center;
        /* Align items vertically in the center */
        justify-content: flex-start;
        /* Space out the elements */
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .name-search_case_study h3, .name-case_studies_categories h3 {
        color: var(--k-orange);
        font-weight: 600;
        font-size: 1rem;
    }

    .name-reset_case_studies h3 {display:none}

    .flyout-item .facetwp-facet-search_case_study .facetwp-input-wrap .facetwp-icon {display:none;}

    .header-container h1 {
        margin-bottom: 0;
        /* Remove default margin from h1 */
            }

            @media (min-width: 1200px) {
  .facetwp-flyout-open {
    display: none;
  }
}

      .facetwp-selections ul {
          margin: 20px 0;

      }

      .facetwp-selections ul {margin-top:50px;!important}

      .facetwp-selections li {
          display: inline-block;
          margin: 0 6px 6px 0;
          padding: 8px 10px;
          list-style-type: none;
          border: 1px solid #ddd;
          border-radius: 3px;
          background-color: white;
      }

      .facetwp-selections .facetwp-selection-value {
          color: #5F80CF;
      }

      .facetwp-selections .facetwp-selection-value:last-child {
          margin-right: 0;
      }

      .facetwp-selections ul {margin-left:-2rem;!important}
