.home-author {
  font-size: 15px;
  color: var(--color-gray-8);
}
.premium-label {
  color: white;
  background: black;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 13px;
}
a.back {
  text-align: center;
  font-size: 13px;
  color: #333;
  text-decoration: underline;
}
a.back:before {
  content: " < ";
}
.entry__button a {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  padding: 10px 0px;
  background: #5cd167;
  color: white;
}
.entry__button a.disabled {
  background: #eee;
  color: #333;
}
.s-post .entry__button a {
  width: 50%;
  margin: 0 auto;
}
.s-post .s-content__post-meta {
  margin: 15px 0 15px 0;
}
.entry__price {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}
.entry__price p {
  margin-bottom: 0px;
}
.entry__price .old_price {
  text-decoration: line-through;
  color: #555;
}
.entry__price .reduction {
  color: gray;
  font-size: 14px;
}
.s-bricks .bricks-wrapper.version_lite .grid-sizer,
.s-bricks .bricks-wrapper.version_lite .brick {
  width: 33.33333%;
}
.s-bricks .bricks-wrapper.version_lite .premium-label,
.s-bricks .bricks-wrapper.version_lite .entry__excerpt {
  display: none;
}
.s-bricks .bricks-wrapper.version_lite .entry__title {
  font-size: 20px;
  line-height: 20px;
}
.s-bricks .bricks-wrapper.version_lite .home-author {
  font-size: 12px;
  color: var(--color-gray-8);
}
.s-bricks h2 {
  margin-bottom: 0px;
  font-size: 25px;
}
.s-bricks p.small {
  margin-top: 0px;
  color: #555;
  font-size: 13px;
}
.s-content__similar {
  padding-left: 7.5rem;
  position: relative;
  margin-bottom: 15px;
}
.s-content__similar a {
  color: #000;
}
.s-content__similar img {
  margin: 0.6rem 0 0 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 6.4rem;
  height: 6.4rem;
}
.s-content__similar .about {
  line-height: 18px;
}
.s-content__similar .about h5 {
  margin: 0;
  font-size: 17px;
}
.s-content__similar .about span {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .s-content__similar {
    padding-left: 0;
    text-align: left;
  }
  .s-content__similar img {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 0.8rem 0 !important;
  }
  .s-content__similar .about h5 {
    margin: 0;
    font-size: 17px;
  }
  .s-content__similar .about span {
    font-size: 14px;
    line-height: 14px;
  }
}
.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
  width: 33.33333%;
}
@media screen and (max-width: 1400px) {
  .bricks-wrapper .grid-sizer,
  .bricks-wrapper .brick {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1200px) {
  .bricks-wrapper .grid-sizer,
  .bricks-wrapper .brick {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .bricks-wrapper .grid-sizer,
  .bricks-wrapper .brick {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .spec-css .brick.entry.format-standard {
    left: 25% !important;
  }
  .spec-css .bricks-wrapper .grid-sizer,
  .spec-css .bricks-wrapper .brick {
    width: 50% !important;
  }
}
@media screen and (min-width: 980px) {
  .spec-css .brick.entry.format-standard {
    left: 30% !important;
  }
  .spec-css .bricks-wrapper .grid-sizer,
  .spec-css .bricks-wrapper .brick {
    width: 40% !important;
  }
}
