.f2-feed_title {
  display: flex; 
}
.f2-feed_title .f2i-60 {
  margin-top: -30px; min-width: 60px;
}

.f2-feed_top {
  width: 100%;
  padding-left: 16px;
  max-width: calc(100% - 60px);
}

.f2-post .f2-feed_top .f2-feed-title {font-weight: 700;margin-bottom:5px;}

.f2-feed_content .f2-nobadge {
  width: 100%;
  padding-left: 76px;
}
.f2-feed_content .f2-badge {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 55;
  background-color: var(--roza);
}
.f2-feed_content .f2-badge .icon {
  transform: translate(0%, 50%);
}
.f2-feed_content .f2-member {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.f2-feed_content .f2-member img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.f2-feed_content .f2-friend {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 55;
  margin-right: -16px;
}
@media only screen and (min-width:721px) and (max-width:960px) {
  .f2-feed_content .f2-friend {
    margin-right: -20px;
  }
}
@media only screen and (min-width:961px) {
  .f2-feed_content .f2-friend {
    width: 220px;
    height: 220px;
    position: relative;
    z-index: 55;
  }
}






















