.ow-featured-stories__flex {
  margin-bottom: 30px;
}

.ow-featured-stories__left {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .ow-featured-stories__flex {
    display: flex;
    gap: 40px;
  }
  .ow-featured-stories__flex > div {
    width: calc(50% - 20px);
  }
  .ow-featured-stories__left {
    margin-bottom: 0;
  }
}

.ow-featured-stories__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.ow-featured-stories__tag > span {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  min-width: 290px;
}

.ow-featured-stories__tag > span:after {
  height: 100%;
  content: "";
  background: #D9171D;
  width: 100%;
  position: absolute;
  transform-origin: top;
  transform: skewX(-25deg);
  top: 0;
  left: 0;
}

.ow-featured-stories__tag > span span {
  z-index: 1;
  position: relative;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.ow-featured-stories__item {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: opacity .2s ease-in-out;
}

.ow-featured-stories__item .item-media {
  width: 88px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.ow-featured-stories__item:not(.main-item) .item-media img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ow-featured-stories__item .item-content .item-date {
  margin-bottom: .75rem;
  display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.ow-featured-stories__item:not(.main-item) .item-content .item-date {
  font-size: .75rem;
  margin-bottom: .25rem;
}

.ow-featured-stories__item .item-content h3 {
  color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  font-weight: bold;
}

.ow-featured-stories__item.main-item .item-content h3 {
  font-size: 1.125rem;
}

.ow-featured-stories__item:not(.main-item) .item-content h3 {
  font-size: .875rem;
}

.ow-featured-stories__item .item-content .item-cta {
  text-transform: uppercase;
  text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  transition: color .2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .ow-featured-stories__item:not(.main-item) .item-media {
    width: 118px;
  }
  .ow-featured-stories__item:not(.main-item) .item-content .item-date {
    font-size: .875rem;
    margin-bottom: .5rem;
  }
  .ow-featured-stories__item:not(.main-item) .item-content h3 {
    font-size: 1rem;
  }
}

.ow-featured-stories__item.main-item {
  display: block;
  position: relative;
  height: 100%;
}

.ow-featured-stories__item.main-item .item-media {
  width: 100%;
  height: 100%;
}

.ow-featured-stories__item.main-item .item-content {
  background: #fff;
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  .ow-featured-stories__item.main-item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 290px;
    padding: 20px;
  }
}

.ow-featured-stories__item:not(.main-item):hover,
.ow-featured-stories__item:not(.main-item):focus {
  opacity: .7;
}

.ow-featured-stories__item.main-item:hover .item-cta,
.ow-featured-stories__item.main-item:focus .item-cta {
  color: #000;
}

dark-gray-background {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dark-gray-background + .dark-gray-background {
  padding-top: 0;
}

.dark-gray-background,
.dark-gray-background .ow-featured-stories__item .item-content h3 {
  color: #fff;
}

.dark-gray-background .ow-featured-stories__item.main-item .item-content {
  background-color: #000;
}


.dark-gray-background a:not(.main-item):hover,
.dark-gray-background a:not(.main-item):focus {
  color: #D9171D;
  opacity: .9;
}

.dark-gray-background a.main-item:hover .item-cta,
.dark-gray-background a.main-item:focus .item-cta {
  color: #fff;
}

.dark-gray-background .btn.btn-primary:hover,
.dark-gray-background .btn.btn-primary:focus,
.dark-gray-background .btn.btn-secondary:hover,
.dark-gray-background .btn.btn-secondary:focus {
  border-color: #fff !important;
  color: #fff !important;
}

.ow-featured-stories__item:not(.main-item) .item-media {
  height: 66px;
}

@media only screen and (min-width: 992px) {
  .ow-featured-stories__item:not(.main-item) .item-media {
    height: 88px;
  }
  .ow-featured-stories__item .item-media img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
  }
}
.component-content {
  height: 100%;
}