.klaro { font-family: inherit; color: #222; }
.klaro .cookie-modal { position: fixed; bottom: 20px; left: 20px; right: 20px; max-width: 500px; background: #fff; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); padding: 20px; z-index: 99999; border: 1px solid #e2e8f0; }
.klaro .cookie-modal .cm-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.klaro .cookie-modal .cm-description { font-size: 0.875rem; color: #4a5568; line-height: 1.4; margin-bottom: 16px; }
.klaro .cookie-modal .cm-btn { padding: 8px 16px; border-radius: 4px; font-size: 0.875rem; font-weight: 500; cursor: pointer; border: none; margin-right: 8px; transition: background 0.2s; }
.klaro .cookie-modal .cm-btn-success { background: #000; color: #fff; }
.klaro .cookie-modal .cm-btn-danger { background: #e2e8f0; color: #2d3748; }
