/* Default front-end styles for Onso Product Details. */

/* Product links configured as buttons. Elementor's own button class supplies the
 * site's global button styling when a legacy widget has no usable generated CSS. */
.pd-product-link--button .pd-button {
    display: inline-block;
    text-decoration: none;
}

/* Keep genuine text-link mode neutral. */
.pd-product-link--text a {
    text-decoration: inherit;
}

/* Default stock-status styling for the Add to Cart element. */
.pd-out-of-stock {
    border: 2px solid #dc716f;
    color: #dc716f;
    font-weight: 700;
    text-align: center;
    padding: 12px 16px;
    box-sizing: border-box;
}
