/* Cookie banner */
.yjar-consent-root[hidden] { display:none; }
.yjar-consent-root {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 999997;
  display: grid; place-items: center; padding: 1rem;
}
.yjar-consent-card {
  max-width: 720px; width: 100%;
  background: var(--yjar-bg, #fff); color: var(--yjar-text, #111);
  border-radius: var(--yjar-radius, 16px);
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
  overflow: hidden;
}
.yjar-consent-content { padding: 1rem; }
.yjar-consent-actions { display: flex; gap:.5rem; flex-wrap: wrap; margin-top: .5rem; }
.yjar-btn { border-radius:.5rem; border:1px solid #e5e7eb; background:#fff; padding:.5rem .75rem; cursor:pointer; }
.yjar-btn.yjar-primary { background: var(--yjar-brand, #0ea5e9); color:#fff; border-color: transparent; }
.yjar-btn.yjar-primary-outline { color: var(--yjar-brand, #0ea5e9); border-color: var(--yjar-brand, #0ea5e9); background: #fff; }
.yjar-btn.yjar-secondary { background:#f3f4f6; }
.yjar-legal-links { font-size: .9rem; margin-top: .5rem; }
.yjar-legal-links a { color: inherit; }
.yjar-consent-cats { list-style: none; padding: 0; }
.yjar-consent-cats li { margin: .25rem 0; }
.yjar-branding { font-size:.8rem; color:#6b7280; margin-top:.5rem; }
