.ke-consent { position: fixed; z-index: 99999; right: 1rem; bottom: 1rem; left: 1rem; max-width: 42rem; margin-inline: auto; padding: 1rem; border: 1px solid #cbd0ee; border-radius: 1rem; background: #fff; color: #303a74; box-shadow: 0 1rem 3rem rgba(41,48,111,.22); }
.ke-consent strong { font-size: 1.1rem; }
.ke-consent p { margin: .45rem 0 0; }
.ke-consent-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.ke-consent button { min-height: 2.75rem; padding: .55rem .9rem; border: 1px solid #353a90; border-radius: .55rem; background: #fff; color: #29306f; font: inherit; font-weight: 700; cursor: pointer; }
.ke-consent button[data-ke-consent="analytics"] { background: #ff914d; }
