.lemidah-hotsat-thumim h1 {
  font-weight: bold !important;
}

.lemidah-hotsat-thumim {
  box-shadow: none !important;
}

.lemidah-hotsat-thumim-intro {
  padding: 14px 15px 42px 40px;
  background-color: white;
  width: unset !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.lemidah-hotsat-thumim h2 {
  background-color: #3098cf;
  font-size: 22px !important;
  font-weight: bold !important;
  color: white !important;
  padding: 6px 13px;
  max-width: fit-content;
}

.lemidah-hotsat-thumim-intro p {
  font-size: 16px;
}

.lemidah-hotsat-thumim-intro img {
  max-height: 216px;
  margin: auto;
}

.intro-content {
  display: flex;
}

.keep-reading img {
  width: 10px;
  height: 10px;
}

.lemidah-hotsat-thumim-banner {
  position: relative;
  margin: 46px 0px 46px 0px;
  background-color: rgba(0, 0, 0, 0.1);
}


  .lemidah-hotsat-thumim-banner img {
    max-width: 847px;
    height: 280px;
  }

.banner-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  max-width: 360px;
  height: 187px;
  padding: 10px 16px 16px 31px;
  top: 15px;
  right: 12px;
}

  .banner-content h4 {
    color: white !important;
    font-size: 24px !important;
    font-weight: 100 !important;
  }

  .banner-content button {
    padding: 5px 12px 8px 15px;
    border-radius: 4px;
    background-color: #3098cf;
    border: none;
    font-weight: bold;
  }

    .banner-content button img {
      width: 10px;
      height: 10px;
      position: relative;
      color: white !important;
    }

.lemidah-hotsat-thumim-yehidot-horaa {
  background-color: white;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  padding-bottom: 60px;
}

.yehidot-horaa-item {
  background-color: #f0f4fc;
  width: 100%;
  margin-bottom: 25px;
}

  .yehidot-horaa-item .row {
    padding: 10px !important;
  }

    .yehidot-horaa-item .row a {
      font-size: 14px;
    }

      .yehidot-horaa-item .row a img {
        width: 8px;
        height: 6px;
        margin-right: 4px;
      }

  .yehidot-horaa-item img {
    width: 175px;
    height: 150px;
    margin-top: 15px !important;
  }

  .yehidot-horaa-item .yehidot-item-header {
    font-weight: bold !important;
    font-size: 20px;
    margin-bottom: 0px;
  }

  .yehidot-horaa-item .yehidot-item-sub-header {
    font-weight: bold !important;
    margin: 0px;
  }

.yehidot-item-content {
  font-size: 16px;
}

.yehidot-item-button {
  background-color: #3098cf;
  color: white;
  border: none;
  font-size: 18px;
  float: left;
  border-radius: 4px;
  padding: 8px 12px;
}

.yehidot-horaa-sheli-btn {
  background-color: #1d5c7e;
  border: none;
  color: white;
  float: left;
  font-size: 18px;
  padding: 10px;
  border-radius: 4px;
  margin-left: 10px;
}

  .yehidot-horaa-sheli-btn img {
    width: 12px;
    height: 12px;
  }

.more-content {
  background-color: white;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 15px 24px;
  margin-top: 45px;
}

.more-content-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.more-content-item {
  position: relative;
  height: fit-content;
  margin-bottom: 15px;
}

  .more-content-item img {
    max-width: 400px;
    height: 235px;
    border-radius:4px;
  }

  .more-content-item h4 {
    background-color: rgba(0, 0, 0, 0.8);
    height: 80px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    color: white !important;
    font-size: 22px !important;
    padding: 25px 20px 0px 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  
  }

@media (max-width: 1200px) {
  .more-content-item {
    margin: auto !important;
  }

  .lemidah-hotsat-thumim-intro .intro-content {
    flex-direction: column;
  }
}

/* override */

section.content .more-content h2 {
    margin:0px;
    margin-bottom:16px;
 /* background-color: #3098cf;
  color: white !important;
  max-width: fit-content;
  margin-top: 0px;
  height: 40px;
  font-size: 22px;
  font-weight: normal;
  padding: 6px 20px;
  margin-bottom: 15px;*/
}

@media (max-width: 1200px) {
  .more-content .more-content-item img {
    max-width: none;
    height: auto;
  }
}

.more-content .more-content-item {
  flex: 0 48.7%;
  margin: unset;
  margin-bottom: 15px;
}

.more-content .more-content-items-list {
  justify-content: space-between;
  row-gap: 20px;
}

@media (max-width: 991px) {
  .more-content .more-content-item {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 1200px) {
  .more-content .more-content-item {
    margin: unset !important;
  }
}

.more-content.ltr .more-content-item h4 {
  padding-left: 20px !important;
  text-align: left;
}
/* end override */

