.blog-template-top div.blog-template-header {
  margin: 0;
  padding-bottom: 32px;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #dafd6e;
  display: flex;
  justify-content: center;
}
.blog-template-top-header.single-post {
  justify-content: flex-start;
}
.container .blog-template-breadcrumbs .blog-template-item-single {
  color: #fff;
  display: flex;
  align-items: center;
}
.container .blog-template-breadcrumbs .blog-template-item--return {
  display: none;
}
.container .blog-template-breadcrumbs .blog-template-item-arrow {
  width: 50px;
  margin: 0 16px 0 0;
}
.container .blog-template-breadcrumbs .blog-template-item-green {
  color: #cdfb3e;
}

body .blog-main .container {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-left: 44px;
  padding-right: 44px;
  max-width: 1472px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .blog-main .block-wrapper .blog-image {
  max-width: 1384px;
}

body .blog-main .block-wrapper .blog-image img {
  width: 100%;
}
.blog-main .block-wrapper .article__featured-image {
  display: none;
  color: transparent;
  position: relative;
  z-index: 0;
}
.blog-main .block-wrapper .article__featured-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
.content-wrapper-page {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 87%;
}
.content-part {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  flex-basis: 81%;
}

svg path {
  stroke: inherit;
  stroke-width: inherit;
  fill: inherit;
  transition: all 0.3s ease;
}

.blog-content.post-content h1,
.article__title.entry-title {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 48px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
}
.blog-content.post-content h1 span,
.article__title.entry-title span {
  color: #333333;
}
.current_cat {
  margin-top: 28px;
}

.article__author-name,
.article__time {
  font-size: 13px;
  line-height: 20px;
}
.blog-content h2 {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #4c75e6;
  margin: 48px 0;
  letter-spacing: 0;
}
.blog-content h2 span {
  color: #4c75e6;
}
.blog-content h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
	color: #0E1D2D;
  margin: 32px 0;
  letter-spacing: 0;
}
.blog-content h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
  color: #112336;
  margin-top: 32px;
  margin-bottom: 22px;
  letter-spacing: 0;
}
.blog-content.post-content p {
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #364047;
}
/* .blog-content.post-content p:first-child,
.blog-content.post-content p:first-of-type , */
.blog-content.post-content p.first-paragraph {
  font-size: 24px;
  line-height: 40px;
  margin-top: 24px;
}
.excerpt {
  font-size: 24px;
}
.blog-content.post-content p a {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #4c75e6;
  transition: all 0.95s;
  letter-spacing: 0;
}
.blog-content.post-content p.first-paragraph a,
.blog-content.post-content p.first-paragraph a {
  font-size: 25px;
}
.blog-content.post-content p a:hover {
  background-color: #4c75e6;
  color: #fff;
}
.blog-content.post-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 20px;
}
.blog-content.post-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #4c75e6;
  border-radius: 100%;
  left: -15px;
  top: 13px;
}
.blog-content.post-content ol {
  margin: 30px 0;
  padding: 0;
  padding-left: 23px;
  list-style-type: none;
  counter-reset: num;
}
.blog-content.post-content ol li::before {
  content: counter(num) " ";
  counter-increment: num;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  padding-right: 4px;
  margin-left: -21px;
  color: #4c75e6;
}
.blog-content.post-content li {
  margin: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  position: relative;
  letter-spacing: 0;
}
/* .blog-content.post-content ul li::before {
  content: "";
  background-color: #4c75e6;
  border-radius: 100%;
  box-shadow: 0px 5px 3px rgb(101 110 135 / 40%);
  font-weight: 700;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -1.3em;
  margin-right: 5px;
  position: absolute;
  top: 13px;
} */
.blog-content.post-content li a {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #4c75e6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.7s;
  letter-spacing: 0;
}

