.iesdep-wrap { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; }
.iesdep-titulo { text-align: center; margin-bottom: 2rem; }

.iesdep-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
@media (max-width: 900px) { .iesdep-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .iesdep-grid { grid-template-columns: 1fr; } }

.iesdep-cartulina {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 1.5rem 1.25rem;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  text-decoration: none;
  color: inherit;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  text-align: center;
}
.iesdep-cartulina:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  border-color: #cbd5e1;
}
.iesdep-nombre { margin: 0 0 .35rem; font-size: 1.1rem; line-height: 1.3; }
.iesdep-jefe { margin: 0; font-size: .9rem; opacity: .7; }

.iesdep-volver { margin-bottom: 1rem; }
.iesdep-profes { list-style: none; padding: 0; display: grid; gap: .6rem; max-width: 640px; }
.iesdep-profe {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .6rem .8rem; border: 1px solid #eee; border-radius: 8px; background: #fafafa;
}
.iesdep-profe-nombre { font-weight: 600; }
.iesdep-profe-correo { font-size: .9rem; }
