/* HiLernity SEO Foundation v0.2 — internal learning links */
.hlseo-learning-path{
  margin:0 0 1.15rem;
  font-size:.86rem;
}
.hlseo-learning-path a{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  font-weight:750;
  text-decoration:none;
}
.hlseo-learning-path a:hover{text-decoration:underline}

.hlseo-next-step{
  margin:2rem 0 1.5rem;
  padding:1rem 1.1rem;
  border:1px solid #cfe3dc;
  border-radius:14px;
  background:#f4faf7;
}
.hlseo-next-step__label{
  display:block;
  margin-bottom:.25rem;
  color:#176b5d;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.hlseo-next-step p{margin:0}
.hlseo-next-step a{font-weight:800}

.hlseo-related-learning{
  margin:2rem 0 1.25rem;
  padding-top:1.6rem;
  border-top:1px solid #dce6e2;
}
.hlseo-related-learning__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}
.hlseo-related-learning__head h2{margin:0 0 .3rem}
.hlseo-related-learning__head p{margin:0;color:#52635f;max-width:44rem}
.hlseo-related-learning__hub{
  flex:0 0 auto;
  font-size:.84rem;
  font-weight:800;
  text-decoration:none;
}
.hlseo-related-learning__hub:hover{text-decoration:underline}

.hlseo-related-grid{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.85rem;
}
.hlseo-related-card{margin:0!important;padding:0!important}
.hlseo-related-card__link{
  display:flex;
  height:100%;
  flex-direction:column;
  gap:.45rem;
  padding:1rem;
  border:1px solid #d8e3df;
  border-radius:13px;
  background:#fff;
  color:inherit;
  text-decoration:none!important;
  box-sizing:border-box;
}
.hlseo-related-card__link:hover{
  border-color:#9fc8bb;
  transform:translateY(-1px);
}
.hlseo-related-card__title{font-weight:800;line-height:1.35;color:#14211f}
.hlseo-related-card__description{font-size:.86rem;line-height:1.55;color:#52635f}
.hlseo-related-card__action{margin-top:auto;padding-top:.2rem;font-size:.8rem;font-weight:800;color:#176b5d}

@media(max-width:700px){
  .hlseo-related-learning__head{display:block}
  .hlseo-related-learning__hub{display:inline-block;margin-top:.65rem}
  .hlseo-related-grid{grid-template-columns:minmax(0,1fr)}
  .hlseo-next-step{padding:.9rem}
}
