.cah-news-item, .cah-news-item-inverse {
  display: flex;
  color: inherit;
  padding: 4px;
  margin-bottom: 4px;
}
.cah-news-item:hover, .cah-news-item-inverse:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  background: #c4cfd4;
}
.cah-news-item:active, .cah-news-item-inverse:active {
  text-decoration: none;
}

.cah-news-item-inverse:hover {
  background-color: rgba(243, 243, 243, 0.1);
}

@media only screen and (max-width: 544px) {
  .cah-news-item-excerpt {
    display: none;
  }
}

/*# sourceMappingURL=cah-news.css.map */
