.story-to-video-container {
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 50%;
    max-width: 800px;
}

.story-to-video-player {
    position: relative;
    width: 100%;
    height: 100%;
}

.story-to-video-player video {
    width: 100%;
    height: 100%;
    display: block;
}

.story-to-video-error {
    padding: 20px;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 4px;
    text-align: center;
} 