/* MinhaHub — fotos leves para Produtos e Colaboradores */
.mh-entity-photo-field{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;margin-top:4px}
.mh-entity-photo-preview{width:72px;height:72px;border-radius:16px;border:1px solid #e3e7ec;background:#f7f9fc;display:grid;place-items:center;overflow:hidden;font-weight:800;color:#697386}
.mh-entity-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}
.mh-entity-photo-controls{display:flex;flex-direction:column;gap:7px;min-width:0}
.mh-entity-photo-controls input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.mh-entity-photo-help{font-size:.78rem;line-height:1.35;color:#7b8491}
.mh-entity-photo-remove{align-self:flex-start}
.mh-card-avatar img.mh-entity-photo-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
@media(max-width:520px){.mh-entity-photo-field{grid-template-columns:64px minmax(0,1fr)}.mh-entity-photo-preview{width:64px;height:64px;border-radius:14px}}
