/* Preserved legacy helper styles (search widget, small utility classes)
   Externalized from header.php inline <style> to keep markup clean. */

@media only screen and (max-width: 1299px) {
  .header-style-two .header-top {
    padding-right: 0;
    display: none !important;
  }
}

#search-wrapper {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.276);
  align-items: stretch;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  max-width: 400px;
  box-shadow: 2px 1px 5px 1px rgba(0, 0, 0, 0.273);
}

#search {
  border: none;
  width: 350px;
  font-size: 15px;
}

#search:focus {
  outline: none;
}

.search-icon {
  margin: 10px;
  color: rgba(0, 0, 0, 0.564);
}

#search-button {
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #1da1f2;
  padding: 0px 10px;
}

@media only screen and (max-width: 600px) {
  .ntt {
    margin-left: 1px !important;
  }

  .nd {
    display: none !important;
  }
}
