.kg-video-container video{
  width: 100%;
  height: 496px;
  border-radius: 12px;
}
.row-full-width-container {
  background-color: var(--black);
  background-image: url(/assets/img/eclipse-rigt-top.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.banner-content h1 {
  margin-bottom: 64px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.03em;
  color: var(--white);
}

.banner-content p {
  font-family: Poppins, sans-serif;
}

.banner-content {
  flex-direction: column;
}

.banner-content h1 .title:after {
  content: ""
}

.banner-content h1 .sub-title {
  padding-bottom: 15px;
  margin-bottom: -15px;
}

.banner-content > h3 {
  margin-top: 40px;
}

.banner-content > h3, .banner-content > p{
  color: var(--white);
}

.site-main {
  padding-bottom: 0;
  padding: 0 !important;
  max-width: unset !important;
}

.post-container-header h5{
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
}

.related-resources-result {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Creates 4 columns with equal width */
  gap: 16px;
}

.slider-wrapper:hover {
  overflow-x: unset;
}

.btn.btn-outline {
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .banner-content {
    padding-left: 56px;
    padding-right: 56px;
  }
  .post-container {
    padding-left: 56px;
    padding-right: 56px;
  }
  .post-card .post-card-image-link img {
    object-fit: cover !important;
  }
}

.kg-embed-card iframe{
  width: 100%;
  height: 670px;
  border-radius: 12px;
}

.kg-card.kg-bookmark-card {
  margin: 0 0 12px;
  width: 65%;
  border-radius: 12px;
}

.kg-card.kg-bookmark-card .kg-bookmark-container {
  display: flex;
  text-decoration: none;
  border: none !important;
}

.kg-card.kg-bookmark-card .kg-bookmark-metadata {
  display: unset;
}

.kg-card.kg-bookmark-card .kg-bookmark-author:after {
  display: none;
}

.kg-card.kg-bookmark-card .kg-bookmark-metadata .kg-bookmark-publisher{
  display: block;
}

.kg-card.kg-bookmark-card .kg-bookmark-icon {
  margin-right: 4px;
}

.kg-card.kg-bookmark-card .kg-bookmark-thumbnail img{
  border-radius: 0 12px 12px 0;
}

.kg-card.kg-embed-card {
  margin: 0;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 600px) {
  .kg-bookmark-title, .kg-bookmark-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px;
    display: unset;
    margin-top: 0;
  }
  .kg-bookmark-thumbnail {
    min-width: 39%;
  }
  .kg-bookmark-content {
    padding: 12px;
  }
  .kg-bookmark-thumbnail img {
    object-fit: contain;
  }
}

@media (max-width: 600px) {
  .kg-card.kg-bookmark-card .kg-bookmark-container {
    overflow: hidden;
    border-radius: 12px;
  }
  .kg-bookmark-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .kg-card.kg-bookmark-card .kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 500px) {
  .banner-content {
    padding-left: 32px;
    padding-right: 32px;
  }
  .kg-video-container video {
    height: 100%;
  }
  .related-resources-result {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .post-container-row .post-container-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .post-container-header h5 {
    font-size: 42px;
    line-height: 40px;
  }
  .banner-content h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .kg-embed-card iframe{
    height: 100% !important;
  }
  .kg-card.kg-bookmark-card .kg-bookmark-container {
    flex-direction: column-reverse;
  }
  .kg-card.kg-bookmark-card {
    width: 100%;
  }
  .kg-bookmark-thumbnail img {
    position: unset;
  }
  .kg-card.kg-bookmark-card .kg-bookmark-thumbnail img {
    border-radius: 12px 12px 0 0;
    margin-top: -1px;
  }
}

@media (max-width: 850px) {
  .related-resources-result {
    grid-template-columns: repeat(2, 1fr);
  }
  .kg-card.kg-bookmark-card {
    width: 100%;
  }
  .kg-embed-card iframe {
    height: 481px;
  }
}