.cf-feed-shell-simple .cf-post-stream .post.cf-feed-v2 .post-body {
  padding: 0;
}

.cf-feed-shell-simple .cf-post-stream .post.cf-feed-v2 .post-body > :not(.cf-feed-v2-root) {
  display: none !important;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-root {
  display: block;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-card {
  padding: 18px 18px 14px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-author-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-avatar-shell {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #f0eae0;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #26211d;
  font-size: 15px;
  font-weight: 800;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-author-copy {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 1px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-author-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-author {
  color: #161411;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-category {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #faf8f4;
  color: #1f1d19;
  border: 1px solid #ece4d7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-time {
  margin-top: 5px;
  color: #8e8578;
  font-size: 13px;
  line-height: 1.2;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-menu-wrap {
  position: relative;
  flex: 0 0 auto;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-menu-button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #7a7268;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-menu {
  right: 0;
  left: auto;
  min-width: 180px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-body-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-card.no-media .cf-feed-v2-body-row {
  grid-template-columns: minmax(0, 1fr);
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-title {
  margin: 0;
  color: #171513;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-excerpt {
  margin: 0;
  color: #403933;
  font-size: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 100%;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-ellipsis {
  color: #72685b;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-more {
  display: inline;
  border: none;
  padding: 0;
  background: transparent;
  color: #191816;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-media {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ece2d5;
  background: #f6f2eb;
  justify-self: end;
  align-self: start;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-footer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #ede6da;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-stat,
.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-share {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 0;
  background: transparent;
  color: #6e675e;
  font-size: 15px;
  line-height: 1;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-stat span {
  white-space: nowrap;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-stat i,
.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-share i {
  color: #69635a;
  font-size: 18px;
}

.cf-feed-shell-simple .cf-post-stream .cf-feed-v2-share {
  justify-self: end;
}

@media (max-width: 600px) {
  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-card {
    padding: 16px 14px 12px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-author-block {
    gap: 10px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-avatar-shell,
  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-avatar {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-author {
    font-size: 15px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-category {
    font-size: 9px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-time {
    font-size: 12px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-body-row {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-top: 12px;
    align-items: start;
    width: 100%;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-title {
    font-size: 15px;
    line-height: 1.34;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-excerpt {
    font-size: 13px;
    line-height: 1.58;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-copy {
    flex: 1 1 0;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-media {
    flex: 0 0 102px;
    width: 102px;
    max-width: none;
    border-radius: 12px;
    margin-left: auto;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-footer {
    gap: 16px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-stat,
  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-share {
    gap: 8px;
    font-size: 13px;
  }

  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-stat i,
  .cf-feed-shell-simple .cf-post-stream .cf-feed-v2-share i {
    font-size: 16px;
  }
}
