.c-post-rank,
.c-author {
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.c-post-rank__title,
.c-author__title {
  color: #897646;
  margin-bottom: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 10px 10px;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.c-post-rank__title::before,
.c-author__title::before {
  content: "";
  display: inline-block;
  width: 27px;
  aspect-ratio: 1;
  background: url(../../images/icon_star.png) no-repeat;
  background-size: contain;
}

.c-post-rank__list,
.c-author__list {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.c-post-rank__item,
.c-author__item {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.c-post-rank__item:last-child {
  border-bottom: none;
}

.c-post-rank__link {
  flex-shrink: 0;
}

.c-post-rank__item-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1;
}

.c-post-rank__thumbnail,
.c-author__img-link img {
  aspect-ratio: 1;
  object-fit: cover;
  padding: 5px;
  background: white;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.c-post-rank__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.c-post-rank__category {
  padding: 2px 16px;
  text-decoration: none;
  color: white;
  background: #6b2884;
  font-size: 1.1rem;
}

.c-post-rank__category-occursus {
  background: #212189;
}
.c-post-rank__category-amor {
  background: #d3077b;
}
.c-post-rank__category-popularamong {
  background: #c47e02;
}
.c-post-rank__category-sex {
  background: #603813;
}
.c-post-rank__post-title {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
}

.c-author__right-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.c-author__name {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
}

.c-author__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-author__link-arrow {
  background: #897646;
  aspect-ratio: 1;
  border-radius: 100vmax;
  display: grid;
  place-items: center;
  padding: 1px 4px;
  flex-shrink: 0;
}

.c-author__link-arrow:before {
  content: "▶︎";
  display: inline-block;
  font-size: 8px;
  color: white;
}

.c-author__bottom {
  padding: 10px;
}

.c-author__bottom-link {
  background: #897646;
  color: white;
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 7px 15px;
}
.c-author__bottom-link:hover {
  background: #ccc;
  color: white;
}

.c-author__bottom-link:before {
  content: "";
}

.c-author__bottom-link-arrow {
  background: black;
  border-radius: 100vmax;
  padding: 5px;
  display: flex;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.c-author__bottom-link-arrow:before {
  content: "";
  width: 10px;
  height: 10px;

  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg) translate(-2px, 2px);
}
