/* darthost-gdpr-cc-style.css */
/* Φτιαγμένο από www.darthost.eu */

#darthost-gdpr-banner {
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#darthost-gdpr-banner button {
    margin: 0 5px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

#darthost-gdpr-banner p {
    display: inline-block;
    margin: 0 10px 0 0;
}

#darthost-gdpr-banner a {
    color: inherit;
    text-decoration: underline;
}

/* Στυλ για το modal */
#darthost-cookie-settings-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}

#darthost-cookie-settings-modal .modal-content {
    background: #fff;
    padding: 20px;
    margin: 5% auto;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

#darthost-cookie-settings-modal h2 {
    margin-top: 0;
}

#darthost-cookie-settings-modal button {
    margin-top: 10px;
    padding: 10px 20px;
}

/* Πρότυπο Κλασικό */
#darthost-gdpr-banner.template-default {
    /* Προσαρμόστε τα στυλ */
}

/* Πρότυπο Μοντέρνο */
#darthost-gdpr-banner.template-modern {
    /* Προσαρμόστε τα στυλ */
}

/* Πρότυπο Minimal */
#darthost-gdpr-banner.template-minimal {
    /* Προσαρμόστε τα στυλ */
}
