.previewitems article > button {
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}

.previewitems article > button > i {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: 1;
}

.exactpublic .previewitems article > button {
  padding: 11px 12px;
}
