.pawtigo-consent[hidden], .pawtigo-consent-modal[hidden] { display: none!important; }
.pawtigo-consent {
  position: fixed; z-index: 10000; right: 24px; bottom: 24px; left: 24px; display: flex; max-width: 1180px; margin: auto;
  box-sizing: border-box;
  padding: 22px 24px; align-items: center; justify-content: space-between; gap: 32px; color: #17202d; background: #fff;
  border: 1px solid #dbe2e9; border-radius: 6px; box-shadow: 0 22px 60px rgba(9,16,27,.22); font-family: inherit;
}
.pawtigo-consent__copy { min-width: 0; max-width: 680px; }
.pawtigo-consent__copy strong { font-size: 16px; }
.pawtigo-consent__copy p { margin: 5px 0 0; color: #586879; font-size: 13px; line-height: 1.55; }
.pawtigo-consent__copy a { color: #174eaa; }
.pawtigo-consent__actions, .pawtigo-consent-modal__actions { display: flex; align-items: center; gap: 9px; }
.pawtigo-consent button { min-height: 44px; padding: 10px 16px; border-radius: 4px; font-size: 13px; font-weight: 700; cursor: pointer; }
.pawtigo-consent__primary { color: #fff; background: #2362e6; border: 1px solid #2362e6; }
.pawtigo-consent__primary:hover { background: #174eaa; border-color: #174eaa; }
.pawtigo-consent__secondary { color: #17202d; background: #fff; border: 1px solid #b9c5d1; }
.pawtigo-consent__secondary:hover { background: #f5f7f9; border-color: #7e8e9f; }
.pawtigo-consent-open { overflow: hidden; }
.pawtigo-consent-modal { position: fixed; z-index: 10001; inset: 0; display: grid; padding: 20px; place-items: center; }
.pawtigo-consent-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(9,16,27,.55); border: 0; border-radius: 0; }
.pawtigo-consent-modal__panel { position: relative; width: min(100%, 590px); max-height: calc(100vh - 40px); padding: 30px; overflow-y: auto; background: #fff; border-radius: 6px; box-shadow: 0 24px 70px rgba(9,16,27,.3); }
.pawtigo-consent-modal__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.pawtigo-consent-modal__head span { color: #174eaa; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.pawtigo-consent-modal__head h2 { margin: 5px 0 0; font-size: 27px; }
.pawtigo-consent-modal__head > button { width: 38px; height: 38px; padding: 0; color: #17202d; background: #f1f4f6; border: 0; border-radius: 50%; font-size: 24px; cursor: pointer; }
.pawtigo-consent-modal__panel > p { color: #586879; font-size: 14px; }
.pawtigo-consent-option { display: grid; grid-template-columns: 1fr auto; margin-top: 12px; padding: 17px; align-items: center; background: #f6f8f9; border: 1px solid #e0e6eb; border-radius: 5px; cursor: pointer; }
.pawtigo-consent-option span { display: flex; flex-direction: column; }
.pawtigo-consent-option strong { color: #17202d; font-size: 14px; }
.pawtigo-consent-option small { margin-top: 2px; color: #68788a; font-size: 11px; }
.pawtigo-consent-option input { position: absolute; opacity: 0; pointer-events: none; }
.pawtigo-consent-option i { position: relative; width: 42px; height: 24px; background: #aab5c0; border-radius: 20px; font-size: 0; transition: background .2s ease; }
.pawtigo-consent-option i::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; content: ""; background: #fff; border-radius: 50%; transition: transform .2s ease; }
.pawtigo-consent-option input:checked + i { background: #2362e6; }
.pawtigo-consent-option input:checked + i::after { transform: translateX(18px); }
.pawtigo-consent-option input:disabled + i { width: auto; height: auto; color: #166534; background: none; font-size: 11px; font-style: normal; font-weight: 700; }
.pawtigo-consent-option input:disabled + i::after { display: none; }
.pawtigo-consent-modal__actions { margin-top: 22px; justify-content: flex-end; }
.pawtigo-consent-modal__actions button { min-height: 46px; padding: 10px 18px; border-radius: 4px; font-weight: 700; cursor: pointer; }
@media (max-width: 760px) {
  .pawtigo-consent { right: 12px; bottom: 12px; left: 12px; width: auto; max-width: calc(100vw - 24px); padding: 19px; align-items: stretch; flex-direction: column; gap: 18px; }
  .pawtigo-consent__actions { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr); }
  .pawtigo-consent__actions button { min-width: 0; padding-right: 8px; padding-left: 8px; white-space: normal; }
  .pawtigo-consent__actions .pawtigo-consent__primary { grid-row: 1; }
  .pawtigo-consent-modal__panel { padding: 22px; }
  .pawtigo-consent-modal__head h2 { font-size: 23px; }
}
