/* Basic modal styling */
.pc-modal { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9999; display: none; }
.pc-modal-open { overflow: hidden; }
.pc-modal__dialog { background: #fff; max-width: 640px; margin: 5vh auto; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.pc-modal__header { padding: 16px 20px; border-bottom: 1px solid #eee; }
.pc-modal__body { padding: 16px 20px; }
.pc-modal__footer { padding: 16px 20px; border-top: 1px solid #eee; display: flex; gap: 10px; justify-content: flex-end; }
#pc-consent-modal li, #pc-consent-modal  h3, #pc-consent-modal span { color: #000; }
.pc-list { margin: 0 0 12px; padding-left: 20px; }
.pc-check { display: flex; align-items: center; gap: 8px; }
.pc-error { color: #b00020; margin-top: 8px; }
.id-pro-consent { padding-right: 1.5rem; }