.consentDialog {
   position: -webkit-sticky;
   position: sticky;
   bottom: 1rem;
   left: 1rem;
   margin: 0;
   padding: 1rem;
   max-width: 19rem;
   max-height: 16rem;
   background: #e9ffcf;
   border-radius: .5rem;
   z-index: 10000;
   display: none;
}
.consentDialog p {
    font-size: .9rem;
    margin: 0 0 1rem 0;
}
.consentDialog .buttons {
    margin-top:1.5rem;
    display: flex;
    gap: 1rem;
}
.consentDialog button {
    font-size: 0.9rem;
    flex-grow: 1;
}
.consentNok {
    background: none;
    border: none;
    color: #333;
    font-weight: bold;
}