.image-wrapper {
  border-radius: 0.25rem;
  overflow: hidden;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.empty-message {
  margin: 1.875rem 0 1.875rem;
}
.empty-message .card:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03) !important;
}
.empty-message__main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 120px;
  margin-bottom: 0.625rem;
  border: 1px solid #dee2e6;
}
.empty-message__main-text > div:first-of-type {
  font-size: 14px;
}
.empty-message__main-text > div:last-of-type {
  font-size: 10px;
}
.empty-message__filters-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3125rem auto 0.625rem;
}
.empty-message__filters-list .filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
  margin: 0 0 0.3125rem 0.3125rem;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 10px;
}
.empty-message__filters-list i {
  display: flex;
  margin-right: 5px;
  color: #4E5C6E;
  font-size: 16px;
}
.list-description {
  margin-bottom: 0.625rem;
}
.list-description p {
  font-size: 12px;
  color: #717C8B;
  line-height: 2;
}
.list-description h2, .list-description h3, .list-description h4 {
  margin-bottom: 0.625rem;
  color: #171C21;
  font-weight: bold;
  font-size: 14px;
}
.list-description figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.625rem;
}
.list-description figure img {
  margin-bottom: 0.3125rem;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.list-description figure figcaption {
  font-size: 12px;
  color: #717C8B;
}
.mobile-fixed-ads {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.mobile-fixed-ads i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  line-height: 34px;
  font-style: normal;
  font-size: 30px;
  top: -7px;
  right: 2px;
  border: 1px solid #dddddd;
}
.mobile-fixed-ads a {
  margin: 10px;
  width: calc(100% - 20px);
  display: flex;
}
.mobile-fixed-ads img {
  width: 100%;
  margin: 0;
}
.author-block .card-body[data-v-248e7814] {
  display: flex;
}
.author-block__image[data-v-248e7814] {
  width: 90px;
  height: 90px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 1.25rem;
}
.author-block__image img[data-v-248e7814] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-block__data[data-v-248e7814] {
  display: flex;
  flex-direction: column;
}
.author-block__name[data-v-248e7814] {
  font-size: 12px;
  color: #171C21;
  margin-bottom: 1.25rem;
}
.author-block__description[data-v-248e7814] {
  font-size: 10px;
  color: #4E5C6E;
  line-height: 1.8;
}
