/* Rev 2.1.40: Analysis-only Remove button under item source pill. */
body.analysis-page-polished .analysis-item-remove-action {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: -0.32rem;
}

body.analysis-page-polished .analysis-item-remove-button {
  width: fit-content;
  min-width: 4.7rem;
  min-height: 1.72rem;
  padding: 0.28rem 0.62rem;
  border-color: #f0aeb3;
  border-radius: 7px;
  background: #fff8f8;
  color: var(--analysis-red);
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1;
}

body.analysis-page-polished .analysis-item-remove-button:hover {
  border-color: #df7179;
  background: #fff1f1;
}
