#ns-cookie-consent { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999; display: flex; justify-content: center; }
#ns-cookie-consent .ns-cc-card { max-width: 720px; width: 100%; background: #1a1a1a; color: #f5f5f5; border: 1px solid #333; border-radius: 10px; padding: 1rem 1.25rem; display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
#ns-cookie-consent .ns-cc-text { margin: 0; font-size: .9rem; line-height: 1.4; }
.ns-cc-actions { display: flex; gap: .5rem; }
#ns-cookie-consent button, #ns-cc-dialog button { font: inherit; border-radius: 8px; padding: .5rem .9rem; cursor: pointer; border: 1px solid #555; background: transparent; color: inherit; }
#ns-cookie-consent .ns-cc-accept { background: #5B5EF6; border-color: #5B5EF6; color: #fff; }
#ns-cc-dialog { position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; }
#ns-cc-dialog .ns-cc-modal { background: #fff; color: #111; max-width: 420px; width: calc(100% - 2rem); border-radius: 12px; padding: 1.5rem; }
#ns-cc-dialog .ns-cc-modal h2 { margin-top: 0; font-size: 1.1rem; }
.ns-cc-row { display: flex; gap: .5rem; align-items: center; margin: .6rem 0; font-size: .9rem; }
#ns-cc-dialog #ns-cc-save { background: #5B5EF6; border-color: #5B5EF6; color: #fff; margin-top: .5rem; }
