.mine-feedback-art {
  position: relative;
  height: 128px;
}

.mine-feedback-art span {
  position: absolute;
  display: block;
}

.art-glow {
  inset: 17px 13px 8px 0;
  border-radius: 50%;
  background: #edf7f1;
}

.art-board {
  right: 11px;
  bottom: 14px;
  width: 78px;
  height: 95px;
  border-radius: 10px;
  background: #97b8a5;
  transform: rotate(10deg);
}

.art-paper {
  right: 30px;
  bottom: 17px;
  width: 90px;
  height: 106px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 24px rgba(44, 67, 54, 0.13);
  transform: rotate(12deg);
}

.art-clip {
  top: 10px;
  right: 47px;
  width: 58px;
  height: 22px;
  border-radius: 5px 5px 3px 3px;
  background: #65d6a5;
  transform: rotate(8deg);
}

.art-clip::before {
  position: absolute;
  top: -9px;
  left: 22px;
  width: 14px;
  height: 14px;
  border: 5px solid #65d6a5;
  border-radius: 50%;
  content: "";
}

.art-line {
  right: 51px;
  z-index: 2;
  height: 4px;
  border-radius: 999px;
  background: #dedede;
  transform: rotate(13deg);
}

.art-line-1 { top: 51px; width: 48px; }
.art-line-2 { top: 68px; width: 76px; }
.art-line-3 { top: 85px; width: 66px; }

.art-pencil {
  right: 8px;
  bottom: 24px;
  z-index: 3;
  width: 18px;
  height: 74px;
  border-radius: 8px;
  background: linear-gradient(#202322 0 12%, #f5a231 12% 78%, #f6d8ad 78% 100%);
  transform: rotate(38deg);
}

.art-chat {
  left: 8px;
  bottom: 20px;
  z-index: 4;
  width: 54px;
  height: 35px;
  border-radius: 9px;
  background: #67cfa2;
  box-shadow: 0 12px 20px rgba(44, 117, 82, 0.2);
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  line-height: 30px;
}

.art-chat::after {
  position: absolute;
  right: 11px;
  bottom: -8px;
  border-top: 10px solid #67cfa2;
  border-left: 9px solid transparent;
  content: "";
}

@media (max-height: 820px) {
  .mine-feedback-art {
    height: 88px;
    transform: scale(0.68);
    transform-origin: right center;
  }
}
