/* assets/css/video-styles.css */
#gs2025_motion_video_stop_button {
    cursor: pointer;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    transition: background-color 0.3s;
}

#gs2025_motion_video_stop_button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}