.ori-display-embed {
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 6px;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.ori-display-embed__title {
  display: none;
}

.ori-display-embed__frame {
  display: block;
  width: 100%;
  min-height: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  overflow: hidden;
  touch-action: pan-y;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}

.ori-display-embed__empty {
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  line-height: 1.5;
  opacity: 0.8;
}

@media (max-width: 390px) {
  .ori-display-embed {
    margin-top: 4px;
    padding-top: 4px;
  }

  .ori-display-embed__frame {
    border-radius: 10px;
  }
}
