/* Influenceři kategorie */
.in-influ.type-posts-listing .news-item .image a {
  aspect-ratio: initial;
}
.in-influ.type-posts-listing .text time {
  display: none;
}
.in-influ.type-posts-listing .news-item .text a {
  font-size: 24px;
}
/* Influenceri product page */
.in-influ.type-post .breadcrumbs-wrapper {
  background: #fff;
  margin-bottom: 0;
}
.in-influ.type-postarticle header {
  display: none;
}
.in-influ.type-post .news-item-detail .text .influencers-socials a:not(.btn) {
  color: #fff;
  text-decoration: none;
}
.in-influ.type-post.influencers__panel a span {
  color: #000;
}
.in-influ.type-post time {
  display: none;
}
.in-influ.type-post .influencers__panel a.active {
  background-color: #fff;
  border: 1px solid var(--color-primary);
}
.in-influ.type-post .influencers__panel a {
  text-decoration: none;
  border-radius: 8px;
  background: #F6F6F6;
  padding: 18px 24px;
  border: 1px solid #F6F6F6;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 4px;
}
.in-influ.type-post .influencers-product__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.in-influ.type-post .influencers-product__image img {
  position: initial;
}
.in-influ.type-post .in-influ .news-item-detail .text .influencers__image img {
  border-radius: 12px;
}
.in-influ.type-post .influencers-product-rating__avatar {
  top: 29px;
}
.in-influ.type-post.share.text-right, .in-influ.type-post .next-prev.text-center, .in-influ.type-post .comments {
  display: none;
}
.in-influ.type-post .influencers-product__buy form {
  display: contents;
}
.in-influ.type-post .quantity {
  width: 100px;
  height: 48px;
  border: 1px solid var(--border-color);
}
/* mobile influenceřiu page */
@media only screen and (max-width: 480px) {
  .in-influ.type-post .news-item-detail .text .influencers__image img {
    width: 100%;
  }
  .in-influ.type-post .influencers-product__buy {
    column-gap: 10px;
  }
  .in-influ.type-post .influencers__panel {
    flex-direction: column;
    text-align: center;
    display: flex;
  }
  .in-influ.type-post .influencers__panel a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .in-influ.type-post .influencers-product__buy {
    column-gap: 5px;
    margin-left: 0px;
  }
  .in-influ.type-post input[type="submit"].btn {
    padding: 2px 12px !important;
  }
  .in-influ.type-post .quantity {
    width: 80px;
  }
}