﻿.lew-remove-from-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dc2626;
  background: #dc2626;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.lew-remove-from-list.is-loading {
  opacity: 0.6;
  cursor: wait;
}

.lew-remove-from-list.is-removed {
  opacity: 0.9;
}

.lew-remove-from-list svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
