.bf-video-upload-area {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 180px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

.bf-video-upload-area:hover {
    border-color: #007bff;
}

.bf-video-upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
}

.bf-video-upload-placeholder i {
    font-size: 48px;
    margin-bottom: 10px;
}

.bf-video-upload-placeholder p {
    margin: 0;
    font-size: 14px;
}

.bf-video-cover-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bf-video-cover-input {
    display: none;
}