/* Smart Buy Now Button — Frontend */
.sbn-buy-now-btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: inherit;
    line-height: 1.4;
    outline: none;
    /* All other styles injected dynamically via wp_add_inline_style */
}
.sbn-buy-now-btn:hover { text-decoration: none; }
.sbn-buy-now-btn.sbn-loading { opacity: 0.7; cursor: wait; pointer-events: none; }
