.related-articles {
  position: relative;
  overflow: hidden;
}

.related-articles .articles {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.related-articles .articles .img {
  position: relative;
  padding-top: 100%;
}

.related-articles .articles .img img {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.related-articles .articles > div {
  display: inline-block;
  width: calc((100% / 3) - 5em) !important;
  min-width: calc((100% / 3) - 5em) !important;
  margin: 0px 7.5px;
}

@media (max-width: 768px) {
  .related-articles .articles > div {
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    margin: 0px;
  }
}

.related-articles .articles > div span {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0px;
}

.article-page {
  padding-bottom: 15px;
  width: 100%;
}

@media (min-width: 769px) {
  .article-page {
    width: 64%;
    margin: auto;
  }
}

.article-page .category-name {
  border-bottom: 6px solid #aed696;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 300;
}

.article-page .author {
  padding-bottom: 10px;
}

.article-page .author .photo {
  display: flex;
  align-items: center;
}

.article-page .author .photo img {
  width: 109px;
  height: 109px;
  border-radius: 50px;
  border: 10px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
}

.article-page .author .photo span {
  display: inline-block;
  border-bottom: #edd763 4px solid;
  font-family: var(--light-font, AlmaraiLight);
  line-height: 22px;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0px 10px;
  padding-right: 15px;
}

[dir="rtl"] .article-page .author .photo span {
  padding-left: 15px;
  padding-right: unset;
}

.article-page .author .details {
  border: 1px solid #000;
  padding: 10px;
  margin-top: -18px;
  font-family: var(--light-font, AlmaraiLight);
  font-size: 16px;
}

.article-page .article-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.article-page .article-bar .share-buttons span {
  color: var(--links-color, #7bb9ce);
  padding: 0 10px;
}

.article-page .article-bar .share-buttons .fb {
  background-color: #3b5998;
}

.article-page .article-bar .share-buttons .tw {
  background-color: #1da1f2;
}

.article-page .article-bar .share-buttons .wa {
  background-color: #4dc247;
}

.article-page .article-bar .share-buttons a {
  margin: 0px 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
}

.article-page .book-details {
  padding: 10px 5px;
}

.article-page article > .img {
  padding-top: 64.7%;
  position: relative;
}

.article-page article > .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-page article > .title {
  font-size: 30px;
  font-family: var(--bold-font, AlmaraiBold);
  line-height: 35px;
}

[dir="rtl"] .article-page article > .title {
  font-size: 35px;
  line-height: 40px;
  font-family: var(--light-font, AlmaraiLight);
}

.article-page article .body {
  font-family: var(--light-font, AlmaraiLight);
  font-size: 14.5px;
  line-height: 25px;
}

.article-page article .body img {
  height: auto;
}

.article-page article .body h2 {
  font-size: 16.5px;
}

.article-page article .body strong,
.article-page article .body b {
  font-family: var(--normal-font, Almarai);
}

[dir="rtl"] .article-page article .body {
  font-size: 16.5px;
}

[dir="rtl"] .article-page article .body h2 {
  font-size: 21.5px;
}

[dir="rtl"] .article-page article .body strong,
[dir="rtl"] .article-page article .body b {
  font-family: var(--bold-font, AlmaraiBold);
}

.article-page a {
  text-decoration: underline;
  color: var(--links-color, #7bb9ce);
}

.ask-expert-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  margin: 15px 0;
}

.articles-page article {
  margin: 10px 0px;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.articles-page article .img {
  display: inline-block;
  width: 29%;
  position: relative;
}

.articles-page article .img a {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.articles-page article .img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 200px;
}

.articles-page article .details {
  display: inline-block;
  width: 65%;
  padding: 0 10px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6rem;
}

.articles-page article .details .author {
  margin-top: 10px;
  font-size: 80%;
}

.articles-page article .details .author a {
  color: var(--links-color, #7bb9ce);
}

.articles-page article .details .description {
  font-size: 85%;
}

@media (max-width: 768px) {
  .articles-page article .img img {
    min-height: 90px;
  }
}

.most-section-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.most-section-category article {
  width: calc(50% - 10px);
  padding-bottom: 15px;
}

.most-section-category article .img {
  position: relative;
  padding-top: 55%;
}

.most-section-category article .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.most-section-category article span {
  font-size: 16px;
  line-height: 24px;
}

