.cookie-wrapper {
    max-width: 300px;
    background: #7764fa;
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
}

.cookie-wrapper button{
    color: #c5c;
    border-radius: 5px;
    border: 0;
}

.external-docs {
    padding-left: 15px;
    margin-top: 20px;
    list-style: disc;
}

.external-docs li {
    margin-bottom: 15px
}