.report-card header>div{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:10px;align-items:center}
.report-card header>div>.report-student-photo-v232{grid-row:1/3;width:44px;height:44px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#dff4fc;border:2px solid #45a9df;color:#0d496c;font-weight:900}
.report-student-photo-v232 img{width:100%;height:100%;object-fit:cover;display:block}
.report-card header>div>strong,.report-card header>div>small{grid-column:2;min-width:0}
.teacher-absent-cell-final[data-absence-type="ajuste_agenda"]{background:#eef3f6!important;border-color:#91a5b1!important;color:#506875!important}
