/* MinhaHub Automotivo — sugestões do histórico ao adicionar Produto */
.mh-product-create-grid label:has(>input[name="nome"]){position:relative}
.mh-product-history-suggestions{position:absolute;left:0;right:0;top:calc(100% + 5px);z-index:1200;display:grid;max-height:260px;overflow:auto;border:1px solid #dfe5ec;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.14);padding:5px}
.mh-product-history-suggestions.hidden{display:none!important}
.mh-product-history-option{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;border:0;border-radius:9px;background:#fff;padding:10px 11px;text-align:left;cursor:pointer;color:#111827}
.mh-product-history-option:hover,.mh-product-history-option:focus{background:#f5f8ff;outline:none}
.mh-product-history-option>span{display:flex;flex-direction:column;gap:2px;min-width:0}
.mh-product-history-option strong{font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mh-product-history-option small{font-size:.73rem;color:#7b8491;font-weight:500}
.mh-product-history-last{align-items:flex-end!important;flex:0 0 auto;text-align:right}
.mh-product-history-last b{font-size:.88rem;color:var(--accent,#2563eb);white-space:nowrap}
@media(max-width:700px){.mh-product-history-suggestions{max-height:230px}.mh-product-history-option{padding:9px 10px;gap:9px}.mh-product-history-option strong{font-size:.88rem}.mh-product-history-last b{font-size:.84rem}}
