.wep-panel input[type=color] {
  width: 48px;
  height: 30px;
  min-height: 0;
  padding: 2px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}
.wep-panel .wep-colour {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wep-panel .wep-hex {
  width: 7.5em;
  min-width: 0;
  height: 30px;
  min-height: 0;
  margin: 0;
}
.wep-panel .wep-reset {
  padding: 0;
}
.wep-panel .wep-choice {
  display: block;
  position: relative;
  padding-left: 24px;
  margin: 0 0 12px;
  font-weight: normal;
  line-height: 1.4;
}
.wep-panel .wep-choice input[type=radio] {
  position: absolute;
  left: 0;
  top: 3px;
  margin: 0;
}
.wep-panel .wep-choice .wep-choice-label {
  font-weight: 500;
}
.wep-panel .wep-choice .help-block {
  display: block;
  margin: 2px 0 0;
}
.wep-panel .wep-choices-inline .wep-choice {
  display: inline-block;
  margin: 0 24px 0 0;
}
.wep-panel .control-group + .control-group {
  margin-top: 16px;
}
.wep-panel select {
  width: auto;
  min-width: 14em;
  max-width: 100%;
}
.wep-panel .help-block {
  margin-top: 4px;
}
.wep-panel #wep-code {
  cursor: pointer;
  resize: none;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  color: inherit;
}
.wep-panel #wep-code:hover {
  border-color: #999;
}
.wep-panel .wep-code-actions {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 6px;
}
.wep-panel #wep-copy {
  min-width: 6em;
}
.wep-panel #wep-copy.wep-copied {
  color: #468847;
  border-color: #468847;
}
.wep-panel #wep-copy-status {
  margin: 0;
}

#embed-panel-body > .content-block {
  margin: 0;
  box-shadow: none;
}
#embed-panel-body .block-contents {
  padding: 20px;
}
