.report {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  margin: 30px 0;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .report {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}
.report__header {
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-template-rows: auto 1fr;
}
.report__logo {
  grid-area: 1/2/3/3;
}
.report__logo-img {
  width: 100%;
}
.report__anchor {
  background-color: #efefef;
  border-radius: 50%;
  display: block;
  height: 50px;
  padding: 5px;
  width: 50px;
}
.report__title {
  font-size: 16px;
  font-weight: bold;
  grid-area: 1/1/2/2;
}
.report__time {
  color: #999;
  font-size: 14px;
  grid-area: 2/1/3/2;
  padding-top: 5px;
}
.report__text {
  border-top: solid 1px #ddd;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  padding-top: 15px;
}
.report__massage {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  font-size: 14px;
  margin: 30px 0;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .report__massage {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=newsflash.css.map */