/* INTERNAL LINKS BLOCK */
.gcm-related-posts {
  position: relative;
  margin: 3.6rem 0 3.6rem;
}
.gcm-related-posts__body {
  margin-left: 18px;
  color: var(--kb-color-primary-3, #222F3E);
  border-left: 4px solid var(--kb-color-primary-3, #222F3E);
  padding-left: 18px;
}
.gcm-related-posts__body h4 {
  font-size: 1.8rem !important;
  margin: 0 0 2rem !important;
}
.gcm-related-posts__body ul {
  margin: 0 !important;
}
.gcm-related-posts__body ul li {
  padding-left: 1.5rem !important;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 3px;
}
.gcm-related-posts__body ul li::before {
  content: '-' !important;
  top: 0 !important;
  background: none !important;
  color: var(--kb-color-primary-3, #222F3E);
}
.gcm-related-posts__body ul li a {
  border-bottom: 0 !important;
  color: var(--kb-color-primary, #54a0ff) !important;
}
/* Hide su-divider */
.su-divider + .gcm-related-posts {
  --margin-top: 1.8rem;
  margin-top: var(--margin-top);
}
.su-divider + .gcm-related-posts::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: calc(var(--margin-top) * -1 - 3px);
  background-color: white; 
}
@media (min-width: 768px) {
  .gcm-related-posts__body h4 {
    margin: 0 0 1rem !important;
  }
  .gcm-related-posts__body ul li {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 6px;
  }
}
/* INTERNAL LINKS BLOCK END */
