/* SIGEDU - Talleres grados únicos v34 */

.sigedu-talleres-grados-v34-note{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin:10px 0 12px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:13px;
  font-weight:750;
}

.sigedu-talleres-grados-v34-note code{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:8px;
  padding:2px 6px;
  color:#1e3a8a;
}
