/* Adapt the same Lattes-inspired curriculum renderer from the PG to NEXO's existing drawer. */
#cvContent .lattes-root{max-width:100%;padding:6px 0 36px}
#cvContent .lattes-root *{box-sizing:border-box}
#cvContent .lattes-photo{width:82px;height:82px;object-fit:cover;border-radius:13px}
#cvContent .lattes-root .avatar-fallback{display:grid;place-items:center;background:#efe8dc;color:#354a40;font-weight:700}
#cvContent .lattes-jump{position:relative;top:auto;max-height:none;overflow:auto;flex-wrap:wrap}
#cvContent .lattes-section{scroll-margin-top:24px}
#cvContent .lattes-section p{overflow-wrap:anywhere}
#cvDialog.drawer{max-width:min(760px,100vw)}
#cvDialog .drawer-inner{overflow-y:auto;max-height:100dvh}
@media(max-width:720px){#cvContent .lattes-profile{flex-wrap:wrap}#cvDialog.drawer{width:100vw;max-width:100vw}}
