.dbdev-cookie-notification-modal {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 1060;
    padding: 10px 20px;
    line-height: 1.5;
    background: #fafafa;
    box-shadow: 0 -1px 10px rgb(0 0 0 / 40%);
    transition: bottom .3s ease-in-out;
}

.dbdev-cookie-notification-modal > button {
    margin: 0;
}

@media (max-width: 767px) {
    .dbdev-cookie-notification-modal {
        flex-direction: column
    }
}