.cookie-consent {
    position: fixed;
    z-index: 10000;
    right: 15px;
    bottom: 15px;
    left: 15px;
    max-width: 720px;
    margin: auto;
    padding: 16px;
    color: #242729;
    background: #fff;
    border: 1px solid #c5cae8;
    border-radius: 4px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, .25);
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent p {
    margin: 0 0 12px;
}
