.cookies-consent-dialog {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 2px 2px 9px rgba(0,0,0,.2)
}

.cookies-consent-inner {
    display: flex;
    flex-wrap: wrap
}

.cookies-consent-dialog p {
    margin-bottom: 0
}

.cookies-consent-dialog button {
    margin-top: 2px;
    margin-right: 10px
}

@media (min-width: 540px) {
    .cookies-consent-dialog {
        bottom:20px;
        left: 20px;
        width: 340px;
        border-radius: 3px
    }
}
