.is-style-check {
    list-style: none;
    margin-left: 0;
}
.is-style-check li {
  list-style: none;          /* remove default bullets */
  position: relative;
  padding-left: 1.5em;       /* create space for the arrow */
}

.is-style-check li::before {
  content: "\2713";          /* arrow character */
  position: absolute;
  left: 0;                   /* put arrow in the left padding space */
  color: var(--accent);
}


.is-style-arrow {
    list-style: none;
    margin-left: 0;
}
.is-style-arrow li {
  list-style: none;          /* remove default bullets */
  position: relative;
  padding-left: 1.5em;       /* create space for the arrow */
}

.is-style-arrow li::before {
  content: "\2192";          /* arrow character */
  position: absolute;
  left: 0;                   /* put arrow in the left padding space */
  color: var(--accent);
}


.is-style-star {
    list-style: none;
    margin-left: 0;
}
.is-style-star li {
  list-style: none;          /* remove default bullets */
  position: relative;
  padding-left: 1.5em;       /* create space for the arrow */
}

.is-style-star li::before {
  content: "\2726";          /* arrow character */
  position: absolute;
  left: 0;                   /* put arrow in the left padding space */
  color: var(--accent);
}


.edit-post-visual-editor .is-style-check li,
.edit-post-visual-editor .is-style-arrow li,
.edit-post-visual-editor .is-style-star li{
    /*display: flex;*/
}
.editor-visual-editor a{
	text-decoration: underline;
	text-decoration-color: var(--contrast-3);
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
	
}
.editor-visual-editor a:hover{
  text-decoration-color: var(--contrast-2);
	color: #0c8579;
}
.edpadding-left: 2rem;{
	padding-left: 2rem;
}
body.post-type-vimeo-video :where(.editor-styles-wrapper) .wp-block {
    max-width: 930px;
}
 /*Fix for Memberpress: Save button disappering*/
#mpcs-admin-header, .post-type-mpcs-course.mobile #mpcs-admin-header, .post-type-mpcs-lesson.mobile #mpcs-admin-header, .post-type-mpcs-assignment.mobile #mpcs-admin-header, .post-type-mpcs-quiz.mobile #mpcs-admin-header

 {
	 position: unset;}