.popup-cookie {
    position: fixed;
    bottom: 12px;
    left: 12px;
    background: #fdfdfd;
    z-index: 1000;
    box-shadow: 0 0 8px 2px rgba(0,0,0, 0.2);
    max-width: 500px;
    padding: 24px;
    border-radius: 12px;
}

.popup-cookie__text {
    margin-bottom: 12px;
}

.popup-cookie__buttons {
    text-align: left;
}