.helpkit-app-mode .helpkit-top-container {
  background: white !important;
  height: 120px !important;
}

.helpkit-app-mode .helpkit-bottom-container {
  background: white !important;
}

.helpkit-app-mode .helpkit-category-card > div {
  box-shadow: none;
  border-bottom: 1px solid #d7d8da;
  border-radius: 0px;
}

.helpkit-app-mode .helpkit-subcollection-wrapper {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #d7d8da6e;
}

.helpkit-app-mode .helpkit-article-card {
  box-shadow: none;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #d7d8da3b;
}

.helpkit-app-mode .helpkit-article-wrapper {
  box-shadow: none;
}

.helpkit-app-mode .helpkit-search-prompt-text {
  display: none !important;
}

.helpkit-app-mode .helpkit-search-input {
  box-shadow: none;
  border: 1px solid #d7d8da;
  background: #f8f8f8;
  border-radius: 16px;
  color: black;
}

.helpkit-app-mode .helpkit-search-result-wrapper {
  background: #fbfbfb;
  border-radius: 18px;
  border: 1px solid #dfdfff;
}

.helpkit-app-mode .helpkit-search-input::placeholder {
  color: #6b7280;
}

.helpkit-app-mode .helpkit-search-icon {
  color: #6b7280;
}

.helpkit-app-mode .helpkit-breadcrumb-link {
  color: black;
}

.helpkit-app-mode .helpkit-contact-btn {
  box-shadow: none;
  border: 1px solid #d7d8da;
}

.helpkit-app-mode .helpkit-contact-btn-wrapper > hr {
  opacity: 0.2;
}

.helpkit-app-mode .helpkit-article-feedback-wrapper {
  background: #d7d8da3b;
}
