.cookie-consent-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 13px;
    padding: 10px;
    text-align: center;
    margin: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cookie-consent-dialog-header {
    font-weight: bold;
    margin-bottom: 10px;
}
.cookie-consent-dialog-content {
    font-size: 12px;
    margin-bottom: 10px;
}
.cookie-consent-dialog-footer {
    text-align: center;
}
