.sqc-wrap {
  margin: 16px 0;
}

.sqc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.sqc-button:hover,
.sqc-button:focus {
  color: #ffffff;
  opacity: 0.95;
}

.sqc-order-button .sqc-button,
.sqc-product-button .sqc-button {
  width: 100%;
}

@media (min-width: 768px) {
  .sqc-order-button .sqc-button,
  .sqc-product-button .sqc-button {
    width: auto;
  }
}