.blog-content.post-content li a:hover {
  background: #cdfb3e;
  color: #333;
}
/* Business tip  */
.blog-content.post-content div.tip {
  padding: 20px;
  border: 1px solid #4c75e6;
  border-radius: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  letter-spacing: 0;
  margin: 32px auto;
}
.blog-content.post-content .letter {
  padding: 32px 84px;
  background: #f1f3f6;
  border-radius: 16px;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 22px;
}
.blog-content.post-content .letter-body {
  color: #333333;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0;
}
.blog-content.post-content .letter-footer,
.blog-content.post-content .letter-header {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.blog-content.post-content .letter-header {
  font-weight: 700;
  padding-bottom: 24px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-content.post-content .letter-footer {
  margin: 0;
  padding-top: 24px;
}
.blog-content blockquote {
  color: #333;
  background-color: #f1f3f6;
  padding: 50px 40px;
  position: relative;
  width: 74%;
  margin: 32px 0 32px auto;
}
.blog-content.post-content blockquote p,
.blog-content.post-content blockquote p:first-child,
.blog-content.post-content blockquote p em {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}
.blog-content blockquote::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/mightycall2021/img/page-blog/open-quote.svg)
    no-repeat;
  width: 59px;
  height: 42px;
  top: -13px;
  left: 21px;
}
.blog-content blockquote::after {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/mightycall2021/img/page-blog/close-quote.svg)
    no-repeat;
  width: 59px;
  height: 42px;
  bottom: -16px;
  right: 22px;
}
body .container .blog-content .blockquote-img img {
  background: #333333;
  height: 322px;
  width: 322px;
  object-fit: cover;
  object-position: center;
  margin-bottom: -182px;
  display: block;
}
.blog-content.post-content .sign {
  padding-top: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
}
.blog-content.post-content .sign::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #f63d7e;
  margin: 16px auto 32px;
  z-index: 2;
}
.blog-content.post-content blockquote p em::before {
  display: none;
}
.blog-main .container .post-content {
  display: block;
  max-width: 94%;
}
.blog-main .container .blog-total {
  background-color: #fff;
  border: 3px solid #4c75e6;
  padding: 29px;
  width: 100%;
  max-width: 976px;
  margin-top: -12.5%;
  position: relative;
  z-index: 1;
}
.current_cat .post-categories {
  position: static;
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
  color: #4c75e6;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.current_cat .post-categories a {
  color: #4c75e6;
  text-decoration: none;
  transition: 0.7s;
  letter-spacing: 0;
}
.current_cat .post-categories a:hover {
  color: #fff;
  background-color: #4c75e6;
}
.linkedin-single
{
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.article__author-name,
.article__author-name a.author-block-name {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  display: inline-flex;
  align-items: baseline;
}
.article__author-name a:hover {
  color: #fff;
  background-color: #333333;
}
.article__time {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.article__time .published {
  text-decoration: none;
  cursor: auto;
}
body .container img {
  /* width: auto; */
}
body .container .blog-content video,
body .container .blog-content img {
  max-width: 100%;
  border: 1px solid #f1f3f6;
}
.blog-content img,
html body .wp-caption.alignnone {
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
p {
  word-wrap: break-word;
}
.blog-content a {
  text-decoration: none;
  color: #4c75e6;
}
.blog-content {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  margin: 0 auto;
  color: #333;
}
.entry__meta--header .post-meta img {
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.entry__meta--header address {
  margin: 0;
}
.article__author-name address {
  font-style: normal;
  display: inline-block;
}
.post-meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
/* styles for table  */
.content-table {
  margin-top: 56px;
}
.table-header {
  display: flex;
  justify-content: flex-end;
  background: #f1f3f6;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.column-header {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  width: 33%;
  flex-basis: 33%;
  border: 2px solid #f1f3f6;
  box-sizing: border-box;
  border-radius: 16px 16px 0px 0px;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-table .table-header h4.column-header-1,
.content-table .table-header h4.column-header-2 {
  margin: 20px 0;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #333333;
}
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 16px;
}
.parent > div {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  letter-spacing: 0;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #dce2ea;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.parent > div > span {
  color: #f63d7e;
}
.content-table .parent div:nth-child(3n + 1) {
  text-align: left;
  justify-content: flex-start;
}
.content-table .parent .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.content-table .parent .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.content-table .parent .div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.div4 {
  grid-area: 2 / 1 / 3 / 2;
}
.div5 {
  grid-area: 2 / 2 / 3 / 3;
}
.div6 {
  grid-area: 2 / 3 / 3 / 4;
}
.div7 {
  grid-area: 3 / 1 / 4 / 2;
}
.div8 {
  grid-area: 3 / 2 / 4 / 3;
}
.div9 {
  grid-area: 3 / 3 / 4 / 4;
}
.div10 {
  grid-area: 4 / 1 / 5 / 2;
}
.div11 {
  grid-area: 4 / 2 / 5 / 3;
}
.div12 {
  grid-area: 4 / 3 / 5 / 4;
}
.div13 {
  grid-area: 5 / 1 / 6 / 2;
}
.div14 {
  grid-area: 5 / 2 / 6 / 3;
}
.div15 {
  grid-area: 5 / 3 / 6 / 4;
}
.div16 {
  grid-area: 6 / 1 / 7 / 2;
}
.div17 {
  grid-area: 6 / 2 / 7 / 3;
}
.div18 {
  grid-area: 6 / 3 / 7 / 4;
}
.div19 {
  grid-area: 7 / 1 / 8 / 2;
}
.div20 {
  grid-area: 7 / 2 / 8 / 3;
}
.div21 {
  grid-area: 7 / 3 / 8 / 4;
}
.div22 {
  grid-area: 8 / 1 / 9 / 2;
}
.div23 {
  grid-area: 8 / 2 / 9 / 3;
}
.div24 {
  grid-area: 8 / 3 / 9 / 4;
}
.div25 {
  grid-area: 9 / 1 / 10 / 2;
}
.div26 {
  grid-area: 9 / 2 / 10 / 3;
}
.div27 {
  grid-area: 9 / 3 / 10 / 4;
}
.div28 {
  grid-area: 10 / 1 / 11 / 2;
}
.div29 {
  grid-area: 10 / 2 / 11 / 3;
}
.div30 {
  grid-area: 10 / 3 / 11 / 4;
}
.div31 {
  grid-area: 11 / 1 / 12 / 2;
}
.div32 {
  grid-area: 11 / 2 / 12 / 3;
}
.div33 {
  grid-area: 11 / 3 / 12 / 4;
}
.div34 {
  grid-area: 12 / 1 / 13 / 2;
}
.div35 {
  grid-area: 12 / 2 / 13 / 3;
}
.div36 {
  grid-area: 12 / 3 / 13 / 4;
}
.div37 {
  grid-area: 13 / 1 / 14 / 2;
}
.div38 {
  grid-area: 13 / 2 / 14 / 3;
}
.div39 {
  grid-area: 13 / 3 / 14 / 4;
}
.div40 {
  grid-area: 14 / 1 / 15 / 2;
}
.div41 {
  grid-area: 14 / 2 / 15 / 3;
}
.div42 {
  grid-area: 14 / 3 / 15 / 4;
}
.div43 {
  grid-area: 15 / 1 / 16 / 2;
}
.div44 {
  grid-area: 15 / 2 / 16 / 3;
}
.div45 {
  grid-area: 15 / 3 / 16 / 4;
}
.div46 {
  grid-area: 16 / 1 / 17 / 2;
}
.div47 {
  grid-area: 16 / 2 / 17 / 3;
}
.div48 {
  grid-area: 16 / 3 / 17 / 4;
}
.div49 {
  grid-area: 17 / 1 / 18 / 2;
}
.div50 {
  grid-area: 17 / 2 / 18 / 3;
}
.div51 {
  grid-area: 17 / 3 / 18 / 4;
}
.div52 {
  grid-area: 18 / 1 / 19 / 2;
}
.div53 {
  grid-area: 18 / 2 / 19 / 3;
}
.div54 {
  grid-area: 18 / 3 / 19 / 4;
}
/* styles for category page  */
.blog-content .blog-item {
  flex-basis: 49%;
  position: relative;
  margin-bottom: 30px;
}
/* styles for youtube */
.youtube-player {
  padding-bottom: 55.73%;
  max-width: 100%;
}
body .container .youtube-player img {
  width: 100%;
  /* margin-top: -10%; */
}
/*author meta box styles*/
.author-box {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
.low-author-block {
  display: flex;
}
.low-author-link {
  text-decoration: none;
}
body .container .blog-content .low-author-photo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-right: 16px;
  object-fit: cover;
  object-position: center;
}
.low-author-info {
  max-width: 350px;
}
.low-author-name {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.low-author-shortbio {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
/* rating counter styles  */
.rating-counter-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rating {
  display: flex;
  padding-bottom: 11px;
}
.rate {
  letter-spacing: 0;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}
.counter {
  display: flex;
  flex-direction: column;
}
body .container .blog-content .rating svg.rating-item {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  cursor: pointer;
  margin-left: 12px;
}
.rating svg:hover path {
  /* fill: #4c75e6; */
}
.votes {
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: right;
  color: #333333;
}

.star__item {
  fill: #EDEDED;
  margin: 2px;
  cursor: pointer;
  font-size: 70px;
}
.star__item_active path {
  fill: #7998EC;
}
.star__item_select path{
  fill: #FFD600;
}
.star__item_active.star__item_select path{
  fill: #7998EC;
}



/* tag styles */
.tag-list {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
}
.tag-list .tag-item {
  display: inline-block;
  cursor: pointer;
  padding: 2px 8px;
  border: 1px solid #f1f3f6;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #4c75e6;
  margin-right: 8px;
  letter-spacing: 0;
}

@media (max-width: 1279.5px) {
  .current_cat .post-categories {
    font-size: 15px;
    line-height: 24px;
  }

  .tag-list .tag-item {
    font-size: 14px;
  }
  .article__author-name,
  .article__author-name a,
  .low-author-name,
  .low-author-shortbio {
    font-size: 13px;
  }
  .article__time {
    display: block;
  }
  body .container .blog-content .blockquote-img img {
    height: 274px;
    width: 274px;
    margin-bottom: -150px;
  }
  .blog-content blockquote::before {
    width: 44px;
    height: 33px;
    background-size: contain;
  }
  .blog-content blockquote::after {
    width: 44px;
    height: 32px;
    background-size: contain;
  }
  .content-wrapper-page {
    justify-content: flex-end;
    max-width: 100%;
  }
  .content-part {
    flex-basis: 89%;
    align-items: flex-start;
  }
  .blog-main .container .blog-total {
    max-width: 95%;
    margin-right: 50px;
    margin-left: 0;
  }
  .blog-main .container .post-content {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 70px;
  }
  .blog-content.post-content h1,
  .article__title.entry-title {
    font-size: 36px;
    line-height: 48px;
    margin: 0;
  }
  .blog-content.post-content h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
  }
  .blog-content.post-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .blog-content.post-content .letter-body,
  .blog-content.post-content .letter-header,
  .blog-content.post-content .letter-footer,
  .blog-content.post-content div.tip,
  .blog-content.post-content p,
  .blog-content.post-content p a {
    font-size: 14px;
    line-height: 24px;
  }
  /* .blog-content.post-content p:first-child,
  .blog-content.post-content p:first-of-type, */
  .blog-content.post-content p.first-paragraph {
    font-size: 20px;
    line-height: 24px;
    max-width: 75%;
  }
  .blog-content.post-content ul {
    width: 90%;
  }
  .blog-content.post-content li {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-content.post-content li a {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-content.post-content ul li::before {
    top: 8px;
  }
  /* .blog-content.post-content ul li a::before {
    left: -14px;
    top: 8px;
  } */
  .blog-content.post-content ol li::before {
    font-size: 15px;
  }
  .excerpt {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-content.post-content blockquote p,
  .blog-content.post-content blockquote p:first-child,
  .blog-content.post-content blockquote p em {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
  }

  /* styles for table  */
  .content-table .table-header h4.column-header-1,
  .content-table .table-header h4.column-header-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .parent > div {
    font-size: 14px;
    line-height: 24px;
  }
  /* author box & rating counter  */
  .low-author-link {
    flex-basis: 55%;
  }
  .rate,
  .votes {
    font-size: 14px;
    line-height: 31px;
  }
  body .container .blog-content .rating svg.rating-item {
    width: 28px;
    height: 28px;
    margin-left: 11px;
  }
  .rating {
    padding-bottom: 3px;
  }
}

@media (max-width: 799px) {
  body .blog-main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-template-top div.blog-template-header {
    font-size: 50px;
    line-height: 64px;
  }
  .container .blog-template-breadcrumbs .blog-template-item-green,
  .container .blog-template-breadcrumbs .blog-template-item-single {
    font-size: 15px;
    line-height: 24px;
  }
  .container .blog-template-breadcrumbs .blog-template-item--return {
    display: block;
  }
  .container .blog-template-breadcrumbs .blog-template-item--desktop {
    display: none;
  }

  .content-wrapper-page {
    max-width: 100%;
  }
  .content-part {
    flex-basis: 100%;
    align-items: flex-start;
  }
  .blog-main .container .blog-total {
    max-width: 100%;
    margin-left: 0;
    margin-right: 32px;
    padding: 21px;
    margin-top: -50px;
  }
  .blog-main .container .post-content {
    max-width: 100%;
    border: 0;
    padding: 0;
  }
  .blog-content.post-content .letter {
    padding: 32px 12px;
  }

  .blog-content.post-content blockquote {
    font-size: 14px;
    line-height: 24px;
    width: 87%;
  }
  body .container .blog-content.post-content .blockquote-img img {
    height: 180px;
    width: 180px;
    margin-bottom: -80px;
  }

  /* styles for table  */
  .content-table .table-header h4.column-header-1,
  .content-table .table-header h4.column-header-2 {
    font-size: 14px;
    line-height: 18px;
    padding: 16px 8px;
  }
  .parent > div {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
  .content-wrapper-page {
    flex-direction: column;
  }
  .blog-content.post-content p:first-child {
    max-width: 100%;
  }

  body .blog-main .block-wrapper .blog-image {
    display: none;
  }
  .blog-main .block-wrapper .article__featured-image {
    display: block;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
  }
  .post-meta {
    width: 80%;
  }

  /* author box & rating counter */
  .author-box {
    flex-wrap: wrap;
  }
  .low-author-link {
    flex-basis: 100%;
  }
  .rating-counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
  }
  .rate {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .votes {
    text-align: center;
  }
  .counter {
    justify-content: center;
    text-align: center;
  }
  body .container .blog-content .rating svg.rating-item {
    width: 37px;
    height: 37px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .rating {
    padding-bottom: 7px;
  }
}
