.embed-container {
  margin: 20px 0 0 0;
}
.embed-container #embed-heading {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans Pro";
  color: #333333;
  display: flex;
  margin: 0 0 5px 0;
}
.embed-container #embed-heading > div:nth-child(1) {
  margin: 0 5px 0 0;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-icon {
  margin: 3px 0 0 0;
  width: 16px;
  height: 16px;
  background: url("info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-icon:hover {
  background: url("info-hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane {
  display: none;
  width: 380px;
  height: 78px;
  background: #ffff;
  position: absolute;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  left: 10px;
  top: 17px;
  margin-top: 10px;
  padding: 20px 16px 17px 13px;
  z-index: 2;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane #notebook-icon {
  background: url("notebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin: 0 11px 0 0;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane #embed-info-text {
  width: 100%;
  height: 65px;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane a {
  text-decoration: none;
  color: #4889c9;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane a:hover {
  color: #fa893b;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane p:not(:first-of-type) {
  margin: 10px 0 0 0;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane[data-hidden=false] {
  display: flex;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  display: block;
  position: absolute;
  top: -10px;
  width: 10px;
  right: 200px;
  left: 0;
  margin: auto;
}
.embed-container #embed-heading div#embed-info-wrapper div#embed-info-pane::after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  display: block;
  position: absolute;
  top: -10px;
  width: 10px;
  right: 200px;
  left: 0;
  margin: auto;
  border-bottom: 10px solid #ffff;
  top: -8px;
}
.embed-container .embed-code-container {
  width: 260px;
  height: 36px;
  background: #e5e5e5;
  border-radius: 7px;
  border: 2px solid #e5e5e5;
  display: none;
  cursor: pointer;
}
.embed-container .embed-code-container .embed-code-text {
  width: 90%;
  height: inherit;
  overflow: hidden;
  white-space: nowrap;
  top: -24px;
  left: 10px;
  position: relative;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
.embed-container .embed-code-container::before {
  z-index: 1;
  border: 2px solid #e5e5e5;
  content: "";
  display: block;
  top: 0px;
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 35px;
  position: relative;
  left: 238px;
}
.embed-container .embed-code-container[data-copy-complete=true]::before {
  background: url("check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.embed-container .embed-code-container[data-copy-complete=false]::before {
  background: url("clipboard.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.embed-container .embed-code-container[data-hidden=false] {
  display: block;
}
.embed-container .embed-code-container:hover {
  background: #e8f3ff;
  border: 2px solid #e8f3ff;
}
.embed-container .embed-code-container:hover::before {
  border: 2px solid #e8f3ff;
}
.embed-container .embed-code-container:active {
  background: #c3e0f9;
  border: 2px solid #9bc7ed;
}
.embed-container .embed-code-container:active::before {
  border: 2px solid #9bc7ed;
}
.embed-container #iframe-code-container {
  margin: 15px 0 0 0;
}
.embed-container #iframe-code-container #iframe-code-toggle-view {
  font-size: 12px;
  font-weight: 400;
  font-family: "Source Sans Pro";
  color: #333333;
  display: flex;
  cursor: pointer;
  margin: 0 0 5px 0;
}
.embed-container #iframe-code-container #iframe-code-toggle-view:hover {
  color: #fa893b;
}
.embed-container #iframe-code-container #iframe-code-toggle-view::before {
  content: "";
  margin: 0 3px 0 0;
  display: block;
  position: relative;
  height: 10px;
  width: 8px;
  top: 4px;
}
.embed-container #iframe-code-container #iframe-code-toggle-view::after {
  content: "Basic iframe version";
}
.embed-container #iframe-code-container[data-open=true] #iframe-code-toggle-view::before {
  background: url("close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.embed-container #iframe-code-container[data-open=false] #iframe-code-toggle-view::before {
  background: url("open.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=embedCode.css.map */
