.story-card__repeater {
  /*@include devices(tablet) {
        grid-template-columns: repeat(2, 1fr);
    }*/
}
.story-card {
  position: relative;
  width: 100%;
  /*max-width: 40rem;*/
  min-width: 41rem;
  /*min-width: 40.5rem;*/
  /*min-height: 42.5rem;*/
  border: 2px solid var(--black);
  background: var(--white);
  /*flex: 1 1 35rem;*/
  /*@include devices(tablet) {
        width: 35rem;
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 841px) and (orientation: portrait) {
  .story-card {
    min-width: 31rem;
    min-height: 41rem;
  }
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card {
    /* min-width: 100vw; */
    min-width: 0;
  }
}
.story-card__image {
  width: 100%;
  max-width: 100%;
  height: 18rem;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__image {
    height: 16rem;
  }
}
.story-card__inner {
  width: 100%;
  height: 100%;
  padding: 2rem;
  /*background: var(--base-light);*/
}
@media only screen and (max-width: 992px) and (orientation: portrait) {
  .story-card__inner {
    padding: 1.4rem;
  }
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__inner {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.story-card__links {
  width: 100%;
  max-width: 100%;
  /* max-height: 3.2rem; */
  flex-grow: 1;
  margin-bottom: 1rem;
}
.story-card__categories {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.story-card__category {
  width: 100%;
  height: 32px;
  margin-right: 1rem;
  padding: 0 1rem;
  box-sizing: border-box;
  border: 2px solid var(--black);
}
.story-card__category h6 {
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
.story-card__category h6 a {
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}
.story-card__category h6 a:hover {
  text-decoration: underline;
}
.story-card__category--title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.story-card__category:nth-child(2) h6 {
  font-weight: 400;
  text-transform: uppercase;
}
.story-card__category:nth-child(2) h6 a {
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__category:nth-child(2) h6 a {
    color: var(--white);
  }
}
.story-card__category:nth-child(2) h6 a:hover {
  text-decoration: underline;
}
.story-card__post-link {
  width: auto;
  height: 32px;
  padding: 0 1rem;
  margin-right: 1rem;
  background: var(--black);
  border: 2px solid var(--black);
  overflow: hidden;
  text-overflow: ellipsis;
}
.story-card__post-link--title {
  /*max-width: 10rem;
            overflow: hidden;
            text-overflow: ellipsis;*/
  white-space: nowrap;
}
.story-card__post-link h6 {
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
}
.story-card__post-link h6 a {
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}
.story-card__post-link h6 a:hover {
  text-decoration: underline;
}
.story-card__body {
  width: 100%;
  flex-grow: 2 !important;
  padding: 1rem;
  border: 2px solid var(--black);
  border-bottom: 0px;
}
.story-card__body h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
.story-card__body h5 a {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
}
.story-card__body h5 a:hover {
  text-decoration: underline;
}
.story-card__title {
  width: 100%;
  height: 100%;
}
.story-card__footer {
  margin-top: auto;
}
.story-card__author, .story-card__postdate {
  width: 50%;
  height: auto;
  min-height: 40px;
  max-height: 51px;
  padding: 0 2rem;
  border: 2px solid var(--black);
}
.story-card__author h6, .story-card__postdate h6 {
  width: 100%;
  height: 100%;
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
}
.story-card__author h6 a, .story-card__postdate h6 a {
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
}
.story-card__author h6 a:hover, .story-card__postdate h6 a:hover {
  text-decoration: underline;
}
.story-card__author {
  border-right: 0;
}
.story-card__excerpt {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--black);
  border-top: 0px;
  overflow: hidden;
}
.story-card__excerpt--text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.story-card .footer-item__icon {
  margin: 0 0 0 auto;
}
.story-card__repeater .post.category-features .story-card, .story-card__repeater .guides.category-features .story-card {
  background: var(--white);
}
.story-card__repeater .post.category-features .story-card__body, .story-card__repeater .post.category-features .story-card__author, .story-card__repeater .post.category-features .story-card__postdate, .story-card__repeater .post.category-features .story-card__excerpt, .story-card__repeater .guides.category-features .story-card__body, .story-card__repeater .guides.category-features .story-card__author, .story-card__repeater .guides.category-features .story-card__postdate, .story-card__repeater .guides.category-features .story-card__excerpt {
  border-color: var(--black);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-features .story-card__body, .story-card__repeater .post.category-features .story-card__author, .story-card__repeater .post.category-features .story-card__postdate, .story-card__repeater .post.category-features .story-card__excerpt, .story-card__repeater .guides.category-features .story-card__body, .story-card__repeater .guides.category-features .story-card__author, .story-card__repeater .guides.category-features .story-card__postdate, .story-card__repeater .guides.category-features .story-card__excerpt {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-features .story-card h5 a, .story-card__repeater .post.category-features .story-card__author a, .story-card__repeater .post.category-features .story-card__postdate h6, .story-card__repeater .post.category-features .story-card__excerpt--text, .story-card__repeater .guides.category-features .story-card h5 a, .story-card__repeater .guides.category-features .story-card__author a, .story-card__repeater .guides.category-features .story-card__postdate h6, .story-card__repeater .guides.category-features .story-card__excerpt--text {
  color: var(--black);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-features .story-card h5 a, .story-card__repeater .post.category-features .story-card__author a, .story-card__repeater .post.category-features .story-card__postdate h6, .story-card__repeater .post.category-features .story-card__excerpt--text, .story-card__repeater .guides.category-features .story-card h5 a, .story-card__repeater .guides.category-features .story-card__author a, .story-card__repeater .guides.category-features .story-card__postdate h6, .story-card__repeater .guides.category-features .story-card__excerpt--text {
    color: var(--white);
  }
}
.story-card__repeater .post.category-features .story-card__category, .story-card__repeater .guides.category-features .story-card__category {
  background: var(--primary);
  border-color: var(--black);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-features .story-card__category, .story-card__repeater .guides.category-features .story-card__category {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-features .story-card__category:nth-child(2), .story-card__repeater .guides.category-features .story-card__category:nth-child(2) {
  background: var(--white);
  border-color: var(--black);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-features .story-card__category:nth-child(2), .story-card__repeater .guides.category-features .story-card__category:nth-child(2) {
    border-color: var(--white);
    background: transparent;
  }
}
.story-card__repeater .post.category-features .story-card__post-link, .story-card__repeater .guides.category-features .story-card__post-link {
  background: var(--black);
  border-color: var(--black);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-features .story-card__post-link, .story-card__repeater .guides.category-features .story-card__post-link {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-features .story-card__post-link h6, .story-card__repeater .guides.category-features .story-card__post-link h6 {
  color: var(--white);
}
.story-card__repeater .post .story-card__category, .story-card__repeater .guides .story-card__category {
  background: var(--accent);
  border-color: var(--accent);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post .story-card__category, .story-card__repeater .guides .story-card__category {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-features .story-card__category, .story-card__repeater .guides.category-features .story-card__category {
  background: var(--primary);
  border-color: var(--primary);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-features .story-card__category, .story-card__repeater .guides.category-features .story-card__category {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-news .story-card__category, .story-card__repeater .guides.category-news .story-card__category {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-news .story-card__category, .story-card__repeater .guides.category-news .story-card__category {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-events .story-card__category, .story-card__repeater .guides.category-events .story-card__category {
  background: var(--accent-blue);
  border-color: var(--accent-blue);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-events .story-card__category, .story-card__repeater .guides.category-events .story-card__category {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-lists .story-card__category, .story-card__repeater .guides.category-lists .story-card__category {
  background: var(--accent);
  border-color: var(--accent);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-lists .story-card__category, .story-card__repeater .guides.category-lists .story-card__category {
    border-color: var(--white);
  }
}
.story-card__repeater .post.category-openings .story-card__category, .story-card__repeater .guides.category-openings .story-card__category, .story-card__repeater .post.category-closures .story-card__category, .story-card__repeater .guides.category-closures .story-card__category, .story-card__repeater .post.category-guides .story-card__category, .story-card__repeater .guides.category-guides .story-card__category, .story-card__repeater .post.category-local-markets .story-card__category, .story-card__repeater .guides.category-local-markets .story-card__category, .story-card__repeater .post.category-spotlight .story-card__category, .story-card__repeater .guides.category-spotlight .story-card__category, .story-card__repeater .post.category-uncategorized .story-card__category, .story-card__repeater .guides.category-uncategorized .story-card__category {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  .story-card__repeater .post.category-openings .story-card__category, .story-card__repeater .guides.category-openings .story-card__category, .story-card__repeater .post.category-closures .story-card__category, .story-card__repeater .guides.category-closures .story-card__category, .story-card__repeater .post.category-guides .story-card__category, .story-card__repeater .guides.category-guides .story-card__category, .story-card__repeater .post.category-local-markets .story-card__category, .story-card__repeater .guides.category-local-markets .story-card__category, .story-card__repeater .post.category-spotlight .story-card__category, .story-card__repeater .guides.category-spotlight .story-card__category, .story-card__repeater .post.category-uncategorized .story-card__category, .story-card__repeater .guides.category-uncategorized .story-card__category {
    border-color: var(--white);
  }
}
@media (hover: hover) {
  .story-card__repeater .story-card:hover, .story-card__repeater .list-card:hover {
    background: var(--accent);
  }
  .story-card__repeater .story-card:hover .story-card__category, .story-card__repeater .story-card:hover .story-card__category:nth-child(2), .story-card__repeater .story-card:hover .story-card__post-link, .story-card__repeater .story-card:hover .story-card__body, .story-card__repeater .story-card:hover .story-card__author, .story-card__repeater .story-card:hover .story-card__postdate, .story-card__repeater .story-card:hover .story-card__excerpt, .story-card__repeater .story-card:hover .list-card__category, .story-card__repeater .story-card:hover .list-card__category:nth-child(2), .story-card__repeater .story-card:hover .list-card__post-link, .story-card__repeater .story-card:hover .list-card__body, .story-card__repeater .story-card:hover .list-card__author, .story-card__repeater .story-card:hover .list-card__postdate, .story-card__repeater .story-card:hover .list-card__excerpt, .story-card__repeater .list-card:hover .story-card__category, .story-card__repeater .list-card:hover .story-card__category:nth-child(2), .story-card__repeater .list-card:hover .story-card__post-link, .story-card__repeater .list-card:hover .story-card__body, .story-card__repeater .list-card:hover .story-card__author, .story-card__repeater .list-card:hover .story-card__postdate, .story-card__repeater .list-card:hover .story-card__excerpt, .story-card__repeater .list-card:hover .list-card__category, .story-card__repeater .list-card:hover .list-card__category:nth-child(2), .story-card__repeater .list-card:hover .list-card__post-link, .story-card__repeater .list-card:hover .list-card__body, .story-card__repeater .list-card:hover .list-card__author, .story-card__repeater .list-card:hover .list-card__postdate, .story-card__repeater .list-card:hover .list-card__excerpt {
    border-color: var(--white);
  }
  .story-card__repeater .story-card:hover h5, .story-card__repeater .story-card:hover .story-card__author a, .story-card__repeater .story-card:hover .list-card__author a, .story-card__repeater .story-card:hover .story-card__postdate h6, .story-card__repeater .story-card:hover .list-card__postdate h6, .story-card__repeater .story-card:hover .story-card__excerpt--text, .story-card__repeater .story-card:hover .list-card__excerpt--text, .story-card__repeater .list-card:hover h5, .story-card__repeater .list-card:hover .story-card__author a, .story-card__repeater .list-card:hover .list-card__author a, .story-card__repeater .list-card:hover .story-card__postdate h6, .story-card__repeater .list-card:hover .list-card__postdate h6, .story-card__repeater .list-card:hover .story-card__excerpt--text, .story-card__repeater .list-card:hover .list-card__excerpt--text {
    color: var(--white);
  }
  .story-card__repeater .post.category-features .story-card:hover, .story-card__repeater .guides.category-features .story-card:hover {
    background: var(--black);
  }
  .story-card__repeater .post.category-features .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-features .story-card:hover .footer-item__icon {
    stroke: var(--white);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .story-card__repeater .post.category-features .story-card:hover h4, .story-card__repeater .post.category-features .story-card:hover h5, .story-card__repeater .guides.category-features .story-card:hover h4, .story-card__repeater .guides.category-features .story-card:hover h5 {
    color: var(--white);
  }
  .story-card__repeater .post.category-features .story-card:hover h4 a, .story-card__repeater .post.category-features .story-card:hover h5 a, .story-card__repeater .guides.category-features .story-card:hover h4 a, .story-card__repeater .guides.category-features .story-card:hover h5 a {
    color: var(--white);
  }
  .story-card__repeater .post.category-news .story-card:hover, .story-card__repeater .guides.category-news .story-card:hover {
    background: var(--accent-orange);
  }
  .story-card__repeater .post.category-news .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-news .story-card:hover .footer-item__icon {
    stroke: var(--white);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .story-card__repeater .post.category-news .story-card:hover h5, .story-card__repeater .guides.category-news .story-card:hover h5 {
    color: var(--white);
  }
  .story-card__repeater .post.category-news .story-card:hover h5 a, .story-card__repeater .guides.category-news .story-card:hover h5 a {
    color: var(--white);
  }
  .story-card__repeater .post.category-news .story-card:hover h5 a:hover, .story-card__repeater .guides.category-news .story-card:hover h5 a:hover {
    text-decoration: underline;
  }
  .story-card__repeater .post.category-events .story-card:hover, .story-card__repeater .guides.category-events .story-card:hover {
    background: var(--accent-blue);
  }
  .story-card__repeater .post.category-events .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-events .story-card:hover .footer-item__icon {
    stroke: var(--white);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .story-card__repeater .post.category-events .story-card:hover h5, .story-card__repeater .guides.category-events .story-card:hover h5 {
    color: var(--white);
  }
  .story-card__repeater .post.category-events .story-card:hover h5 a, .story-card__repeater .guides.category-events .story-card:hover h5 a {
    color: var(--white);
  }
  .story-card__repeater .post.category-events .story-card:hover h5 a:hover, .story-card__repeater .guides.category-events .story-card:hover h5 a:hover {
    text-decoration: underline;
  }
  .story-card__repeater .post.category-lists .story-card:hover, .story-card__repeater .post.category-lists .list-card:hover, .story-card__repeater .guides.category-lists .story-card:hover, .story-card__repeater .guides.category-lists .list-card:hover {
    background: var(--accent);
  }
  .story-card__repeater .post.category-lists .story-card:hover .footer-item__icon, .story-card__repeater .post.category-lists .list-card:hover .footer-item__icon, .story-card__repeater .guides.category-lists .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-lists .list-card:hover .footer-item__icon {
    stroke: var(--white);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .story-card__repeater .post.category-lists .story-card:hover h4, .story-card__repeater .post.category-lists .story-card:hover h5, .story-card__repeater .post.category-lists .list-card:hover h4, .story-card__repeater .post.category-lists .list-card:hover h5, .story-card__repeater .guides.category-lists .story-card:hover h4, .story-card__repeater .guides.category-lists .story-card:hover h5, .story-card__repeater .guides.category-lists .list-card:hover h4, .story-card__repeater .guides.category-lists .list-card:hover h5 {
    color: var(--white);
  }
  .story-card__repeater .post.category-lists .story-card:hover h4 a, .story-card__repeater .post.category-lists .story-card:hover h5 a, .story-card__repeater .post.category-lists .list-card:hover h4 a, .story-card__repeater .post.category-lists .list-card:hover h5 a, .story-card__repeater .guides.category-lists .story-card:hover h4 a, .story-card__repeater .guides.category-lists .story-card:hover h5 a, .story-card__repeater .guides.category-lists .list-card:hover h4 a, .story-card__repeater .guides.category-lists .list-card:hover h5 a {
    color: var(--white);
  }
  .story-card__repeater .post.category-lists .story-card:hover h4 a:hover, .story-card__repeater .post.category-lists .story-card:hover h5 a:hover, .story-card__repeater .post.category-lists .list-card:hover h4 a:hover, .story-card__repeater .post.category-lists .list-card:hover h5 a:hover, .story-card__repeater .guides.category-lists .story-card:hover h4 a:hover, .story-card__repeater .guides.category-lists .story-card:hover h5 a:hover, .story-card__repeater .guides.category-lists .list-card:hover h4 a:hover, .story-card__repeater .guides.category-lists .list-card:hover h5 a:hover {
    text-decoration: underline;
  }
  .story-card__repeater .post.category-openings .story-card:hover, .story-card__repeater .guides.category-openings .story-card:hover, .story-card__repeater .post.category-closures .story-card:hover, .story-card__repeater .guides.category-closures .story-card:hover, .story-card__repeater .post.category-guides .story-card:hover, .story-card__repeater .guides.category-guides .story-card:hover, .story-card__repeater .post.category-local-markets .story-card:hover, .story-card__repeater .guides.category-local-markets .story-card:hover, .story-card__repeater .post.category-spotlight .story-card:hover, .story-card__repeater .guides.category-spotlight .story-card:hover, .story-card__repeater .post.category-uncategorized .story-card:hover, .story-card__repeater .guides.category-uncategorized .story-card:hover {
    background: var(--accent-orange);
  }
  .story-card__repeater .post.category-openings .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-openings .story-card:hover .footer-item__icon, .story-card__repeater .post.category-closures .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-closures .story-card:hover .footer-item__icon, .story-card__repeater .post.category-guides .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-guides .story-card:hover .footer-item__icon, .story-card__repeater .post.category-local-markets .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-local-markets .story-card:hover .footer-item__icon, .story-card__repeater .post.category-spotlight .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-spotlight .story-card:hover .footer-item__icon, .story-card__repeater .post.category-uncategorized .story-card:hover .footer-item__icon, .story-card__repeater .guides.category-uncategorized .story-card:hover .footer-item__icon {
    stroke: var(--white);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .story-card__repeater .post.category-openings .story-card:hover h5, .story-card__repeater .guides.category-openings .story-card:hover h5, .story-card__repeater .post.category-closures .story-card:hover h5, .story-card__repeater .guides.category-closures .story-card:hover h5, .story-card__repeater .post.category-guides .story-card:hover h5, .story-card__repeater .guides.category-guides .story-card:hover h5, .story-card__repeater .post.category-local-markets .story-card:hover h5, .story-card__repeater .guides.category-local-markets .story-card:hover h5, .story-card__repeater .post.category-spotlight .story-card:hover h5, .story-card__repeater .guides.category-spotlight .story-card:hover h5, .story-card__repeater .post.category-uncategorized .story-card:hover h5, .story-card__repeater .guides.category-uncategorized .story-card:hover h5 {
    color: var(--white);
  }
  .story-card__repeater .post.category-openings .story-card:hover h5 a, .story-card__repeater .guides.category-openings .story-card:hover h5 a, .story-card__repeater .post.category-closures .story-card:hover h5 a, .story-card__repeater .guides.category-closures .story-card:hover h5 a, .story-card__repeater .post.category-guides .story-card:hover h5 a, .story-card__repeater .guides.category-guides .story-card:hover h5 a, .story-card__repeater .post.category-local-markets .story-card:hover h5 a, .story-card__repeater .guides.category-local-markets .story-card:hover h5 a, .story-card__repeater .post.category-spotlight .story-card:hover h5 a, .story-card__repeater .guides.category-spotlight .story-card:hover h5 a, .story-card__repeater .post.category-uncategorized .story-card:hover h5 a, .story-card__repeater .guides.category-uncategorized .story-card:hover h5 a {
    color: var(--white);
  }
  .story-card__repeater .post.category-openings .story-card:hover h5 a:hover, .story-card__repeater .guides.category-openings .story-card:hover h5 a:hover, .story-card__repeater .post.category-closures .story-card:hover h5 a:hover, .story-card__repeater .guides.category-closures .story-card:hover h5 a:hover, .story-card__repeater .post.category-guides .story-card:hover h5 a:hover, .story-card__repeater .guides.category-guides .story-card:hover h5 a:hover, .story-card__repeater .post.category-local-markets .story-card:hover h5 a:hover, .story-card__repeater .guides.category-local-markets .story-card:hover h5 a:hover, .story-card__repeater .post.category-spotlight .story-card:hover h5 a:hover, .story-card__repeater .guides.category-spotlight .story-card:hover h5 a:hover, .story-card__repeater .post.category-uncategorized .story-card:hover h5 a:hover, .story-card__repeater .guides.category-uncategorized .story-card:hover h5 a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .story-card__repeater .story-card .story-card__body, .story-card__repeater .story-card .story-card__author, .story-card__repeater .story-card .story-card__postdate, .story-card__repeater .story-card .story-card__excerpt {
    border-color: var(--white);
  }
  .story-card__repeater .story-card h5 a, .story-card__repeater .story-card .story-card__author a, .story-card__repeater .story-card .story-card__postdate h6, .story-card__repeater .story-card .story-card__body h5, .story-card__repeater .story-card .story-card__excerpt--text {
    color: var(--white);
  }
  .story-card__repeater .post .story-card, .story-card__repeater .guides .story-card {
    background: var(--accent);
  }
  .story-card__repeater .post.category-features .story-card, .story-card__repeater .guides.category-features .story-card {
    background: var(--primary);
  }
  .story-card__repeater .post.category-news .story-card, .story-card__repeater .guides.category-news .story-card {
    background: var(--accent-orange);
    border: 0px;
  }
  .story-card__repeater .post.category-events .story-card, .story-card__repeater .guides.category-events .story-card {
    background: var(--accent-blue);
    border: 0px;
  }
  .story-card__repeater .post.category-lists .story-card, .story-card__repeater .guides.category-lists .story-card {
    background: var(--accent);
    border: 0px;
  }
  .story-card__repeater .post.category-openings .story-card, .story-card__repeater .guides.category-openings .story-card, .story-card__repeater .post.category-closures .story-card, .story-card__repeater .guides.category-closures .story-card, .story-card__repeater .post.category-guides .story-card, .story-card__repeater .guides.category-guides .story-card, .story-card__repeater .post.category-local-markets .story-card, .story-card__repeater .guides.category-local-markets .story-card, .story-card__repeater .post.category-spotlight .story-card, .story-card__repeater .guides.category-spotlight .story-card, .story-card__repeater .post.category-uncategorized .story-card, .story-card__repeater .guides.category-uncategorized .story-card {
    background: var(--accent-orange);
  }
}
