/* Button link styling */
.dwe-program-product__button {
    text-decoration: none;
    display: inline-block;
}

/* Sold out button styling */
.dwe-program-product__button--sold-out {
    opacity: 0.6;
    background-color: #999 !important;
    color: #fff !important;
    cursor: not-allowed;
    pointer-events: none;
}

