.c-xaos-most-viewed-pages-widget__container {
  text-align: left;
}
.c-xaos-most-viewed-pages-widget__title {
  font-family: "Suez One", serif;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 16px;
  background-color: #000;
  color: #fff;
  border-bottom: unset;
  margin: 0;
}
.c-xaos-most-viewed-pages-widget__contents .c-article {
  padding: 15px 0 25px;
}
.c-xaos-most-viewed-pages-widget__contents .c-article:not(:last-child) {
  border-bottom: 1px solid #221F1F;
}
.c-xaos-most-viewed-pages-widget__contents .c-article .c-article__imagecontainer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 140px;
  margin: 0.4em 0.8em 0 0;
  position: relative;
}
.c-xaos-most-viewed-pages-widget__contents .c-article .c-article__imagecontainer img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-xaos-most-viewed-pages-widget__contents .c-article .c-article__imagecontainer .c-article__index {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.c-xaos-most-viewed-pages-widget__contents .c-article .c-article__text {
  display: inline-block;
  vertical-align: top;
  width: calc( 100% - 142px - 4px - .8em );
  margin: 0.4em 0;
}
.c-xaos-most-viewed-pages-widget__contents .c-article .c-article__text .c-article__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: Manuale, serif;
  margin: 0px;
  display: block;
  width: 100%;
}
.c-xaos-most-viewed-pages-widget__contents.with-numbers {
  counter-reset: section;
}
.c-xaos-most-viewed-pages-widget__contents.with-numbers .c-article__imagecontainer .c-article__index {
  display: block;
}
.c-xaos-most-viewed-pages-widget__contents.with-numbers .c-article__imagecontainer .c-article__index::before {
  counter-increment: section;
  content: counter(section);
}

/*# sourceMappingURL=xaos-most-viewed-pages-public.css.map */
