.eac-major-changes .eac-icon-btn {
  border: 0;
  background: transparent;
  padding: 6px;
  cursor: pointer;
  border-radius: 8px;
  line-height: 1;
}

.eac-major-changes .eac-icon-btn:hover {
  background: rgba(0,0,0,0.06);
}

.eac-major-changes .eac-icon-btn:disabled {
  opacity: 0.55;
  cursor: default;
}

.eac-major-change-row.is-removed {
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.eac-major-changes-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(20,20,20,0.92);
  color: #fff;
  font-size: 13px;
  z-index: 999999;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.eac-major-changes-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
