/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./styles/opt-cards.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/** Colors */
/* prettier-ignore */
/** Box Model  */
/** Breakpoints  */
/** Fonts  */
/** Delay **/
/* Other */
.related-card,
.glossary-card,
.featured-category-card {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  display: table;
  transition: all 0.3s ease;
}
.related-card.init-shadow, .related-card:hover,
.glossary-card.init-shadow,
.glossary-card:hover,
.featured-category-card.init-shadow,
.featured-category-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.related-card .date-card,
.glossary-card .date-card,
.featured-category-card .date-card {
  font: 400 14px/20px "DIN Pro", "Open Sans", "Arial", sans-serif;
  color: #333;
  margin-bottom: 16px;
}
.related-card .category-label,
.glossary-card .category-label,
.featured-category-card .category-label {
  display: inline-block;
  margin-bottom: 16px;
}
.related-card .title-card,
.glossary-card .title-card,
.featured-category-card .title-card {
  margin-bottom: 16px;
}
.related-card .excerpt,
.glossary-card .excerpt,
.featured-category-card .excerpt {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  color: #333;
  position: relative;
}
.related-card .excerpt p,
.glossary-card .excerpt p,
.featured-category-card .excerpt p {
  color: #333;
  margin: 0;
}
.related-card .excerpt .excerpt__link,
.glossary-card .excerpt .excerpt__link,
.featured-category-card .excerpt .excerpt__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.related-card .cart-bottom,
.glossary-card .cart-bottom,
.featured-category-card .cart-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-card .card__link,
.glossary-card .card__link,
.featured-category-card .card__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.in_the_news .logo-card {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.in_the_news .logo-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto 0 0;
}
.in_the_news .title-card {
  font: 400 16px/24px "DIN Pro", "Open Sans", "Arial", sans-serif;
  overflow: hidden;
  height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
