/* Online Podcast Section */
.online-podcast-section {
  padding: 40px 0;
  text-align: center;
}.online-cta-section{
  text-align: center;
}.color-white a{
  color: white;
  text-decoration: none;
}

.online-podcast-section .section-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 21px;
  letter-spacing: 1px;
}

.online-podcast-section .podcast-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.online-podcast-section .podcast-link {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}

.online-podcast-section .podcast-link img {
  max-width: 200px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


@media only screen and (max-width: 767px) {
  .online-podcast-section .podcast-links {
    gap: 20px;
    flex-direction: column;
  }

  .online-podcast-section .podcast-link img {
    max-width: 100%;
  }
}

.inner h1 {
  text-transform: capitalize;
}

.articles-grid .article {
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .articles-grid .article {
    width: 100% !important;
  }
}

/* Article Share Section */
.podcast-article-share {
  color: black;
  background: #f7f7f7;
}

.podcast-share-icon {
  background: url(../images/share-black.svg) !important;
}

/* Heading Styles */
.podcast-heading {
  font-size: 38px;
}

/* Hidden Link */
.podcast-hidden-link {
  background: white;
  display: none;
}

.articles-grid .article {
    height: auto;
    float: inherit;
    padding-bottom: 50px;
}
.articles-grid .article .in-association {
    /* position: relative; */
       position: absolute;
    bottom: 0;
    padding: 18px;
} #articles-container{
  display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}.reports-grid .report-small .report-panel h4 {
    max-width: 60%;
}@media only screen and (max-width: 800px) {
    .reports-grid .report .report-panel h4 {
        max-width: 65% !important;
    }
}


#related-container{
  display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}