.simple-video-preview {

  &__container {

    &-empty {
      background-color: #d0d0d0;
      background-image: url("assets/default.svg");
      background-size: 150px 150px;
      background-repeat: no-repeat;
      background-position: center;
    }
  }

  &-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    padding: 36px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;

    &-close {
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      border: none;
      font-size: 1.2em;
      cursor: pointer;
      padding: 0;
    }
  }
}
