.weachieve-button,
#weachieve-button {
  display: inline-block;
  padding: 15px 20px;
  transform: skewX(-9deg);
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.weachieve-button:hover,
.weachieve-button:focus,
#weachieve-button:hover,
#weachieve-button:focus {
  opacity: 0.7;
  text-decoration: none !important;
  color: #fff !important;
}

.weachieve-button .restore,
#weachieve-button .restore {
  transform: skewX(9deg);
  display: flex;
  align-items: center;
  gap: 5px;
}

.weachieve-button .restore svg,
#weachieve-button .restore svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.weachieve-button--style-primary,
#weachieve-button--style-primary {
  border: 1px solid #fb273c;
  background-color: #fb273c;
}

.weachieve-button--style-secondary,
#weachieve-button--style-secondary {
  border: 1px solid #ffffff;
}

.weachieve-button--style-secondary-black,
#weachieve-button--style-secondary-black {
  border: 1px solid #181818;
  color: #181818 !important;
}

.weachieve-button--style-secondary-black:hover,
#weachieve-button--style-secondary-black:hover {
  color: #181818 !important;
}

.weachieve-button--style-secondary-red,
#weachieve-button--style-secondary-red {
  border: 1px solid #fb273c;
  color: #fb273c !important;
}

.weachieve-button--style-secondary-red:hover,
#weachieve-button--style-secondary-red:hover {
  color: #fb273c !important;
}
