.blog-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 12px;
  margin-bottom: 24px;
}

.blog-filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px;
  padding: 8px 17px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.blog-filter:hover {
  color: #1a1a1a;
  border-color: #666;
}
.blog-filter.is-active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.blog-filter:focus, .blog-category-label:focus {
  outline: 2px solid #00687f !important;
  outline-offset: 2px;
}

.blog-article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-article-meta > span {
  margin-right: 12px;
}

.blog-category-label {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.blog-filter--firma.is-active {
  background: #18bce0;
  border-color: #18bce0;
  color: #1a1a1a;
}

.blog-category-label--firma {
  background: #e7f8fc;
  color: #00687f;
}
.blog-category-label--firma:hover {
  color: #00687f;
  text-decoration: underline;
}

.blog-filter--media.is-active {
  background: #a8d600;
  border-color: #a8d600;
  color: #1a1a1a;
}

.blog-category-label--media {
  background: #f5fae0;
  color: #506600;
}
.blog-category-label--media:hover {
  color: #506600;
  text-decoration: underline;
}

.blog-filter--produkty.is-active {
  background: #e46b00;
  border-color: #e46b00;
  color: #1a1a1a;
}

.blog-category-label--produkty {
  background: #fdecdf;
  color: #a44800;
}
.blog-category-label--produkty:hover {
  color: #a44800;
  text-decoration: underline;
}

.blog-filter--vyzkum.is-active {
  background: #00687f;
  border-color: #00687f;
  color: #fff;
}

.blog-category-label--vyzkum {
  background: #dfedf0;
  color: #00687f;
}
.blog-category-label--vyzkum:hover {
  color: #00687f;
  text-decoration: underline;
}

.blog-results[aria-busy=true] {
  opacity: 0.55;
}

.blog-status:not(.sr-only) {
  color: #a12622;
  text-align: center;
}

.blog-grid .blog-post-image img {
  width: 100%;
}

@media (max-width: 575px) {
  .blog-filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}