article.tm-article {
  border-radius: 80px;
  box-shadow: 0px 0px 0px 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease-in-out;
}
article.tm-article:hover {
  box-shadow: 0px 0px 0px 0 rgba(255, 255, 255, 0);
}
.tm-article-wrapper {
  padding: 2px;
}
.uk-block-muted {
  background: #fafafa;
}
body section#iqt-section.iqt-plugin-wrapper article a.image > span span.classification, body section#iqt-section.iqt-component-wrapper section.iqt-tab-content article.accomodation a.image > span span.classification {
    position: absolute;
    padding: 12px;
    text-shadow: 0px 0px #000000;
    color: #444444;
    display: block;
    font-size: 80%;
    line-height: 80%;
    font-weight: normal;
}
.uk-badge-warning { 
  display: none !important; 
}