.lqt-container {
    border: 0px;
    border-radius: 0px;
    padding: 16px;
    max-width: 800px;
    background: #F8F9FA;
    box-shadow: none;
    padding: 40px;
}
.lqt-field{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.lqt-field label{width:200px;font-weight:700;}
.lqt-field input,.lqt-field select{flex:1;padding:8px 10px;border:1px solid black ;border-radius:0px, background: white !important;}
.lqt-results{margin-top:8px}
.lqt-row{display:flex;justify-content:space-between;margin:6px 0;font-size:15px}
.lqt-row.lqt-grand{font-size:17px;font-weight:700}
.lqt-min-note{color:#6b7280}
.lqt-currency-note{display:block;color:#6b7280;margin-top:8px;font-size:12px}
.lqt-actions{margin-top:8px}
.lqt-results hr{border:none;border-top:1px solid #e5e7eb}

.lqt-field.lqt-consent-wrap {
    font-weight: 400 !important;
    width: 100%;
}
input.lqt-firstname, input.lqt-licenses, input.lqt-lastname, input.lqt-email {
    background: white;
}

li strong {
    width: 100% !important;
    display: inline-block;
    padding-bottom: 20px;
}
.lqt-scope-choice label {
    width: auto;
}
.lqt-support-group {
    display: none !important;
}

small {
    display: none;
}

span.lqt-consent-text {
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
;
}

.lqt-products {
    width: 70%;
}
.lqt-prod-item {
    border: 1px solid black !important;
    border-radius: 0px !important;
    padding: 20px !important;
    margin-bottom: 8px;
    background: rgb(255, 255, 255);
}