.jp-consent,.jp-consent *,.jp-privacy-button { box-sizing: border-box; }
.jp-privacy-button { position: fixed; bottom: 12px; left: 12px; z-index: 1000; border: 1px solid #cfd4e3; border-radius: 999px; background: #fff; color: #132048; padding: 8px 13px; font: 12px/1.3 system-ui; box-shadow: 0 3px 12px #0002; cursor: pointer; }
.jp-consent { position: fixed; bottom: 60px; left: 16px; z-index: 1001; width: min(460px,calc(100vw - 32px)); padding: 22px; border: 1px solid #d8dbe7; border-radius: 18px; background: #fff; color: #14213d; box-shadow: 0 12px 60px #0003; font: 14px/1.5 system-ui; text-align: left; }
.jp-consent[hidden] { display: none; }
.jp-consent h2 { font: 700 20px/1.3 system-ui; color: #14213d; margin: 0 0 10px; text-transform: none; letter-spacing: normal; }
.jp-consent p { margin: 0 0 12px; max-width: none; color: #394666; }
.jp-consent button { font: 600 13px/1.3 system-ui; border: 1px solid #8390af; border-radius: 9px; color: #14213d; background: #edf1fb; padding: 10px 12px; cursor: pointer; margin: 4px 6px 4px 0; }
.jp-consent button:disabled { opacity: .5; cursor: not-allowed; }
.jp-consent small { display: block; font-size: 11px; line-height: 1.5; margin-top: 10px; color: #596781; }
.jp-consent button:focus-visible,.jp-privacy-button:focus-visible { outline: 3px solid #4353dc; outline-offset: 3px; }
@media (max-width:480px) { .jp-consent { padding: 16px; max-height: 75vh; overflow: auto; } .jp-consent button { display: block; width: 100%; } }
