/* Cryptoradar embed is cross-origin; block clicks with an overlay instead of editing iframe DOM. */
.cryptoradar-widget {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 120px;
  overflow: hidden;
}

.cryptoradar-widget__frame {
  display: block;
  border: 0;
  pointer-events: none;
}

.cryptoradar-widget__shield {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: default;
  background: transparent;
}
