.cc_m7f54low_HtmlCodeViewer01 .html-code-viewer {
  --html-viewer-frame-width: 1200px;
  --html-viewer-frame-height: auto;
  --html-viewer-min-height: 120px;
  --html-viewer-content-width: 100%;
  --html-viewer-content-height: auto;
  --html-viewer-horizontal: center;
  --html-viewer-vertical: center;
  --html-viewer-padding: 0px;
  --html-viewer-background: transparent;
  box-sizing: border-box;
  width: 100%;
}

.cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__frame {
  box-sizing: border-box;
  display: flex;
  width: min(100%, var(--html-viewer-frame-width));
  height: var(--html-viewer-frame-height);
  min-height: var(--html-viewer-min-height);
  margin: 0 auto;
  padding: var(--html-viewer-padding);
  align-items: var(--html-viewer-vertical);
  justify-content: var(--html-viewer-horizontal);
  overflow: hidden;
  background: var(--html-viewer-background);
}

.cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__content {
  box-sizing: border-box;
  display: flex;
  width: min(100%, var(--html-viewer-content-width));
  height: var(--html-viewer-content-height);
  min-width: 0;
  align-items: var(--html-viewer-vertical);
  justify-content: var(--html-viewer-horizontal);
  overflow: hidden;
}

.cc_m7f54low_HtmlCodeViewer01 .html-code-viewer--overflow .html-code-viewer__frame, .cc_m7f54low_HtmlCodeViewer01 .html-code-viewer--overflow .html-code-viewer__content {
  overflow: visible;
}

.cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__content iframe, .cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__content embed, .cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__content object, .cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__content video, .cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__content img {
  max-width: 100%;
}

.cc_m7f54low_HtmlCodeViewer01 .html-code-viewer__empty {
  display: grid;
  width: 100%;
  min-height: var(--html-viewer-min-height);
  place-items: center;
  padding: 20px;
  border: 1px dashed #b8b8b8;
  color: #6b7280;
  font: 14px/1.5 Arial, sans-serif;
  text-align: center;
}
