/* Keep desktop product-card buttons inside the card. Mobile cards keep their full-width button. */
@media (min-width: 768px) {
    .uruns > a > .btn.btn-success {
        position: absolute;
        right: 10px;
        bottom: 10px;
        float: none !important;
    }
}
