@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
/*search page styling*/
.result {
  margin-bottom: 30px;
}
.result form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  padding: 1.25rem;
}
.result form .search {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.result form .search-field {
  font-size: 1rem;
  min-height: 4rem;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  flex: 80%;
}
.result form .search-submit {
  flex: 20%;
  border-radius: 4px;
  background: #5E8D83;
  box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15), 0px 2px 4px 0px rgba(136, 144, 194, 0.2);
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
  cursor: pointer;
}
.result .result-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  padding: 1.25rem;
}
.result .search_result {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.result .search_result li {
  flex: 100%;
  background-color: white;
  padding: 3em 2em;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  text-align: center;
  border-width: 1px;
  border-color: #dcdcde;
  border-radius: 10px;
}
.result .search_result li a {
  text-decoration: none;
}
/*# sourceMappingURL=wyszukiwarka.css.map */