@media(prefers-color-scheme: dark) {
  .search-wrapper, .search-news-wrapper {
    background-color:#1f1f1f;
    color:#ffffff;
  }
  .input-box {
    background-color:#5f6368;
  }
  .search-submit {
    background-color:#5f6368;
    color:#f1f1f1;
  }
  .search-input {
    background-color:#5f6368;
    color:#ffffff;
  }
  .search-input:hover {
    background-color:#5f6368 !importment;
  }
  .search-news-title {
    color:#f1f1f1;
  }
  .search-news-text {
    color:#f3f1f2;
  }
  .search-input::placeholder {
    color:#ffffff;
  }
}
