div.term-selector.term-selector.term-selector > div.components-input-control__container > select {
  min-height: 10em; }

.news.images {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .news.images .more {
    background: #f7c100;
    padding: 10px;
    display: inline-block;
    color: #000;
    margin: 10px 0; }
  .news.images article {
    width: 28%;
    margin: 15px; }
    .news.images article .photo-prev {
      width: 100%;
      background: red;
      height: 140px;
      display: block;
      text-indent: -9999px;
      margin-bottom: 10px; }
    .news.images article small {
      display: block;
      clear: both; }
  .news.images .in-news {
    width: 250px;
    float: left; }
    .news.images .in-news .innewsart {
      border-bottom: 1px solid #ccc;
      padding: 10px 0; }

@media screen and (max-width: 999px) {
  .news.images article {
    width: 100% !important; } }

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