.ikp-search-bar-trigger__container {
  border-color: rgb(255 255 255 / 30%);
}

.ikp-search-bar-trigger__container:hover {
  border-color: rgb(255 255 255 / 50%);
}

.ikp-search-bar-trigger__text {
  color: rgb(255 255 255 / 60%);
  font-size: 14px;
}

.ikp-search-bar-trigger__kbd {
  color: rgb(255 255 255 / 60%);
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 500;
}

.ikp-search-bar-trigger__icon svg {
  color: #a991f3 !important;
}

.ikp-get-help__menu .ikp-btn--size_md {
  font-size: 16px;
}

@media (max-width: 768px) {
  .ikp-search-bar-trigger__container {
    padding-inline: 0.5rem;
    border: none;
  }
  .ikp-search-bar-trigger__text {
    display: none;
  }
  .ikp-search-bar-trigger__kbd {
    display: none;
  }
  .ikp-search-bar-trigger__icon {
    margin: 0;
    width: 1.5rem;
  }
}
