.embed-wrap {
  width: 100%;
  height: 900px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}

.embed-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


.resume-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.2rem;
}

.resume-left{ flex:1 1 auto; min-width:0; }
.resume-right{ flex:0 0 auto; }

.resume-portrait{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
}

@media (max-width:700px){
  .resume-portrait{ width: 160px; height: 160px; }
  .resume-right{ flex-basis: auto; }
}
