.privacy-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: none; /* Hidden by default */
}

.privacy-popup-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-popup p {
    margin: 0;
}

.privacy-popup-content p a {
    color: #ff800f !important;
    text-decoration: underline;
    margin-left: 5px;
}