#gdpr-cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #343a40;
    color: white;
    padding: 15px;
}

#gdpr-cookie-settings-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    z-index: 10000;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.modal-content {
    max-width: 500px;
    margin: auto;
}

.cookie-setting {
    margin-bottom: 15px;
}
