<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/related-article.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/** font family **/
.related-article {
  font-style: initial;
  padding: 10px 16px 60px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .related-article {
    max-width: 90vw;
  }
}
.related-article .related-article__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .related-article .related-article__inner {
    flex-direction: row;
  }
}
.related-article .related-article__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1088px;
  margin: 0 auto 30px;
}
.related-article .related-article__wrapper .main-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .related-article .related-article__wrapper {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 60px;
  }
}
.related-article .related-article__item {
  margin-bottom: -60px;
}
@media only screen and (min-width: 768px) {
  .related-article .related-article__item {
    width: calc((100% / 3) - (32px / 2));
    margin-right: 32px;
    margin-bottom: -96px !important;
  }
  .related-article .related-article__item:last-child {
    margin-right: 0;
  }
}
.related-article .related-article__item.mobile-layout__row, .related-article .related-article__item:not(:first-of-type) {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .related-article .related-article__item.mobile-layout__row, .related-article .related-article__item:not(:first-of-type) {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .related-article .related-article__item.mobile-layout__row .related-article__title, .related-article .related-article__item:not(:first-of-type) .related-article__title {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    margin-top: 0;
  }
  .related-article .related-article__item.mobile-layout__row .related-article__picture, .related-article .related-article__item:not(:first-of-type) .related-article__picture {
    width: 74px;
    height: 70px;
  }
  .related-article .related-article__item.mobile-layout__row .related-article__image, .related-article .related-article__item:not(:first-of-type) .related-article__image {
    min-height: auto;
  }
  .related-article .related-article__item.mobile-layout__row .related-article__text, .related-article .related-article__item:not(:first-of-type) .related-article__text {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    background-color: transparent;
  }
  .related-article .related-article__item.mobile-layout__row .related-article__category,
.related-article .related-article__item.mobile-layout__row .related-article__description, .related-article .related-article__item:not(:first-of-type) .related-article__category,
.related-article .related-article__item:not(:first-of-type) .related-article__description {
    display: none;
  }
}
.related-article .related-article__title {
  font-size: 20px;
  line-height: 24px;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  max-height: 72px;
  margin-top: 20px;
  display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-article .related-article__title,
.related-article .related-article__description {
  padding-right: 18px;
}
.related-article .related-article__text {
  position: relative;
  top: -96px;
  width: 90%;
  margin: auto;
  padding-top: 30px;
  padding-left: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .related-article .related-article__text {
    width: 70%;
    height: 280px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
}
.related-article .related-article__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #2d2d2d;
  font-size: 14px;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .related-article .related-article__category {
    font-size: 11px;
  }
}
.related-article .related-article__description {
  line-height: 28px;
  max-height: 56px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
.related-article .related-article__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .related-article .related-article__link {
    margin-top: auto;
  }
}
.related-article .related-article__image {
  width: 100%;
  min-height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=related-article.css.map*/</pre></body></html>