.video-share-block {
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 100%;
  background: #f9f9f9;
  border-radius: 8px;
}

.video-share-block p {
  margin-bottom: 16px;
}

.video-share-block input[type="text"] {
  font-family: monospace;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
