/* ── Cookie consent (includes/djtl-consent.php, consent.js) ──
   Accept and reject share one class on purpose: equal prominence in the first layer. */
.djtl-consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100000;
  background: #fff; color: #333; border-top: 1px solid #ddd; box-shadow: 0 -4px 16px rgba(0,0,0,.12);
  padding: 16px; font-size: 15px; line-height: 1.5;
}
.djtl-consent[hidden] { display: none; }
.djtl-consent__text { max-width: 960px; margin: 0 auto 12px; }
.djtl-consent__buttons { max-width: 960px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.djtl-consent__choice {
  flex: 1 1 180px; padding: 12px 18px; font-size: 16px; font-weight: 600; line-height: 1.2;
  background: #333; color: #fff; border: 2px solid #333; border-radius: 4px; cursor: pointer;
}
.djtl-consent__choice:hover, .djtl-consent__choice:focus-visible { background: #000; border-color: #000; }
.djtl-consent__settings { flex: 1 0 100%; text-align: center; background: none; border: 0; color: #333; text-decoration: underline; padding: 12px 6px; cursor: pointer; font-size: 15px; }
.djtl-consent-dialog { max-width: 560px; width: calc(100% - 32px); border: 0; border-radius: 6px; padding: 20px; }
.djtl-consent-dialog::backdrop { background: rgba(0,0,0,.45); }
.djtl-consent-dialog h2 { margin-top: 0; font-size: 1.3em; }
.djtl-consent-dialog__row { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 14px; font-weight: normal; }
.djtl-consent-dialog__row input { margin-top: 5px; }
.djtl-footer-legal { text-align: center; margin: 10px 0 0; width: 100%; }
.djtl-privacy-policy table { font-size: .9em; }
