.climate-change-maagar-homarim {
  box-shadow: none !important;
}


.climate-change-maagar-homarim-search {
  padding: 14px 15px 28px 28px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: 31px;
}

.climate-change-maagar-homarim h4 {
  padding: 4px 13px 8px;
  background-color: #3098cf;
  color: white !important;
  font-size: 22px !important;
  font-weight: bold !important;
  width: fit-content !important;
  margin: 0px;
}

.climate-search-label {
  font-size: 18px !important;
  margin-left: 13px;
}

.climate-change-maagar-homarim .input-wrapper {
  display: flex;
  justify-content: space-between;
}

  .climate-change-maagar-homarim .input-wrapper .climate-search-select {
    padding: 7px 11px 8px 8px;
    border: solid 1px #ccc;
    background-color: #fff;
    width: 214px;
    height: 36px;
    color: #555;
  }



.climate-search-buttons {
  margin-top: 16px;
  width: fit-content;
  margin-right: auto;
}
  .climate-search-buttons .clear-btn {
      display:inline-block;
  }

  .climate-search-buttons .clear-search {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: #23527c;
    font-size: 16px;
  }

  .climate-search-buttons .search-btn {
    padding: 6px 20px 7px;
    border-radius: 4px;
    background-color: #3098cf;
    color: white;
    border: none;
    font-size: 22px;
    margin-right: 25px;
  }

.climate-change-maagar-homarim .climate-suggested-topics-list {
  background-color: #edf5fa;
  text-align: center;
  margin-bottom: var(--space-between-components);
  padding: 17px 131px 40px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

  .climate-change-maagar-homarim .climate-suggested-topics-list h2 {
    color: black !important;
    font-weight: bold !important;
    font-size: 22px !important;
    margin-bottom: 15px;
  }

  .climate-change-maagar-homarim .climate-suggested-topics-list.header-large-text {
    font-size: 22px;
    color: #333;
  }

.climate-change-maagar-homarim .large-text {
  font-size: 22px;
}

.climate-change-maagar-homarim .climate-suggested-topics-list a {
  font-size: 16px;
  margin: 0px 10px;
}

.material-list {
  background-color: white;
  padding: 14px 15px 17px 14px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: var(--space-between-components);
}

.material-item {
  margin-top: 24px;
  padding-right: 15px;
}

.material-item-header {
  color: #337ab7;
  font-size: 20px;
  font-weight: bold;
}

.material-item-grades {
  margin-bottom: 0px !important;
}

.material-item-text {
  font-size: 16px !important;
}

  .material-item-text img {
    width: 10px;
    margin-top: -2px;
  }

.material-list-button {
  background-color: #1d5c7e;
  display: block;
  color: white;
  border-radius: 4px;
  border: none;
  width: fit-content;
  padding: 5px 12px 6px 16px;
  margin-right: auto;
}

  .material-list-button img {
    width: 10px;
    height: 10px;
    margin-top: -2px;
  }

.number-of-results {
  font-size: 16px;
  margin-right: 12px;
}

.you-have-searched {
  display: flex;
  padding: 9px 10px 11px 9px;
  background-color: var(--grey-background);
  font-size: 18px;
  margin-bottom: 20px;
}

  .you-have-searched .inner-section {
    margin: 0px 15px;
  }

.bold-text {
  font-weight: bold;
}
/*ovveride*/
.climate-change-maagar-homarim .input-wrapper .climate-search-select {
  display: inline-block;
}

.climate-search-buttons .search-btn {
  font-family: 'Assistant', 'Arial';
}

.climate-search-buttons .clearBtnWrap {
  display: inline-block;
}

.climate-item-key {
  display: block;
}

.climate-change-maagar-homarim .material-item-text p {
  font-size: 16px;
  margin: 0px;
}

.climate-change-maagar-homarim a.article-headline {
  float: left;
}

/*.climate-change-maagar-homarim .material-item-image {
  margin-top: 8px;
}*/

.climate-change-maagar-homarim .material-item-text p.material-item-summary {
  margin-bottom: 16px;
  margin-top: 8px;
}
.climate-change-maagar-homarim .stock-item-link img {
  width: 10px;
  height: 10px;
  margin: 2px;
  margin-top: -2px;
}
@media(max-width:991px) {
  .climate-change-maagar-homarim-search.stock-search .input-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .climate-change-maagar-homarim .input-wrapper .climate-search-select{
      width:100%;
  }
  .climate-search-label{
      display:block;
  }
}
@media(min-width:992px) {
  .short-select-for-grade {
    width: 90px !important
  }
}

  /*ovveride*/
