.mishloha-gdpr-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.mishloha-gdpr-popup.show {
    display: block;
}
.mishloha-gdpr-popup p {
    margin: 0 0 15px;
    font-size: 14px;
}
.mishloha-gdpr-popup p a {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.mishloha-gdpr-popup button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.mishloha-gdpr-popup .mishloha-gdpr-accept {
    background: #28a745;
    color: #fff;
}
.mishloha-gdpr-popup .mishloha-gdpr-decline {
    background: #dc3545;
    color: #fff;
}
.mishloha-gdpr-link-parent {
    text-align: center;
}
.mishloha-gdpr-link {
    color: #0073aa;
    text-decoration: underline;
    font-size: 12px;
}

/* Add 60px space under footer link on mobile devices */
@media only screen and (max-width: 767px) {
    .mishloha-gdpr-link {
        display: inline-block; /* Ensure link behaves as a block for margin */
    }
    .mishloha-gdpr-link-parent {
        margin-bottom: 60px; /* Add 60px space below the footer link */
    }
}
