/* =========================================
   FREE PDF COURSE - CART BUTTON
   ========================================= */

.smsh-free-pdf-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.smsh-free-pdf-price {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.smsh-free-pdf-cart-button {
    display: inline-flex;
    margin-left: auto;
}

.smsh-free-pdf-cart-button .tutor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.smsh-free-pdf-cart-button .tutor-icon-cart-line {
    display: inline-block;
}