.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;
    width: 100%;
}

.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%;
}

.lb-ordereasy-payment-discount {
    padding: .5rem 1.3rem .6rem;
    line-height: 1;
    font-weight: 400;
    margin-left: auto;
    margin-right: 0;
    min-width: fit-content;
}

.lb-ordereasy-product-list-badge {
    line-height: 1;
    padding: 5px 13px 6px;
    height: auto;
    width: auto;
    z-index: 2;
    margin: 0;
    background: 0 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
