.news-block__item {
  background-color: #fff;
  font-size: 14px;
  border-bottom: solid 1px #ddd;
  padding: 15px;
}
.news-block__box {
  color: #333;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.news-block__logo {
  display: flex;
  align-items: flex-start;
}
.news-block__logo-img {
  width: 50px;
  height: 50px;
}
.news-block__content {
  display: grid;
  grid-template-columns: 15em auto;
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 0px;
  grid-row-gap: 5px;
}
.news-block__type {
  font-weight: bold;
  grid-area: 1/1/2/2;
}
.news-block__date {
  font-size: 12px;
  grid-area: 1/2/2/3;
  color: #999;
  text-align: right;
}
.news-block__date span {
  font-size: 14px;
  vertical-align: middle;
}
.news-block__shop-name {
  grid-area: 2/1/3/3;
  color: #999;
}
.news-block__text {
  grid-area: 3/1/4/3;
  line-height: 1.5;
}
.news-block__text--description {
  color: #999;
  font-size: 12px;
  grid-area: 4/1/5/3;
}
.news-block__text a {
  color: #2d54f7;
  -webkit-text-decoration: #2d54f7 dotted underline;
          text-decoration: #2d54f7 dotted underline;
}/*# sourceMappingURL=news.css.map */