#RelatedBlog {
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem 1rem 0;
}
#RelatedBlog.RtlDir header {
  border-bottom: 2px dashed #C6C6C6;
}
#RelatedBlog.RtlDir main {
  position: relative;
}
#RelatedBlog.RtlDir main ol {
  padding: 1rem 1rem 0;
}
#RelatedBlog.RtlDir main ol li:not(:last-child) {
  border-bottom: 2px dashed #E4E4E4;
}
#RelatedBlog.RtlDir main ol li a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s;
  font-size: 90%;
}
#RelatedBlog.RtlDir main ol li a figure {
  width: 100%;
}
#RelatedBlog.RtlDir main ol li a figure > div {
  margin-left: 1rem;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#RelatedBlog.RtlDir main ol li a figure > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#RelatedBlog.RtlDir main ol li a:hover {
  color: #f7b538;
}
#RelatedBlog.LtrDir header {
  border-bottom: 2px dashed #C6C6C6;
}
#RelatedBlog.LtrDir main {
  position: relative;
}
#RelatedBlog.LtrDir main ol {
  padding: 1rem 1rem 0;
}
#RelatedBlog.LtrDir main ol li:not(:last-child) {
  border-bottom: 2px dashed #E4E4E4;
}
#RelatedBlog.LtrDir main ol li a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s;
  font-size: 90%;
}
#RelatedBlog.LtrDir main ol li a figure {
  width: 100%;
}
#RelatedBlog.LtrDir main ol li a figure > div {
  margin-right: 1rem;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#RelatedBlog.LtrDir main ol li a figure > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#RelatedBlog.LtrDir main ol li a:hover {
  color: #f7b538;
}

/*# sourceMappingURL=relatedBlog.css.map */
