.has-text-line-through {
    text-decoration: line-through;
}

.hero.is-helium.is-bold {
    background-image: linear-gradient(141deg,#dfa7d4 0,#cd75bc 71%,#bb43a3 100%);
}

.button {
    border-radius: 27px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 25px;
    height: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}

.button.is-helium {
    background-color: #bb43a3;
    color: #fff;
    border: none;
}

.button.is-helium-alt {
    background-color: #007acc;
    color: #fff;
    border: none;
}

.category-title {
    margin-top: 20px;
}

.has-text-helium {
    color: #bb43a3;
}

.license-table .product-name,
.license-table .download-link {
    width: auto;
    white-space: nowrap;
}

.license-table .license-key {
    width: 100%;
}

@media (max-width: 768px) {
    .mobile-reverse {
        flex-direction: column-reverse;
        display: flex;
    }
}

.g-recaptcha {
    margin-bottom: 1em;
}