h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.search .site-inner {
  padding-top: 50px !important;
}


#search-ai-app{
  padding: 0 70px;
}

.archive-intro{
  display:none;
}


@media (max-width: 600px) {
  #search-ai-app{
    padding: 0;
  }  
}


/* Start AMN sites */
#content #primary main #search-ai-app{
  padding: 50px 70px;
}

#content #primary main #search-ai-app #wtwh-wp-search-bar-container button{
  background: #e5e5e5;
}

#content #primary main #search-ai-app #wtwh-wp-search-bar-container button:hover{
  background: #4c4c4c;
}

@media (max-width: 600px) {
  #content #primary main #search-ai-app{
    padding: 20px 0;
  } 
}

/* End AMN sites */

    .secondary-input.svelte-sd38w4{
      background:#efefef;
      border: solid 4px black;
      width: 100%;
      padding: 15px;
    }
  
    .secondary-btn.svelte-sd38w4{
      border: none;
      height: 61%;
      aspect-ratio: 1 / 1;
      border-radius: 50px;
      position: absolute;
      right: 2%;
      background:#efefef;
      cursor:pointer;
      padding:0;
    }
  
    .secondary-btn.svelte-sd38w4 svg:where(.svelte-sd38w4){
      width: 100%;
      padding: 6% 10% 0 20%;
      fill:black;
    }


    .main-input.svelte-sd38w4{
        width:100%;
        padding: 15px;
        font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.3906)), 18px);
        border: solid black 2px;
        border-radius: 50px;
    }

    .main-input.svelte-sd38w4:focus{
        border: 2px solid black;
    }

    .main-btn.svelte-sd38w4{
        border: none;
        height: 71%;
        aspect-ratio: 1 / 1;
        border-radius: 50px;
        position: absolute;
        right: 1%;
        background:black;
        cursor:pointer;
        padding:0;
    }

    .main-btn.svelte-sd38w4 svg:where(.svelte-sd38w4){
        width: 90%;
        padding: 12% 16% 0 29%;
        fill:white;
    }

    @media (max-width: 800px) {

    .main-btn.svelte-sd38w4{
      right: 2%;
    }
  }

  

  .loader-wrapper.svelte-1e53do2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
  }

  .loader.svelte-1e53do2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .spinner.svelte-1e53do2 {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: svelte-1e53do2-spin 1s linear infinite;
  }

  .loader.svelte-1e53do2 p:where(.svelte-1e53do2) {
    margin: 0;
    font-size: 1rem;
    color: #666;
  }

  @keyframes svelte-1e53do2-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .error-wrapper.svelte-1e53do2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
  }

  .error.svelte-1e53do2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    max-width: 400px;
  }

  .error-icon.svelte-1e53do2 {
    font-size: 3rem;
  }

  .error.svelte-1e53do2 h3:where(.svelte-1e53do2) {
    margin: 0;
    color: #d32f2f;
    font-size: 1.5rem;
  }

  .error.svelte-1e53do2 p:where(.svelte-1e53do2) {
    margin: 0;
    color: #666;
    line-height: 1.5;
  }

  .retry-button.svelte-1e53do2 {
    padding: 0.75rem 1.5rem;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 0.3em;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
  }

  .retry-button.svelte-1e53do2:hover {
    background-color: #333;
  }

  .ai-description-wrapper.svelte-1e53do2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ai-description-wrapper.svelte-1e53do2 h1:where(.svelte-1e53do2){
    display: flex;
    gap: 10px;
    margin-bottom:0.67rem;
  }

  .ai-description-wrapper.svelte-1e53do2 .ai-icon:where(.svelte-1e53do2){
    width: 35px;
    display: flex;
  }

  .ai-description-wrapper.svelte-1e53do2 .ai-icon:where(.svelte-1e53do2) svg:where(.svelte-1e53do2){
    width:100%;
  }

  .ai-description-wrapper.svelte-1e53do2 p:where(.svelte-1e53do2){
    width:70%;
  }

  .fallback-search-toggle.svelte-1e53do2{
    background: none;
    padding: 0;
    color: #969696;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    outline: none;
    text-transform: none;
  }

  .fallback-search-toggle.svelte-1e53do2:hover{
    color:#333;
  }

  .ai-query-input-wrapper.svelte-1e53do2{
    position: relative;
    display: flex;
    align-items: center;
  }

  .ai-query-suggestions-wrapper.svelte-1e53do2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 30px;
  }

  .ai-query-suggestion.svelte-1e53do2{
    padding: 1rem 2rem;
    width: 48.5%;
    text-align:left;
    cursor:pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border: 3px ridge #000000;
    outline: none;
    background: transparent;
    transition: 1s;
    border-radius: 0.3em;
    color:black;
    text-transform: none;
    font-weight: normal;
  }

  .ai-query-suggestion.svelte-1e53do2::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 3%;
    width: 95%;
    height: 20%;
    background-color: #ffffff;
    transition: 0.5s;
    transform-origin: center;
  }

  .ai-query-suggestion.svelte-1e53do2::before {
    content: "";
    transform-origin: center;
    position: absolute;
    bottom:-10px;
    left: 3%;
    width: 95%;
    height: 20%;
    background-color: #ffffff;
    transition: 0.5s;
  }

  .ai-query-suggestion.svelte-1e53do2:hover::before, .ai-query-suggestion.svelte-1e53do2:hover::after {
    transform: scale(0);
  }

  .ai-query-suggestion.svelte-1e53do2:hover {
    box-shadow: inset 0px 0px 25px #000000;
  }

  .ai-query-suggestion.svelte-1e53do2 svg:where(.svelte-1e53do2){
    width: 40px;
    min-width:40px
  }

  .ai-query-suggestion.svelte-1e53do2 p:where(.svelte-1e53do2){
    margin:0;
    line-height: 1.2;
  }

  @media (max-width: 800px) {
     .ai-query-suggestion.svelte-1e53do2{
      width: 48%;
    }
  }

  @media (max-width: 500px) {

    .ai-description-wrapper.svelte-1e53do2 h1:where(.svelte-1e53do2){
      flex-direction: column;
    }

    .ai-description-wrapper.svelte-1e53do2 h1:where(.svelte-1e53do2) .ai-icon:where(.svelte-1e53do2){
      align-self: center;
    }

    .ai-description-wrapper.svelte-1e53do2 p:where(.svelte-1e53do2){
      width:100%;
    }

     .ai-query-suggestion.svelte-1e53do2{
      width: 100%;
      text-align: center;
    }

  }


  .circle-loader.svelte-8igzkn {
    width: 50px;
    height: 50px;
    border: 3px solid #ccc;
    border-top-color: #888;
    border-radius: 50%;
    animation: svelte-8igzkn-rotate 1s infinite linear;
    position: relative;
    margin: 0 auto;
  }

  @keyframes svelte-8igzkn-rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

    /* Loading indicators */
    .loading-answer.svelte-8igzkn {
      width: 100%;
      text-align: center;
      padding: 2rem 0;
    }
  
    @keyframes svelte-8igzkn-pulse {
      0% {
        transform: scale(0.8);
        opacity: 0.5;
      }
      50% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(0.8);
        opacity: 0.5;
      }
    }
  
    /* Typing indicator animation */
    .typing-indicator.svelte-8igzkn {
      display: inline-flex;
      align-items: center;
      margin: 1rem 0;
    }
  
    .typing-indicator.svelte-8igzkn span:where(.svelte-8igzkn) {
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #888;
      margin: 0 2px;
      display: inline-block;
      animation: svelte-8igzkn-bounce 1.4s infinite ease-in-out both;
    }
  
    .typing-indicator.svelte-8igzkn span:where(.svelte-8igzkn):nth-child(1) {
      animation-delay: -0.32s;
    }
  
    .typing-indicator.svelte-8igzkn span:where(.svelte-8igzkn):nth-child(2) {
      animation-delay: -0.16s;
    }
  
    @keyframes svelte-8igzkn-bounce {
      0%,
      80%,
      100% {
        transform: scale(0);
      }
      40% {
        transform: scale(1);
      }
    }


    h4.svelte-1kydf36,
    h6.svelte-1kydf36,
    p.svelte-1kydf36,
    a.svelte-1kydf36 {
      color: black;
    }
  
    h4.svelte-1kydf36,
    h6.svelte-1kydf36 {
      margin-bottom: 20px;
    }
  
    /* Loading indicators */
    .loading-stories.svelte-1kydf36 /* (unused) .no-stories*/ {
      width: 100%;
      text-align: center;
      padding: 2rem 0;
    }
  
    .loading-pulse.svelte-1kydf36 {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #f0f0f0;
      animation: svelte-1kydf36-pulse 1.2s infinite ease-in-out;
      margin-bottom: 1rem;
    }
  
    @keyframes svelte-1kydf36-pulse {
      0% {
        transform: scale(0.8);
        opacity: 0.5;
      }
      50% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(0.8);
        opacity: 0.5;
      }
    }
  
    .suggested-stories-wrapper.svelte-1kydf36 {
      margin-bottom: 30px;
    }
  
    .stories-list.svelte-1kydf36 {
      display: flex;
      gap: 1rem;
      justify-content: space-between;
      flex-wrap: wrap;
    }
  
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) {
      cursor: pointer;
      background: #efefef;
      border: none;
      border-radius: 5px;
      padding: 1rem 1.2rem;
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 48.5%;
      position: relative;
      text-decoration: none;
    }
  
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36):hover {
      text-decoration: none;
      background: #d3d3d3;
    }
  
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) h6:where(.svelte-1kydf36),
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) p:where(.svelte-1kydf36) {
      margin: 0;
      text-align: left;
    }
  
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) p:where(.svelte-1kydf36) {
      flex-grow: 1;
      display: flex;
      align-items: flex-end;
      font-size: clamp(12px,0.9rem,13px);
    }
  
    .article-meta.svelte-1kydf36 {
        z-index: 10;
        position: absolute;
        left: 0;
        top: 115%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        display: none;
    }

    .article-img.svelte-1kydf36 {
        /*width: 30%;*/
        max-width: 100px;
    }

    .article-img.svelte-1kydf36 img:where(.svelte-1kydf36){
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .article-info.svelte-1kydf36 {
        padding: 15px 0;
        max-width: 310px;
        align-self: center;
    }
  
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) .article-meta:where(.svelte-1kydf36) h6:where(.svelte-1kydf36),
    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) .article-meta:where(.svelte-1kydf36) p:where(.svelte-1kydf36) {
      padding: 0 1.3rem;
      color: white;
    }

    .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36):hover .article-meta:where(.svelte-1kydf36) {
      display: flex;
    }
  
    .suggested-stories-wrapper.svelte-1kydf36 h4:where(.svelte-1kydf36) {
      display: flex;
      gap: 10px;
    }
  
    .ai-icon.svelte-1kydf36 {
      width: 25px;
      flex-shrink: 0;
      display: flex;
    }
  
    .ai-icon.svelte-1kydf36 svg:where(.svelte-1kydf36) {
      width: 100%;
    }

  
    @media (max-width: 1100px) {

    }
  
    @media (max-width: 800px) {
      .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) {
        width: 48%;
      }
  
      .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36):hover .article-meta:where(.svelte-1kydf36) {
        display: none;
      }
    }
  
    @media (max-width: 600px) {
      .stories-list.svelte-1kydf36 a:where(.svelte-1kydf36) {
        width: 100%;
      }
    }
  
    .query-rating.svelte-1x45xsv{
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .query-rating.svelte-1x45xsv p:where(.svelte-1x45xsv){
        margin: 0;
        white-space: nowrap;
        font-weight: bold;
    }
    
    .query-rating.svelte-1x45xsv div:where(.svelte-1x45xsv){
        display: flex;
        align-items: center;
        gap:7px;
    }

    hr.svelte-1x45xsv{
        background: #eceaea;
    }

    .rating-btn.svelte-1x45xsv{
        border: none;
        background:none;
        cursor:pointer;
        padding:0;
    }

    .rating-btn.svelte-1x45xsv svg:where(.svelte-1x45xsv){
        width:17px;
        fill:#a9a9a9
    }

    .thumbs-down.svelte-1x45xsv svg:where(.svelte-1x45xsv){
        position: relative;
        top: 4px;
    }

    .thumbs-up.svelte-1x45xsv:hover svg:where(.svelte-1x45xsv), .thumbs-up.svelte-1x45xsv .chosen:where(.svelte-1x45xsv){
        fill:green;
    }

    .thumbs-down.svelte-1x45xsv:hover svg:where(.svelte-1x45xsv), .thumbs-down.svelte-1x45xsv .chosen:where(.svelte-1x45xsv){
        fill:red;
    }



        .suggested-queries.svelte-unx12w{
            display: flex;
            flex-direction: column;
        }
    
        .suggested-queries.svelte-unx12w h4:where(.svelte-unx12w){
            margin: 0 0 10px 0;
            font-weight: bold;
            display: flex;
            gap: 10px;
        }

        .ai-icon.svelte-unx12w {
          width: 25px;
          flex-shrink: 0;
          display: flex;
        }
      
        .ai-icon.svelte-unx12w svg:where(.svelte-unx12w) {
          width: 100%;
        }
    
        .suggested-queries.svelte-unx12w button:where(.svelte-unx12w){
          border: none;
          background: none;
          padding: 10px 1rem 10px 0;
          text-align: left;
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid #e2e2e2;
          color:black;
          text-transform: none;
          font-weight: normal;
        }
    
        .suggested-queries.svelte-unx12w button:where(.svelte-unx12w):hover{
          color:#819299;
        }
    
        .suggested-queries.svelte-unx12w button:where(.svelte-unx12w) span:where(.svelte-unx12w){
          font-size: clamp(17px, 1.3rem,19px);
          font-weight: 100;
        }

    
      
    h4.svelte-1l2bkbf,
    h6.svelte-1l2bkbf,
    p.svelte-1l2bkbf,
    a.svelte-1l2bkbf {
      color: black;
    }
  
    h4.svelte-1l2bkbf,
    h6.svelte-1l2bkbf {
      margin-bottom: 20px;
    }
  
    /* Loading indicators */
    .loading-stories.svelte-1l2bkbf,
    .no-stories.svelte-1l2bkbf {
      width: 100%;
      text-align: center;
      padding: 2rem 0;
    }
  
    .loading-pulse.svelte-1l2bkbf {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #f0f0f0;
      animation: svelte-1l2bkbf-pulse 1.2s infinite ease-in-out;
      margin-bottom: 1rem;
    }
  
    @keyframes svelte-1l2bkbf-pulse {
      0% {
        transform: scale(0.8);
        opacity: 0.5;
      }
      50% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(0.8);
        opacity: 0.5;
      }
    }
  
    .suggested-stories-wrapper.svelte-1l2bkbf {
      margin-bottom: 30px;
    }
  
    .stories-list.svelte-1l2bkbf {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
  
    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) {
      cursor: pointer;
      border: none;
      position: relative;
      text-decoration: none;
      background: #e2e2e2;
      padding: 7px 12px;
      border-radius: 5px;
    }
  
    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf):hover {
      text-decoration: none;
      background: #d3d3d3;
    }
  
    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) h6:where(.svelte-1l2bkbf),
    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) p:where(.svelte-1l2bkbf) {
      margin: 0;
      text-align: left;
    }
  
    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) p:where(.svelte-1l2bkbf) {
      flex-grow: 1;
      display: flex;
      align-items: flex-end;
      font-size: 0.9rem;
    }
  
    .article-meta.svelte-1l2bkbf {
        z-index: 10;
        position: absolute;
        left: 0;
        top: 115%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
        display: none;
    }

    .article-img.svelte-1l2bkbf {
        /*width: 30%;*/
        max-width: 100px;
    }

    .article-img.svelte-1l2bkbf img:where(.svelte-1l2bkbf){
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .article-info.svelte-1l2bkbf {
        padding: 15px 0;
        max-width: 310px;
        align-self: center;
    }

    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) .article-meta:where(.svelte-1l2bkbf) h6:where(.svelte-1l2bkbf),
    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) .article-meta:where(.svelte-1l2bkbf) p:where(.svelte-1l2bkbf) {
      padding: 0 1.3rem;
      color: white;
    }

    .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf):hover .article-meta:where(.svelte-1l2bkbf) {
      display: flex;
    }
  
    .suggested-stories-wrapper.svelte-1l2bkbf h4:where(.svelte-1l2bkbf) {
      display: flex;
      gap: 10px;
    }
  
    .ai-icon.svelte-1l2bkbf {
      width: 25px;
      flex-shrink: 0;
      display: flex;
    }
  
    .ai-icon.svelte-1l2bkbf svg:where(.svelte-1l2bkbf) {
      width: 100%;
    }

  
    @media (max-width: 1100px) {
    }
  
    @media (max-width: 800px) {

      .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf):hover .article-meta:where(.svelte-1l2bkbf) {
        display: none;
      }
  
    }
  
    @media (max-width: 600px) {
      .stories-list.svelte-1l2bkbf a:where(.svelte-1l2bkbf) {
        width: 100%;
      }
    }
  

    .query.svelte-1kgqrc1{
      margin-bottom: 20px;
      display: flex;
      gap: 10px;
    }

    .ai-icon.svelte-1kgqrc1 {
      width: 25px;
      flex-shrink: 0;
      display: flex;
    }
  
    .ai-icon.svelte-1kgqrc1 svg:where(.svelte-1kgqrc1) {
      width: 100%;
    }

  

    .query.svelte-1kgqrc1{
      margin-bottom: 20px;
      display: flex;
      gap: 10px;
    }

    .ai-icon.svelte-1kgqrc1 {
      width: 25px;
      flex-shrink: 0;
      display: flex;
    }
  
    .ai-icon.svelte-1kgqrc1 svg:where(.svelte-1kgqrc1) {
      width: 100%;
    }

  

    .answer-wrapper.svelte-4nic8u{
      height:80vh;
    }
  
    .ai-answer.svelte-4nic8u{
      height:100%;
      overflow-y: scroll;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding-bottom:20px;
      position: relative;
    }
  
    .ai-answer.svelte-4nic8u::-webkit-scrollbar {
      display: none;
    }

    .ai-query-input-wrapper.svelte-4nic8u{
      width: 100%;
      max-width: 800px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ai-query-input-wrapper.fixed.svelte-4nic8u {
      position: fixed;
      bottom: 30px;
      width: var(--input-width, 100%);
      max-width: var(--input-width, 800px);
    }
    
    .ai-query-input-wrapper.svelte-4nic8u:not(.fixed) {
      position: relative;
      margin-top: 20px;
    }


    .ai-query-input-wrapper.svelte-4nic8u .loader:where(.svelte-4nic8u){
      width: 70px;
      height: 40px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background:black;
    }

    .scroll-to-bottom.svelte-4nic8u {
      position: absolute;
      transform: translate(-50%, -50%);
      top: -31px;
      left:50%;
      cursor: pointer;
      border: 3px solid white;
      width: 35px;
      height: 35px;
      font-size: 23px;
      border-radius: 50px;
      background: #000;
      color: white;
      padding:0;
    }
    
    .scroll-to-bottom.svelte-4nic8u:hover {
      background: rgb(53, 53, 53);
    }

  

    .search-results-title.svelte-17vkfsl{
        text-align: center;
    }

    .search-results-title.svelte-17vkfsl h2:where(.svelte-17vkfsl){
        text-align: center;
        margin:0;
    }

    #wtwh-wp-search-bar-container.svelte-17vkfsl{
        display:flex;
        min-width: 600px;
    }

    #wtwh-wp-search-bar.svelte-17vkfsl{
        background-color: #fff;
        border: 1px solid #dedede;
        color: #313131;
        padding: 9px;
        width: 100%;
    }

    #wtwh-wp-search-bar-container.svelte-17vkfsl button:where(.svelte-17vkfsl){
        border: none;
        border-radius: none;
        box-shadow: none;
        cursor: pointer;
        padding: 12px 16px;
        font-weight: bold;
    }

    .search-results-article-container.svelte-17vkfsl{
        padding-bottom: 35px;
        margin-top: 35px;
        border-bottom: 1px solid #ccc;
    }

    .search-results-article.svelte-17vkfsl{
        display: flex;
        gap:20px;
    }

    .search-results-article--thumbnail.svelte-17vkfsl{
        min-width: 200px;
        display: flex;
        align-items: center;
    }

    .search-results-article--text.svelte-17vkfsl h2:where(.svelte-17vkfsl){
        line-height: 0.8;
        margin-top: 0;
    }

    .search-results-article--text.svelte-17vkfsl h2:where(.svelte-17vkfsl) a:where(.svelte-17vkfsl){
        font-size: 20px;
    }

    .search-results-pagination.svelte-17vkfsl{
        margin-top:35px;
        display:flex;
        justify-content: center;
        gap:5px;
    }

    .search-results-pagination.svelte-17vkfsl button:where(.svelte-17vkfsl){
        padding:10px;
        border:0;
        background:none;
        color:black;
        cursor:pointer;
    }

    .search-results-pagination.svelte-17vkfsl button.active:where(.svelte-17vkfsl) {
        background-color: #333;
        color: white;
        padding: 10px 15px;
    }

    .search-results-pagination.svelte-17vkfsl button:where(.svelte-17vkfsl):hover:not(.active) {
        background-color: #ddd;
    }

    .fallback-search-toggle.svelte-17vkfsl{
        background: none;
        padding: 0;
        color: #969696;
        text-decoration: underline;
        cursor: pointer;
        border: none;
        outline: none;
        margin-bottom:16px;
        text-transform: none;
    }

    .fallback-search-toggle.svelte-17vkfsl:hover{
        color:#333;
    }



    @media (max-width: 800px) {

        .search-results-article.svelte-17vkfsl{
            flex-direction: column;
        }

        #wtwh-wp-search-bar-container.svelte-17vkfsl{
            min-width: 400px;
        }

    }

    @media (max-width: 600px) {

        #wtwh-wp-search-bar-container.svelte-17vkfsl{
            min-width: 100%;
        }

        }




    .overlay.svelte-3ui0by{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000b0;
        z-index: 9999;
    } 
    
    .form-modal.svelte-3ui0by{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 3rem;
        border-radius: 5px;
        z-index:9999;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width:500px;
    }

    form.svelte-3ui0by .input-wrapper:where(.svelte-3ui0by){
        width:100%;
        margin-bottom:20px;
        display: flex;
        flex-direction: column;
    }

    form.svelte-3ui0by button:where(.svelte-3ui0by){
        width:100%;
    }


    .form-modal.svelte-3ui0by h5:where(.svelte-3ui0by){
        margin:0;
    }

    .form-modal.svelte-3ui0by p:where(.svelte-3ui0by){
        margin:0;
        text-align: center;
        line-height:1.2;
        text-align:center;
    }

    .form-modal.svelte-3ui0by legend:where(.svelte-3ui0by), .form-modal.svelte-3ui0by label:where(.svelte-3ui0by){
        font-weight:bold;
        font-size: clamp(16px, calc(1rem + ((1vw - 11.68px) * 0.3906)), 17px);
        color:black;
    }

    .form-modal.svelte-3ui0by fieldset:where(.svelte-3ui0by){
        padding: 0.7em 0.75em 0.625em;
    }

    .form-modal.svelte-3ui0by legend:where(.svelte-3ui0by){
        line-height:1.2;
        text-align:center;
    }

    .form-modal.svelte-3ui0by fieldset:where(.svelte-3ui0by) label:where(.svelte-3ui0by){
        font-weight:normal;
    }

    .form-modal.svelte-3ui0by input:where(.svelte-3ui0by), .form-modal.svelte-3ui0by select:where(.svelte-3ui0by){
        border: solid 2px black;
        padding: 12px 17px;
    }

    .fallback-search-toggle.svelte-3ui0by{
        background: none;
        padding: 0;
        color: #969696;
        text-decoration: underline;
        cursor: pointer;
        border: none;
        outline: none;
        text-transform: none;
    }

    .fallback-search-toggle.svelte-3ui0by:hover{
        color:#333;
    }

    .submit-button.svelte-3ui0by{
        padding: 12px 17px;
        line-height: 20px;
        background:black;
        color:white;
        border: none;
        cursor: pointer;
        text-transform: none;
        font-weight: normal;
    }

    .close-button.svelte-3ui0by{
        position: absolute;
        top: -1.75rem;
        right: -1.75rem;
        background: black;
        color: white;
        border: none;
        font-size: 12px;
        font-weight: bold;
        border-radius: 50px;
        width: 25px;
        aspect-ratio: 1 / 1;
        cursor: pointer;
        padding:0;
    }


  @media (max-width: 600px) {

    .form-modal.svelte-3ui0by{
        width:100%
    }

    .overlay.svelte-3ui0by{
        height: 100%;
    } 

    .close-button.svelte-3ui0by{
        top: -3.75rem;
        right: 1%;
    }
  }


  html {
    font-size: 16px; /* This establishes the base size for rem units */
  }

  .ai-wrapper.svelte-1jf5yf0 p, .ai-wrapper.svelte-1jf5yf0 a, .ai-wrapper.svelte-1jf5yf0 button{
    font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.3906)), 18px) 
  }

  .ai-wrapper.svelte-1jf5yf0 h1{
    font-size: clamp(32px, calc(2rem + ((1vw - 7.68px) * 1.5625)), 40px);
  }

  .ai-wrapper.svelte-1jf5yf0 h2{
    font-size: clamp(30px, calc(2rem + ((1vw - 7.68px) * 1.5625)), 36px);
  }

  .ai-wrapper.svelte-1jf5yf0 h3{
    font-size: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 1.5625)), 28px);
  }

  .ai-wrapper.svelte-1jf5yf0 h4{
    font-size: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.7813)), 24px);
  }

  .ai-wrapper.svelte-1jf5yf0 h5{
    font-size: clamp(19px, calc(1rem + (1vw - 4.68px)* 0.3906), 21px);
  }

  .ai-wrapper.svelte-1jf5yf0 h6{
    font-size: clamp(14px, calc(1rem + ((1vw - 7.68px) * -0.3906)), 16px)
  }

  button{
    text-transform: none;
    font-weight:unset;
    color:unset;
    padding:unset;
  }

  hr{
    margin:unset;
    padding:unset;
  }

  .ai-wrapper.svelte-1jf5yf0 {
    max-width: 800px;
    margin: auto;
    margin-bottom: 200px;
  }

  @media (max-width: 1000px) {
    .ai-wrapper.svelte-1jf5yf0 {
      padding: 0 10%;
    }
  }
