#buddyx-camera-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}
#buddyx-camera-btn {
    background: none;
    border: none;
    font-size: 26px;
}
#buddyx-camera-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
#buddyx-camera-popup.hidden {
    display: none;
}
.popup-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
#buddyx-close-popup {
    position: absolute;
    right: 10px; top: 10px;
    font-size: 20px;
    background: none;
    border: none;
}
#buddyx-file {
    margin: 15px 0;
}
#buddyx-preview img, #buddyx-preview video {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}
#buddyx-caption {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}
#buddyx-post-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}
