/* NE Iframe Shortcodes - Frontend */
.ne-ifsc-wrapper{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--ne-ifsc-bg-color);
  border: var(--ne-ifsc-border-width) solid var(--ne-ifsc-border-color);
  border-radius: var(--ne-ifsc-border-radius);
  padding: var(--ne-ifsc-padding);
  overflow: hidden;
}
.ne-ifsc-iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
