.mine-feedback-preview {
  isolation: isolate;
}

.mine-feedback-preview.is-filled {
  cursor: default;
}

.mine-feedback-preview-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(17, 23, 21, 0.58);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  transition: background 180ms ease, transform 180ms ease;
}

.mine-feedback-preview-remove::before,
.mine-feedback-preview-remove::after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
}

.mine-feedback-preview-remove::before {
  transform: rotate(45deg);
}

.mine-feedback-preview-remove::after {
  transform: rotate(-45deg);
}

.mine-feedback-preview-remove:hover {
  background: rgba(9, 148, 86, 0.9);
  transform: scale(1.04);
}

@media (max-height: 820px) {
  .mine-feedback-preview-remove {
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
  }

  .mine-feedback-preview-remove::before,
  .mine-feedback-preview-remove::after {
    top: 8px;
    left: 4px;
  }
}
