.shop_table .analystprep-cart-item__title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.shop_table .analystprep-cart-item__billing-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 4px;
    background: #e9f3ff;
    color: #0878df;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}

.shop_table .analystprep-cart-item__billing-note {
    margin-top: 5px;
    color: #d66b00;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.shop_table .analystprep-cart-item__current-price {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
}

.shop_table .analystprep-cart-item__price-cadence {
    color: #384458;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.cart_totals .analystprep-cart-totals__amount {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
}

.cart_totals .analystprep-cart-totals__cadence {
    color: #384458;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.cart_totals .order-total .analystprep-cart-totals__cadence {
    font-size: 16px;
}

.cart_totals .analystprep-cart-totals__disclosure {
    margin-top: 0;
    color: #52627a;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.cart_totals .analystprep-cart-totals__disclosure .amount {
    font: inherit;
    color: inherit;
    line-height: inherit;
}

@media (max-width: 580px) {
    .shop_table .analystprep-cart-item__title-row {
        align-items: flex-start;
    }
}
