.elementor-16432 .elementor-element.elementor-element-76222d78{--display:flex;}.elementor-16432 .elementor-element.elementor-element-76222d78 .wcf-image-hover{background-image:url( https://pjbenedict.be/wp-content/plugins/elementor/assets/images/placeholder.png );}.elementor-16432 .elementor-element.elementor-element-3e77333f{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}/* Start custom CSS for container, class: .elementor-element-76222d78 */.pjb-cookie-policy {
  --pjb-teal-900: #1c2e2c;      /* headings, footer, dark surfaces */
  --pjb-teal-700: #1f3d38;      /* buttons, links, accents */
  --pjb-teal-600: #2b544c;      /* hover states */
  --pjb-mint-50:  #eef4ee;      /* page / section background */
  --pjb-mint-100: #e3ece2;      /* subtle fills, table stripes */
  --pjb-cream:    #ffffff;      /* card backgrounds */
  --pjb-ink:      #33403c;      /* body text */
  --pjb-ink-soft: #5c6864;      /* secondary text */
  --pjb-line:     #d8e2d6;      /* hairline dividers, borders */

  --pjb-font-display: "Lora", "Georgia", serif;
  --pjb-font-body: "Inter", "Helvetica Neue", Arial, sans-serif;

  --pjb-radius: 10px;
  --pjb-max-width: 860px;

  background: var(--pjb-mint-50);
  color: var(--pjb-ink);
  font-family: var(--pjb-font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.pjb-cookie-policy * {
  box-sizing: border-box;
}

.pjb-cookie-policy a {
  color: var(--pjb-teal-700);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

.pjb-cookie-policy a:hover,
.pjb-cookie-policy a:focus-visible {
  color: var(--pjb-teal-600);
}

.pjb-cookie-policy a:focus-visible {
  outline: 2px solid var(--pjb-teal-700);
  outline-offset: 2px;
}

/* ---------- Layout shell ---------- */

.pjb-cp-header {
  padding: 72px 24px 40px;
  text-align: left;
}

.pjb-cp-inner {
  max-width: var(--pjb-max-width);
  margin: 0 auto;
  padding: 0 24px 96px;
}

/* ---------- Eyebrow pill ---------- */

.pjb-eyebrow {
  display: inline-block;
  font-family: var(--pjb-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pjb-teal-700);
  background: var(--pjb-cream);
  border: 1px solid var(--pjb-line);
  border-radius: 999px;
  padding: 7px 16px;
  margin: 0 auto 20px;
}

.pjb-cp-header .pjb-eyebrow {
  margin: 0 0 20px;
}

/* ---------- Headings ---------- */

.pjb-cookie-policy h1 {
  font-family: var(--pjb-font-display);
  font-weight: 500;
  color: var(--pjb-teal-900);
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.15;
  margin: 0 0 14px;
}

.pjb-cp-updated {
  color: var(--pjb-ink-soft);
  font-size: 14px;
  margin: 0;
}

.pjb-cookie-policy h2 {
  font-family: var(--pjb-font-display);
  font-weight: 500;
  color: var(--pjb-teal-900);
  font-size: 26px;
  line-height: 1.3;
  margin: 56px 0 16px;
  padding-top: 20px;
  border-top: 1px solid var(--pjb-line);
}

.pjb-cookie-policy section:first-of-type h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.pjb-cookie-policy h3 {
  font-family: var(--pjb-font-body);
  font-weight: 700;
  color: var(--pjb-teal-900);
  font-size: 17px;
  margin: 28px 0 10px;
}

.pjb-cookie-policy p {
  margin: 0 0 16px;
  color: var(--pjb-ink);
}

.pjb-cookie-policy ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

.pjb-cookie-policy li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.pjb-cookie-policy li::marker {
  color: var(--pjb-teal-700);
}

.pjb-cp-intro {
  font-size: 17px;
  color: var(--pjb-ink-soft);
  max-width: 640px;
}

/* ---------- Contact / address card ---------- */

.pjb-card {
  background: var(--pjb-cream);
  border: 1px solid var(--pjb-line);
  border-radius: var(--pjb-radius);
  padding: 24px 28px;
  margin: 0 0 8px;
}

.pjb-card p {
  margin: 0 0 4px;
}

.pjb-card p:last-child {
  margin-bottom: 0;
}

.pjb-card .pjb-org-name {
  font-weight: 700;
  color: var(--pjb-teal-900);
}

/* ---------- Cookie category cards (4.1–4.5) ---------- */

.pjb-category {
  background: var(--pjb-cream);
  border: 1px solid var(--pjb-line);
  border-left: 3px solid var(--pjb-teal-700);
  border-radius: var(--pjb-radius);
  padding: 22px 26px;
  margin: 0 0 18px;
}

.pjb-category h3 {
  margin-top: 0;
}

.pjb-category ul {
  margin-bottom: 12px;
}

.pjb-category p:last-child,
.pjb-category ul:last-child {
  margin-bottom: 0;
}

/* ---------- Table ---------- */

.pjb-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--pjb-line);
  border-radius: var(--pjb-radius);
  margin: 8px 0 28px;
  background: var(--pjb-cream);
  -webkit-overflow-scrolling: touch;
}

.pjb-cookie-policy table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14.5px;
}

.pjb-cookie-policy thead th {
  text-align: left;
  font-family: var(--pjb-font-body);
  font-weight: 700;
  color: var(--pjb-cream);
  background: var(--pjb-teal-900);
  padding: 14px 18px;
  white-space: nowrap;
}

.pjb-cookie-policy thead th:first-child {
  border-top-left-radius: var(--pjb-radius);
}

.pjb-cookie-policy thead th:last-child {
  border-top-right-radius: var(--pjb-radius);
}

.pjb-cookie-policy tbody td {
  padding: 14px 18px;
  border-top: 1px solid var(--pjb-line);
  color: var(--pjb-ink);
  vertical-align: top;
}

.pjb-cookie-policy tbody tr:nth-child(even) {
  background: var(--pjb-mint-100);
}

.pjb-table-note {
  font-size: 13px;
  color: var(--pjb-ink-soft);
  font-style: italic;
}

/* ---------- Consent choices list ---------- */

.pjb-choice-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pjb-choice-list li {
  background: var(--pjb-mint-100);
  border: 1px solid var(--pjb-line);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14.5px;
  color: var(--pjb-ink);
  margin-bottom: 0;
}

/* ---------- Cookie Preferences button ---------- */

.pjb-btn {
  display: inline-block;
  font-family: var(--pjb-font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--pjb-cream);
  background: var(--pjb-teal-700);
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease;
}

.pjb-btn:hover,
.pjb-btn:focus-visible {
  background: var(--pjb-teal-600);
  color: var(--pjb-cream);
}

.pjb-btn-wrap {
  margin: 8px 0 8px;
}

/* Placeholder note boxes — remove once Complianz shortcodes are inserted */
.pjb-placeholder {
  background: #fbf3e6;
  border: 1px dashed #d9b26a;
  color: #7a5b1e;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
  margin: 0 0 20px;
}

/* ---------- Back to top ---------- */

.pjb-back-to-top {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--pjb-line);
  font-size: 14px;
}

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
  .pjb-cp-header {
    padding: 48px 20px 28px;
  }

  .pjb-cp-inner {
    padding: 0 20px 64px;
  }

  .pjb-cookie-policy h2 {
    font-size: 22px;
    margin-top: 40px;
  }

  .pjb-choice-list {
    grid-template-columns: 1fr;
  }

  .pjb-card,
  .pjb-category {
    padding: 18px 20px;
  }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .pjb-cookie-policy a,
  .pjb-btn {
    transition: none;
  }
}/* End custom CSS */