.wcsq-button {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.wcsq-button:hover,
.wcsq-button:focus {
    background-color: #1ebe5d;
    border-color: #1ebe5d;
    color: #fff;
}

.wcsq-button--loop {
    width: 100%;
}
