html, body {
  min-height: 100vh;
  overflow-y: auto;
}

body {
  font-family: 'Roboto Flex', sans-serif;
  color: #151515;
}
a {
  color: #151515 !important;
}
.suggestion-box-wrapper {
  background: #FAFCFF;
}
.suggestion-box-content {
  background: #EDF0F6;
}
.icon-ellipsis {
    color: grey;
    top: 5px;
    right: 10px;
    font-size: 20px;
  }

  .dropdown-link {
    z-index: 1;
    top: 4px;
    right: -6px;
    border-radius: 5px;
    padding: 10px 1px;
  }
  
  .dropdown-link div,
  .dropdown-link span {
    cursor: pointer;
    line-height: 25px;
    padding: 0px 19px;
  }
  
  .dropdown-link div:hover {
    background: #ebebeb;
  }
  .previous-log {
    padding-bottom: 20px;
    z-index: 49;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  
  .previous-log span {
    max-width: 100px;
    font-weight: 200;
    font-size: 14px;
  }
  
  .list-item-wrapper {
    padding: 6px 20px;
    background-position: right 30px center;
    background-size: 16px;
    font-size: 16px;
  }
  
  .list-item-wrapper .list-item-content {
    line-height: 21px;
    max-width: 535px;
  }

  .query-input {
    line-height: 14px;
    border-radius: 25px;
    width: 80vw;
    max-width: 630px;
    padding: 20px 22px;
    padding-right: 80px;
    font-size: 18px;
  }
  
  .query-input:-webkit-autofill {
    display: none;
  }
  
  .query-input.no-prev {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }

  .list-item-clock {
    gap: 10px;
  }
  
  .list-item-clock .previous-log-icon {
    color: #4a4a4a;
  }
  
  .user-sites-place {
    /* width: 1000px; */
    column-gap: 14px;
    max-height: 280px;
  }

.content-sites-place {
    width: 1000px; *
    column-gap: 14px;
}

/* Hebrew text detection and RTL support */
.content-item h3:lang(he),
.content-item p:lang(he),
.content-item span:lang(he) {
  direction: rtl;
  text-align: right;
}

/* Detect Hebrew characters using unicode range */
.content-item h3,
.content-item p {
  unicode-bidi: plaintext;
}
  
  .max-w-item {
    max-width: 80px;
  }

  .quick-link {
    box-sizing: border-box;
    width: 92px;
    padding-bottom: 8px;
  }
  
  .quick-link img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background-color: #ebebeb;
    transition: transform 0.2s;
  }
  
  .quick-link:hover {
    background-color: #ebebeb;
    border-radius: 10px;
  }
  
  .quick-link.disable-hover:hover {
    background-color: inherit;
    border-radius: inherit;
  }
  
  .quick-link span {
    max-width: 80px;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
  }

  #confirmartionButton:disabled {
    background-color: white;
    color: grey;
    cursor: default;
  }
  .list-item-wrapper:hover, .list-item-wrapper.selected {
    background: #ebebeb;
  }