.nm-privacy-preferences {
    align-items: center;
    background: #cdcac3;
    border-top: 1px solid rgba(0,0,0,0.15);
    bottom: 0;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    left: 0;
    padding: 18px 24px;
    position: fixed;
    right: 0;
    top: auto;
    transform: none;
    visibility: visible;
    z-index: 2147483647;
}

.food-4-less .nm-privacy-preferences {
    background: #fff;
}

.nm-privacy-preferences__copy {
    flex: 1 1 auto;
    max-width: 920px;
}

.nm-privacy-preferences--hidden {
    display: none;
}

.nm-privacy-preferences h2 {
    font-size: 1.25em;
    margin: 0 0 6px;
}

.nm-privacy-preferences p {
    margin: 0;
}

.nm-privacy-preferences__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.nm-privacy-preferences__button {
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 44px;
    padding: 10px 16px;
    white-space: nowrap;
}

.nm-privacy-preferences__button--primary {
    background: #677718;
    color: #fff;
}

.nm-privacy-preferences__button--secondary {
    background: #8B0E04;
    color: #fff;
}

.food-4-less .nm-privacy-preferences__button--primary {
    background: #29c840;
}

.food-4-less .nm-privacy-preferences__button--secondary {
    background: #d42f35;
}

.cookie-settings-link {
    cursor: pointer;
}

@media (max-width: 720px) {
    .nm-privacy-preferences {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        padding: 16px;
    }

    .nm-privacy-preferences__actions {
        flex-direction: column-reverse;
    }

    .nm-privacy-preferences__button {
        width: 100%;
    }
}
