.featured-category {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(33, 65, 141, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.featured-category__date {
  font-size: 10px;
  color: #212121;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  margin: 0;
}
.featured-category__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  background-image: url("/img/icon-clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.featured-category__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.featured-category {
  margin-bottom: 16px;
  text-align: center;
  padding: 0 0 16px 0;
}
.featured-category__header {
  font-size: 24px;
  line-height: 24px;
  font-family: "proximanova-bold", sans-serif;
  color: #212121;
  margin: 0;
  padding: 16px 76px 16px 16px;
  text-align: left;
}
.featured-category__header a {
  color: #212121;
}
.featured-category--container {
  position: relative;
  min-height: 121px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}
.featured-category--url:last-child > div {
  border-bottom: 0;
}
.featured-category__title {
  font-size: 13px;
  line-height: 18px;
  color: #212121;
  font-family: "proximanova-bold", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-category__synopsis {
  padding-bottom: 20px;
  position: relative;
}
.featured-category__date {
  position: absolute;
  bottom: 0;
}
.featured-category__image {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  margin-left: 8px;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.featured-category__read-more {
  font-size: 15px;
  background-color: #212121;
  color: #fff;
  font-family: "proximanova-regular", sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin: 16px 16px 0;
  display: block;
}
.featured-category__read-more:hover,
.featured-category__read-more:focus,
.featured-category__read-more:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.featured-category__read-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.featured-category--slider-container {
  position: relative;
}
.featured-category--container {
  min-height: 130px;
}
.featured-category__prime {
  display: none;
}
