.cookie-notice {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 24rem;
    max-width: calc(100% - 2rem);
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: .5rem;
    padding: .5rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    z-index: 2;
}

.cookie-notice.hide {
    visibility: hidden;
}

.cookie-notice-content {
    flex: 1 1 auto;
    padding-right: 1rem;
}

.cookie-notice-buttons {
    flex: 0 0 auto;
}
