.siv-consent-settings {
  position: fixed; right: 16px; bottom: 16px; z-index: 99996;
  min-height: 38px; padding: 0 13px; border: 1px solid #dce6f2; border-radius: 999px;
  background: #fff; color: #082f60; box-shadow: 0 10px 30px rgba(7,53,111,.16);
  font: 800 12px/1 system-ui, sans-serif; cursor: pointer;
}
.siv-consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 99998; display: flex; gap: 24px; align-items: center; max-width: 1120px; margin: auto; padding: 20px; border: 1px solid #dce6f2; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(7,32,66,.24); color: #142235; font-family: system-ui, sans-serif; }
.siv-consent[hidden], .siv-consent-modal[hidden] { display: none !important; }
.siv-consent-copy { flex: 1 1 520px; }
.siv-consent-copy strong { color: #082f60; font-size: 18px; }
.siv-consent-copy p { margin: 6px 0; color: #5c6978; font-size: 13px; line-height: 1.5; }
.siv-consent-copy a { color: #318f1d; font-size: 12px; font-weight: 800; }
.siv-consent-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.siv-consent-actions button { min-height: 40px; padding: 0 14px; border: 1px solid #b9c9da; border-radius: 10px; background: #fff; color: #082f60; font: 800 12px/1 system-ui, sans-serif; cursor: pointer; }
.siv-consent-actions button.is-primary { border-color: #318f1d; background: #318f1d; color: #fff; }
.siv-consent-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 18px; background: rgba(4,22,43,.58); font-family: system-ui, sans-serif; }
.siv-consent-dialog { position: relative; width: min(560px, 100%); max-height: calc(100vh - 36px); overflow: auto; padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); color: #142235; }
.siv-consent-dialog h2 { margin: 0 34px 8px 0; color: #082f60; font-size: 26px; }
.siv-consent-dialog > p { margin: 0 0 18px; color: #5c6978; font-size: 13px; line-height: 1.5; }
.siv-consent-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef4f8; color: #082f60; font-size: 24px; cursor: pointer; }
.siv-consent-dialog label { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 16px 0; border-top: 1px solid #dce6f2; }
.siv-consent-dialog label span { display: grid; gap: 4px; }
.siv-consent-dialog label strong { color: #082f60; font-size: 14px; }
.siv-consent-dialog label small { color: #5c6978; font-size: 12px; }
.siv-consent-dialog input { width: 20px; height: 20px; accent-color: #318f1d; }
.siv-consent-dialog .siv-consent-actions { margin-top: 20px; justify-content: flex-end; }
@media (max-width: 720px) { .siv-consent { flex-direction: column; align-items: stretch; gap: 14px; } .siv-consent-copy { flex-basis: auto; } .siv-consent-actions button { flex: 1 1 140px; } .siv-consent-settings { bottom: 10px; right: 10px; } }

