/* =======================================================
   notation.css — Page Fiche de Notation
   ======================================================= */


/* -------------------------------------------------------
   DISPOSITION : tableau + carte candidat
   ------------------------------------------------------- */

   .notation-embed {
  width: 100%;
  height: calc(100vh - 180px);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border2);
}

.notation-embed iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------- */
@media (max-width: 900px) {
  .notation-wrap { grid-template-columns: 1fr; }
}
