/* A separate format: never override Cocoon's built-in marker classes. */
.wpdct-marker-orange {
  font-weight: 700;
  color: inherit;
  background: linear-gradient(transparent 60%, rgba(255, 218, 176, 0.6) 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.wpdct-marker-under-yellow-bold,
.wpdct-marker-under-red-bold,
.wpdct-marker-under-blue-bold,
.wpdct-marker-orange-full,
.wpdct-marker-under-orange {
  color: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.wpdct-marker-under-yellow-bold,
.wpdct-marker-under-red-bold,
.wpdct-marker-under-blue-bold {
  font-weight: 700;
}
.wpdct-marker-under-yellow-bold {
  background: linear-gradient(transparent 60%, #ffff99 60%);
}
.wpdct-marker-under-red-bold {
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
}
.wpdct-marker-under-blue-bold {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}
.wpdct-marker-orange-full {
  background-color: rgba(255, 218, 176, 0.6);
}
.wpdct-marker-under-orange {
  background: linear-gradient(transparent 60%, rgba(255, 218, 176, 0.6) 60%);
}
