/* Section - Hero | Start */
h2 {
  margin-bottom: 24px;
}

/* Section - Hero | Start */
/* Section - Hero | Start */
#hero .container {
  z-index: 1;
}
#hero .container .title {
  margin: 0;
}
#hero .container .title em {
  color: var(--primary-color);
  font-style: normal;
}
#hero .container .subtitle {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  #hero .container .subtitle {
    font-size: 40px;
  }
}
#hero .container .copy {
  font-size: 18px;
}
@media (min-width: 768px) {
  #hero .container .title, #hero .container .copy {
    max-width: 785px;
  }
}

.post__updated {
  font-size: 14px;
  margin-bottom: 12px;
}
.post__updated .date {
  font-weight: 500;
  color: var(--primary-color-dark-variant);
}

/* Section - Hero | End */
/* Section - Article | Start */
#post > .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  #post > .container {
    grid-template-columns: 3fr 1fr;
  }
}

.offer {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
  padding: 16px 32px;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
.offer:not(:last-child) {
  margin-bottom: 24px;
}
.offer__context {
  display: flex;
  align-items: center;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  border-radius: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  .offer__context {
    height: 32px;
  }
}
.offer__context div, .offer__context a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  height: 100%;
  line-height: 1;
}
.offer__context div:hover, .offer__context a:hover {
  text-decoration: none;
}
.offer__context-increment {
  display: none !important;
  width: 28px;
  background-color: var(--font-color);
  border-right: 3px solid var(--white-color);
  border-bottom: 3px solid var(--white-color);
  border-radius: 0px 0px 30px 0px;
  padding-right: 5px;
  z-index: 2;
}
@media (min-width: 768px) {
  .offer__context-increment {
    width: 32px;
  }
}
.offer__context-tag {
  padding: 0 24px 0 8px;
  z-index: 1;
}
.offer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.offer__content-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer__content-meta .score {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--border-color);
}
.offer__content-meta .score .score__proper {
  font-size: 36px;
  font-weight: 500;
}
.offer__content-meta .score .score__image {
  margin-left: 8px;
  line-height: 1;
}
.offer__content-meta .score .score__image-stars {
  display: block;
  width: 70px;
}
.offer__content-meta .score .score__image-label {
  font-size: 10px;
  font-weight: 500;
  text-align: right;
}
.offer__content-meta .score .score__image-label .score__sub {
  display: block;
  font-weight: 200;
}
@media (min-width: 768px) {
  .offer__content-meta .score {
    flex-direction: row;
    align-items: end;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid var(--border-color);
  }
}
.offer__content-meta > img {
  max-width: 100px;
}
@media (min-width: 768px) {
  .offer__content-meta {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .offer__content-meta > img {
    margin-bottom: 24px;
  }
}
.offer__content-details h4 {
  margin-bottom: 4px;
}
.offer__content-details .subtitle {
  margin-bottom: 14px;
}
.offer__content-details .subtitle, .offer__content-details li {
  font-size: 14px;
}
.offer__content-details ul {
  list-style-image: url("/wp-content/themes/solvent/assets/svg/pro_con-pro.svg");
  padding-left: 21px;
}
.offer__content-details li {
  padding-left: 2px;
}
@media (min-width: 768px) {
  .offer__content-details {
    display: block;
  }
}
.offer__content-cta {
  display: none;
  justify-content: end;
}
.offer__content-cta .cta__button {
  min-width: 200px;
  justify-content: center;
}
@media (min-width: 768px) {
  .offer__content-cta {
    display: flex;
  }
}
@media (min-width: 768px) {
  .offer__content {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .offer {
    min-height: 225px;
    padding: 40px;
    border-radius: 0px;
  }
  .offer:hover {
    box-shadow: 0px 5px 30px -25px #000;
  }
}

#post .offer__context-increment {
  display: flex !important;
}

/* Section - Article | End */
/* Section - Post-Content | Start */
#post__content .container .content {
  max-width: 800px;
}

/* Section - Post-Content | End */

/*# sourceMappingURL=product-category.css.map */
