.feed-achievement {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid #d5bf8e !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff8e7, #f3e5c5) !important;
}

.feed-achievement::after {
  content: "✦";
  position: absolute;
  right: 12px;
  bottom: -26px;
  color: rgba(113, 26, 57, .08);
  font-size: 92px;
}

.feed-achievement-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feed-achievement-head button {
  display: grid;
  gap: 2px;
  padding: 0;
  background: transparent;
  color: #401126;
  text-align: left;
}

.feed-achievement-head button small {
  color: #7d633f;
  font-size: 11px;
}

.feed-achievement-head > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background: #711a39;
  color: #e4cb96;
}

.feed-achievement > p {
  position: relative;
  z-index: 1;
  margin: 14px 0 2px;
  color: #401126;
  font-weight: 700;
  line-height: 1.5;
}
