/* ---------------------------------
  Homepage search
--------------------------------- */

.homepage-search-form {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 0 20px 0 !important;
}

input.homepage-search-input[type="search"] {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  margin: 0 !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 15px !important;
  line-height: normal !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.homepage-search-button[type="submit"] {
  flex: 0 0 auto !important;
  width: auto !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: #e63b00 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
}

.homepage-search-button[type="submit"]:hover {
  background: #d73500 !important;
}

input.homepage-search-input[type="search"]::-webkit-search-decoration,
input.homepage-search-input[type="search"]::-webkit-search-cancel-button,
input.homepage-search-input[type="search"]::-webkit-search-results-button,
input.homepage-search-input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none !important;
}

body.page .main-container {
  padding-bottom: 0 !important;
}


/* ---------------------------------
   Post Search
--------------------------------- */

.wp-block-search__input {
  border-radius: 60px !important;
  padding: 0 14px !important;
  height: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
}

.wp-block-search__button {
  border-radius: 60px !important;
  padding: 0 18px !important;
  height: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
}

.wp-block-search__label {
  display: none !important;
}

#block-9 > div {
  display: none !important;
}

div.breadcrumb-nav-top {
  display: none !important;
}

.not-found h1,
.not-found form {
  display: none !important;
}