/* Custom Styles */

.path-glyph-single-badge {
  position: relative;
}

.path-glyph-single-badge__iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  color-scheme: normal;
}

.path-glyph-single-badge--linked .path-glyph-single-badge__iframe {
  pointer-events: none;
}

.path-glyph-single-badge__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.path-glyph-single-badge__link-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.editor-null.path-glyph-single-badge {
  padding: 1.5rem;
  text-align: center;
  border: 1px dashed #ccc;
  color: #666;
}
