.drag-drop-response-option.correct foreignObject {
  outline: 1px solid #5dbd5e;
}
.drag-drop-response-option.correct > .icon [fill] {
  fill: #5dbd5e;
}
.drag-drop-response-option.wrong foreignObject {
  outline: 1px solid #f0605f;
}
.drag-drop-response-option.wrong > .icon [fill] {
  fill: #f0605f;
}
.drag-drop-response-option foreignObject div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background-color: #ffffff;
  word-break: break-word;
}
.drag-drop-response-option foreignObject img {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  object-fit: cover;
}
.drag-drop-response-option .option-label {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  max-height: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  padding: 0.5rem;
  background-color: #ffffff;
  color: #67b717;
  border: 1px solid #67b717;
  border-radius: 5px;
}
.drag-drop-response-option .option-label > span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}