.cle-wrap {
    max-width: 760px
}

.cle-box,
.cle-summary {
    margin: 1.5rem 0;
    padding: 1.25rem;
    border: 1px solid #ddd;
    background: #fafafa
}

.cle-wrap .form-row {
    margin: 0 0 1rem
}

.cle-wrap label {
    display: block;
    margin-bottom: .4rem;
    font-weight: 600
}

.cle-wrap input[type=text],
.cle-wrap input[type=email],
.cle-wrap textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 560px;
    padding: .7rem;
    border: 1px solid #aaa;
    border-radius: 3px
}

.cle-wrap textarea {
    min-height: 130px
}

.cle-summary ul {
    margin: 0 0 1.5rem 1.25rem
}

.cle-wrap #cle-load-order,
.cle-wrap #cle-load-order.button {
    display: inline-block;
    padding: .75rem 1.1rem;
    border: 1px solid #000;
    border-radius: 3px;
    background: #000;
    box-shadow: none;
    color: #fff;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer
}

.cle-wrap #cle-load-order:hover,
.cle-wrap #cle-load-order:focus {
    border-color: #333;
    background: #333;
    color: #fff
}

.cle-wrap #cle-load-order:focus-visible {
    outline: 3px solid rgba(0, 0, 0, .25);
    outline-offset: 3px
}

.cle-wrap #cle-load-order:disabled {
    opacity: .6;
    cursor: wait
}

.cle-wrap button.cle-confirm,
.cle-wrap button.cle-confirm.button,
.cle-wrap button.cle-confirm.button.alt {
    display: inline-block;
    padding: .75rem 1.1rem;
    border: 1px solid #000;
    border-radius: 3px;
    background: #000;
    box-shadow: none;
    color: #fff;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer
}

.cle-wrap button.cle-confirm:hover,
.cle-wrap button.cle-confirm:focus {
    border-color: #333;
    background: #333;
    color: #fff
}

.cle-wrap button.cle-confirm:focus-visible {
    outline: 3px solid rgba(0, 0, 0, .25);
    outline-offset: 3px
}

.woocommerce-account a.cle-withdrawal,
.woocommerce-account a.cle-withdrawal:visited {
    display: inline;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #c62828;
    font: inherit;
    line-height: inherit;
    text-decoration: underline;
    font-size: smaller;
    font-weight: normal; 
}

.woocommerce-account a.cle-withdrawal:hover,
.woocommerce-account a.cle-withdrawal:focus {
    background: transparent;
    color: #8e0000;
    text-decoration-thickness: 2px;
}
