.climate-change-theme-page {
  box-shadow: none !important;
}

  /*.climate-change-theme-page .theme-page-intro {
    padding: 15px 15px 20px 38px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 48px;
  }*/

.bold-text {
  font-weight: bold;
}

/*.climate-change-theme-page*/
.intro-details {
  padding: 9px 10px 9px 10px;
  font-size: 18px;
  background-color: var(--indicator-bg-color);
  border-radius: var(--item-radius);
}

  /*.climate-change-theme-page*/
  .intro-details p {
    display: inline;
  }

.climate-change-theme-page .theme-page-intro p:last-of-type {
  font-size: 16px;
}


/*.climate-change-theme-page .climate-suggested-topics-list {
    background-color: #edf5fa;
    text-align: center;
    margin-bottom: 48px;
    padding: 23px 100px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.climate-change-theme-page .climate-suggested-topics-list a {
    font-size: 16px;
    margin: 0px 10px;
}*/

.more-material-list-container {
  padding: 14px 15px 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: var(--space-between-components);
  font-size: 16px;
}

  .more-material-list-container h4 {
    padding: 5px 13px 7px;
    background-color: #3098cf;
    color: white !important;
    width: fit-content;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-top: 0px;
  }



.related-topics .bold-text {
  font-size: 18px;
}

.related-topics-item {
  padding: 12px 13px 14px 13px;
 display:flex;
 gap:16px;
  margin: auto;
  margin-bottom: 15px;

}
  .related-topics-items .related-topics-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 32px;
  }
  
    .related-topics-item .img-col img{
        border-radius:var(--item-radius);
    }
 
      .related-topics-item .text-col .title h3{
          font-size:18px;
          margin-top:0px;
          margin-bottom:0px;
          line-height:14px;
      }
   
      /*ovvride*/
      .related-topics .bold-text {
        color: black;
      }

.page-component-edu.climate-change-theme-page {
  padding: 40px 30px 40px 40px;
  overflow: hidden;
}

.climate-change-theme-page div {
  font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .page-component-edu.climate-change-theme-page .intro-details {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-component-edu.climate-change-theme-page .intro-details {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .page-component-edu.climate-change-theme-page .main-image-container.small-image {
    max-width: 305px;
    width: auto;
  }
  .related-topics-item .img-col {
    padding-right: 0px !important;
    width: 23%;
  }
  .related-topics-item .text-col {
    padding-left: 0px;
    width: 75%;
  }
}

@media (max-width: 992px) {
  .page-component-edu.climate-change-theme-page .intro-details {
    /*width: 100%;*/
    margin-bottom: 15px;
  }
  .related-topics-item {
      flex-direction:column;
  }
}

.popXtn .climate-change-subject .ContainerTitlePage {
  margin: 0px 0px 20px 0px;
}

/*ovvride*/
