/* TinyMCE editor surface and rendered question content */
.mce-content-body {
  border: 1px solid var(--gray);
  padding: 10px;
  border-radius: 5px;
  background-color: var(--white);
  margin-top: 10px;
}

.mceContentBody {
  font-family: var(--sans-serif-family);
  font-size: 15px;
}

.mce-content-body a[target="_blank"]::after,
a[target="_blank"].noextlink::after {
  display: none;
}

.mce-content-body span.AMedit {
  border: 1px solid var(--red-500);
}

.katex {
  font-size: 1.1em !important;
}

/* Embedded video and iframe content */
.embedwrap {
  overflow: visible;
  position: relative;
}

.embedwrap > iframe {
  position: absolute;
  border: none;
  width: 100%;
}

.ccvid {
  position: relative;
}

.ccvid::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../../../img/cc.png") no-repeat right bottom;
}

.videoembedbtn {
  color: var(--darker-gray);
  cursor: pointer;
}

embed[type="image/svg+xml"] {
  display: inline-block;
}
