.lb-ordereasy-product-badge {
    padding: .5rem 1.3rem .6rem;
    line-height: 1;
    font-weight: 400;
}

.lb-ordereasy-product-widget {
    margin: 20px 0;
}

.lb-ordereasy-widget-title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lb-ordereasy-plan-selection-container {
    border-radius: 15px;
    overflow-wrap: anywhere;
}

.lb-ordereasy-payment-options-container {
    border-radius: 13px;
}

.lb-ordereasy-payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.lb-ordereasy-payment-option-section {
    display: flex;
    align-items: baseline;
    padding: 10px;
    gap: 8px;
}

.lb-ordereasy-purchase-terms {
    padding: 10px;
}

.lb-ordereasy-shipping-info {
    padding: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}

.lb-ordereasy-payment-option-divider {
    height: 1px;
    margin: 0 15px;
    opacity: 30%;
}

.lb-ordereasy-shipping-info-divider {
    height: 1px;
    width: 100%;
}