/* Prijsopgave aantalveld — binnen de [aw_quote_button]-flow. */
.awcf-qq-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
    margin: 10px 0 4px;
}
.awcf-qq-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.awcf-qq-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.awcf-qq-hint {
    font-weight: 400;
    opacity: 0.75;
}
.awcf-qq-stepper {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #cfd4dc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    width: max-content;
}
.awcf-qq-btn {
    border: 0;
    background: #f3f5f8;
    color: #1c1c1c;
    width: 40px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
}
.awcf-qq-btn:hover {
    background: #e6eaf0;
}
.awcf-qq-input.qty {
    width: 4.5em;
    border: 0;
    border-left: 1px solid #cfd4dc;
    border-right: 1px solid #cfd4dc;
    text-align: center;
    font-size: 16px;
    padding: 10px 4px;
    -moz-appearance: textfield;
    appearance: textfield;
}
.awcf-qq-input.qty::-webkit-outer-spin-button,
.awcf-qq-input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* De offerteknop netjes uitgelijnd naast het veld. */
.awcf-qq-wrap .add_to_quote {
    margin: 0;
}

/* --- Single product: kolom staat op donkere achtergrond (txt-white).
   Nette, on-brand stepper; hover/focus met hoge specificiteit + !important
   zodat Elementor/thema-button-styling ('button:hover' e.d.) het niet
   overschrijft. Alleen op de single. --- */
.awcf-qq-single .awcf-qq-label {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.01em;
}
.awcf-qq-single .awcf-qq-hint {
    color: #ffffff;
    opacity: 0.8;
}
.awcf-qq-single .awcf-qq-stepper {
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}
.awcf-qq-single .awcf-qq-stepper .awcf-qq-btn {
    background: #ffffff;
    color: #0e2b5d;
    width: 46px;
    font-size: 22px;
    font-weight: 700;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.awcf-qq-single .awcf-qq-stepper .awcf-qq-btn:hover,
.awcf-qq-single .awcf-qq-stepper .awcf-qq-btn:focus,
.awcf-qq-single .awcf-qq-stepper .awcf-qq-btn:focus-visible,
.awcf-qq-single .awcf-qq-stepper .awcf-qq-btn:active {
    background-color: #0e2b5d !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}
.awcf-qq-single .awcf-qq-stepper .awcf-qq-input.qty {
    color: #0e2b5d;
    font-weight: 700;
    border-left: 1px solid #e3e7ee;
    border-right: 1px solid #e3e7ee;
    background: #ffffff;
}
.awcf-qq-single .awcf-qq-stepper .awcf-qq-input.qty:focus,
.awcf-qq-single .awcf-qq-stepper .awcf-qq-input.qty:focus-visible {
    outline: 2px solid #0e2b5d !important;
    outline-offset: -2px;
    box-shadow: none !important;
}

/* --- Loop / archief (productkaarten op wit): compacter veld, zelfde
   on-brand kleuren + hover/focus als op de single (navy accent). Label blijft
   donker (leesbaar op wit) en de stepper krijgt een lichte rand i.p.v. de
   zware schaduw. Hover/focus met hoge specificiteit + !important. --- */
.awcf-qq-loop {
    gap: 8px;
    margin: 8px 0 2px;
}
.awcf-qq-loop .awcf-qq-label {
    font-size: 12px;
    color: #1c1c1c;
}
.awcf-qq-loop .awcf-qq-stepper {
    border: 1px solid #d3d9e3;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(14, 43, 93, 0.12);
}
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-btn {
    width: 32px;
    font-size: 17px;
    font-weight: 700;
    background: #ffffff;
    color: #0e2b5d;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-btn:hover,
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-btn:focus,
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-btn:focus-visible,
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-btn:active {
    background-color: #0e2b5d !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-input.qty {
    width: 3em;
    font-size: 14px;
    padding: 6px 2px;
    color: #0e2b5d;
    font-weight: 700;
    border-left: 1px solid #e3e7ee;
    border-right: 1px solid #e3e7ee;
    background: #ffffff;
}
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-input.qty:focus,
.awcf-qq-loop .awcf-qq-stepper .awcf-qq-input.qty:focus-visible {
    outline: 2px solid #0e2b5d !important;
    outline-offset: -2px;
    box-shadow: none !important;
}

/* --- "Doorgaan met winkelen" toegevoegd aan het originele plugin-bericht ---
   Het plugin-bericht (.add_to_quote_message .success-message) is al gestyled
   en vertaald (knop "Bekijk prijsopgave"). We voegen alleen een subtiele
   'Doorgaan met winkelen'-link toe die de tekstkleur van het bericht erft
   (wit op de single-kolom, navy in de loop). */
/* Knop + "Doorgaan met winkelen" op één rij (naast elkaar). */
.add_to_quote_message .awcf-qq-actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
/* "Doorgaan met winkelen" als knop: achtergrond in de Elementor-kleur,
   witte tekst. Vorm/padding/typografie erft het van de thema-.button-stijl. */
.add_to_quote_message .awcf-qq-continue {
    background-color: var(--e-global-color-b72552c, #0e2b5d) !important;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
}
.add_to_quote_message .awcf-qq-continue:hover,
.add_to_quote_message .awcf-qq-continue:focus {
    opacity: 0.9;
    color: #ffffff !important;
    outline: none;
}
