/* VAENKO Passo 117 — Delivery professional signup taxonomy */
#delivery-taxonomy-block{margin:1rem 0;padding:1rem;border:1px solid var(--vk-border,#e5e7eb);border-radius:12px;background:var(--vk-surface,#fafafa)}
#delivery-taxonomy-block h3{font-size:.95rem;margin:0 0 .5rem;color:var(--vk-text,#111)}
.dt-section{margin-bottom:1rem}
.dt-section>p.dt-label{font-size:.85rem;margin:0 0 .4rem;color:var(--vk-muted,#666);display:flex;align-items:center;gap:.35rem}
.dt-chips{display:flex;flex-wrap:wrap;gap:.4rem}
.dt-chip,.dt-radio-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.4rem .65rem;border:1px solid var(--vk-border,#ddd);border-radius:999px;font-size:.82rem;cursor:pointer;background:#fff;transition:.15s}
.dt-chip.on,.dt-radio-chip.on{border-color:#7c3aed;background:#f5f3ff;color:#5b21b6}
.dt-chip input,.dt-radio-chip input{display:none}
.ob-help-tip{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:50%;background:#e11d48;color:#fff;font-size:.7rem;font-weight:700;cursor:help;position:relative;flex-shrink:0}
.ob-help-tip::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);min-width:180px;max-width:260px;padding:.5rem .65rem;background:#1f2937;color:#f9fafb;font-size:.75rem;font-weight:400;line-height:1.35;border-radius:8px;opacity:0;pointer-events:none;transition:opacity .15s;z-index:50;white-space:normal;text-align:left}
.ob-help-tip:hover::after,.ob-help-tip:focus::after{opacity:1}
.dt-custom-row{margin-top:.5rem}
.dt-custom-row input{width:100%}
.dt-required::after{content:' *';color:#e11d48}
