/* MinhaHub — Serviços e Produtos */
.mh-entity-search{display:flex;align-items:center;gap:9px;width:100%;max-width:100%;margin-top:14px;padding:0 12px;border:1px solid #dfe3e8;border-radius:12px;background:#fff;box-sizing:border-box}
.mh-entity-search span{flex:0 0 auto;color:#7b8491;font-size:1.05rem}
.mh-entity-search input{width:100%;min-width:0;border:0!important;box-shadow:none!important;background:transparent!important;padding:11px 0!important;margin:0!important;outline:none}
.mh-entity-description{display:inline-block;margin-top:3px;color:#667085;white-space:normal;overflow-wrap:anywhere}
.mh-optional-label{font-weight:400;color:#8a93a0;font-size:.86em}
#mhServiceCreate textarea,#mhProductCreate textarea,#mhDescriptionEditForm textarea{width:100%;min-height:64px;resize:vertical;box-sizing:border-box}
#mhProductCreate .mh-product-create-grid{gap:10px}
#mhProductCreate .mh-product-accounting-details{margin-top:10px}
#mhProductCreate .mh-product-accounting-details summary{cursor:pointer}
@media (min-width:769px){
  #mhProductCreate .mh-product-create-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important}
  #mhProductCreate .mh-product-create-grid>*{grid-column:1!important;min-width:0!important;width:100%!important;max-width:100%!important}
  #mhProductCreate .mh-product-create-grid label{margin:0!important}
  #mhProductCreate .mh-product-accounting-details{margin-top:9px}
  #mhDescriptionEditForm.mh-product-edit-form{display:grid;grid-template-columns:minmax(0,1fr);gap:9px}
}
