article {
  color: #434343;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f7f8fb;
}

.cBlogPostBody p,
.cBlogPostBody li,
.field-item {
  font-size: 18px;
  line-height: 36px;
  font-family: "Merriweather", serif;
  color: #444444;
  font-weight: 200;
}
.cBlogPostBody p {
  margin-bottom: 0;
}
.row.cBlogsRow.cBlogInnerPage .container.cContent {
  max-width: 750px;
  padding-top: 40px;
}
.row.cBlogsRow.cBlogInnerPage .cPublishedDate,
.row.cBlogsRow.cBlogInnerPage .cReadTime {
  font-size: 18px;
}
.cBlogPostInfo {
  padding-bottom: 1em;
  margin-top: 10px;
  display: flex;
  align-items: center;
  .cPublishedDate {
    color: #000000;
  }
  .cReadTime {
    color: #444444;
    font-style: italic;
    font-weight: 200;
    margin-left: 10px;
  }
  .cPublishedDate,
  .cReadTime {
    font-family: "Mukta Mahee", sans-serif;
  }
}
.row.cBlogsRow.cBlogInnerPage .cBlogPostAuthorPic img {
  width: 45px;
  height: 45px;
}
.row.cBlogsRow.cBlogInnerPage .cBlogPostAuthorName {
  font-size: 18px;
  line-height: 45px;
}
.cBlogPostAuthorInfo {
  border-top: 1px solid #cecece;
  padding-top: 1em;
  .cAuthorLink {
    line-height: 18px;
    display: inline-block;
    margin-top: 4px;
    color: #444444;
  }
  .cBlogPostAuthorPic {
    padding: 0;
    img {
      border-radius: 50%;
      border: 1px solid #e5e5e5;
      margin-right: 10px;
    }
    .cBlogPostAuthorName {
      font-weight: 600;
      font-family: "Mukta Mahee", sans-serif;
      padding-top: 0px;
      span {
        font-weight: 200;
        display: inline-block;
      }
    }
  }
}
a.cBlogPostAuthorPic.cAuthorLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  color: inherit;
  &:hover {
    color: #1b69b2;
  }
}
a:hover,
a:hover h2 {
  color: #1b69b2;
}
.cBlogPostBody {
  font-size: 18px;
  h1 {
    margin-bottom: 2.5rem;
  }
  a:hover,
  a:hover h2 {
    color: #1b69b2;
  }
  img {
    width: 100%;
  }
  ul {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 0;
    margin-left: 0;
  }
  strong {
    font-weight: 700;
  }
  code {
    font-family: monospace, monospace;
    font-size: 14px;
    padding: 20px;
    line-height: 24px;
    color: inherit;
  }
}
.cBlogPostTitleImage {
  display: inline-block;
  margin-bottom: 30px;
}
.cBlogPostBody a {
  color: #1846a2;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cBreadCrumsSection {
  padding: 1.5rem 0 0 0;
}
.cBlogPostSM {
  position: fixed;
  left: 20%;
  top: 320px;
  display: block;
}
.cBlogPostSM {
  left: 15%;
}
.cBlogPostSM_InnerPage ul {
  padding-left: 30px;
}
.cBlogPostSM ul {
  padding: 0;
  display: inline-block;
  float: right;
}
.cBlogPostSM ul li {
  list-style: none;
}
.cBlogPostSM_InnerPage li {
  margin-bottom: 10px;
}
.cBlogSocialIcon.FB {
  background-image: url("//b.content.wso2.com/sites/all/blog2018/fb-blog.svg");
  background-size: 100%;
  background-position: center top;
}
.cBlogSocialIcon {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.cBlogSocialIcon.TWITTER {
  background-image: url("https://wso2.cachefly.net/wso2/sites/all/2023/images/x-icon-choreo.svg");
  background-size: 100%;
  background-position: center top;
  filter: brightness(0);
  opacity: 0.6;
  background-repeat: no-repeat;
}
.cBlogSocialIcon.LINKEDIN {
  background-image: url("//b.content.wso2.com/sites/all/blog2018/linkedin-blog.svg");
  background-size: 100%;
  background-position: center top;
}
@media (max-width: 850px) {
  .cBlogPostSM {
    left: 15%;
  }
}
