.nm-cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1095;
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(20, 42, 25, .14);
    border-radius: 1rem;
    box-shadow: 0 1.25rem 3rem rgba(20, 42, 25, .18);
    padding: 1.25rem;
}
.nm-cookie-consent h2 { font-size: 1.2rem; margin-bottom: .5rem; }
.nm-cookie-consent p { margin-bottom: .75rem; color: #59645b; }
.nm-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.nm-cookie-settings { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e7ebe7; }
.nm-cookie-option { display: flex; justify-content: space-between; gap: 1rem; align-items: start; padding: .65rem 0; }
.nm-cookie-option strong { display: block; }
.nm-cookie-option small { color: #6c756d; display: block; max-width: 520px; }
@media (max-width: 575.98px) {
    .nm-cookie-consent { left: .65rem; right: .65rem; bottom: .65rem; padding: 1rem; }
    .nm-cookie-actions .btn { flex: 1 1 100%; }
}
