.consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:80;max-width:900px;margin:auto;background:white;border:1px solid var(--line);border-radius:20px;padding:18px 20px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:22px}.consent p{margin:3px 0 0;color:var(--muted)}.consent>div:last-child{display:flex;gap:8px;flex-shrink:0}@media(max-width:650px){.consent{align-items:flex-start;flex-direction:column}.consent>div:last-child{width:100%;flex-wrap:wrap}}
