/* User Provided Stylesheet */

/* Colores de acento por módulo del curso MoBI */
.mod-pill {
  display: inline-block;
  padding: 3px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
.mod-pill.mod-1 { background: #ed6a15; }
.mod-pill.mod-2 { background: #8b00a2; }
.mod-pill.mod-3 { background: #027010; }
