.lew-save-to-list {
  display: inline-flex;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #0f766e;
  background: #0f766e;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.lew-save-to-list.is-loading {
  opacity: 0.6;
  cursor: wait;
}

.lew-save-to-list.is-saved {
  opacity: 0.9;
}

.lew-save-to-list svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
