.lithecourse-video {
  margin-bottom: 20px;
  width: 100%;

  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;

    iframe {
      width: 100%;
      aspect-ratio: 16 / 9;
      border: 0;
    }
  }

  /* Editor styles */
  .video-placeholder {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px dashed #ccc;
    aspect-ratio: 16 / 9;

    .dashicons {
      font-size: 48px;
      width: 48px;
      height: 48px;
      margin-bottom: 10px;
    }

    p {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
    }
  }

  .video-placeholder-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666;
  }

  .video-placeholder-note {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: #999;
  }
}
