/* ==========================================================
   Custom Auth Suite™ Site — Privacy / Cookie Pages
   ========================================================== */

/*
 * INDEX
 * 05. CAS Privacy Cookie Request UI v1.0.0
 * 06. CAS Privacy Cookie Request Result UI v1.0.0
 * 07. CAS Privacy Cookie Request Options UI v1.0.0
 */

/* ==========================================================
   05. CAS Privacy Cookie Request UI v1.0.0
   Domain field placeholder for future license-aware download.
   ========================================================== */

.cas-privacy-request-page,
.cas-privacy-notes-page {
  width: min(1180px, calc(100vw - 40px));
  max-width: min(1180px, calc(100vw - 40px)) !important;
  margin: clamp(36px, 6vw, 78px) auto clamp(54px, 8vw, 110px);
  padding: 0;
}

.cas-privacy-cookie-request h3 {
  margin: 0 0 .85rem;
  color: var(--cas-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.cas-privacy-cookie-request p {
  max-width: 780px;
}

.cas-privacy-cookie-request__form {
  margin-top: clamp(18px, 3vw, 28px);
}

.cas-privacy-cookie-request__form label {
  display: block;
  margin-bottom: .55rem;
  color: var(--cas-ink);
  font-weight: 780;
}

.cas-privacy-cookie-request__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem;
  align-items: center;
  max-width: 820px;
}

.cas-privacy-cookie-request__row input {
  min-height: 54px;
  width: 100%;
  padding: 0 1rem;

  border: 1px solid rgba(127,69,232,.18);
  border-radius: 16px;

  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,255,.86));

  color: var(--cas-ink);
  font-size: 1rem;

  box-shadow:
    0 0 0 1px rgba(255,255,255,.68) inset,
    0 12px 32px rgba(10,20,40,.055);
}

.cas-privacy-cookie-request__row input:disabled,
.cas-privacy-cookie-request__row button:disabled {
  opacity: .72;
  cursor: not-allowed;
}

@media (max-width: 720px) {
  .cas-privacy-cookie-request__row {
    grid-template-columns: 1fr;
  }

  .cas-privacy-cookie-request__row .cas-button {
    width: 100%;
    justify-content: center;
  }
}


/* ==========================================================
   06. CAS Privacy Cookie Request Result UI v1.0.0
   Active request success/error states.
   ========================================================== */

.cas-privacy-cookie-request__message {
  margin-top: 1rem !important;
}

.cas-privacy-cookie-request__message.is-loading,
.cas-privacy-cookie-request__message.is-success,
.cas-privacy-cookie-request__message.is-error {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(127,69,232,.14);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 30px rgba(10,20,40,.055);
}

.cas-privacy-cookie-request__message.is-success {
  border-color: rgba(116,203,187,.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(116,203,187,.16), transparent 18rem),
    rgba(255,255,255,.82);
}

.cas-privacy-cookie-request__message.is-error {
  border-color: rgba(255,133,0,.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,133,0,.14), transparent 18rem),
    rgba(255,255,255,.82);
}

.cas-privacy-cookie-request__message p {
  margin: 0 0 .8rem !important;
}

.cas-privacy-cookie-request__message p:last-child {
  margin-bottom: 0 !important;
}


/* ==========================================================
   07. CAS Privacy Cookie Request Options UI v1.0.0
   Freemium public template + optional second language.
   ========================================================== */

.cas-privacy-cookie-request__options {
  display: grid;
  gap: .62rem;
  margin-top: 1rem;
  max-width: 820px;
}

.cas-privacy-cookie-request__options label {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  margin: 0;
  color: rgba(21,35,61,.78);
  font-weight: 650;
  line-height: 1.35;
}

.cas-privacy-cookie-request__options input[type="checkbox"] {
  width: 1.08rem;
  height: 1.08rem;
  margin-top: .12rem;
  accent-color: #7f45e8;
}

.cas-privacy-cookie-request__download {
  margin-right: .65rem !important;
  margin-top: .35rem !important;
}

@media (max-width: 720px) {
  .cas-privacy-cookie-request__download {
    width: 100%;
    justify-content: center;
    margin-right: 0 !important;
  }
}

/* ==========================================================
   08. CAS Privacy Cookie Downloads Ledger Admin UI v1.0.2
   Admin embedded panel inside CAS LS → Privacy/Cookie Files.
   Mobile-safe cards + selected grouped row delete UI.
   ========================================================== */

.cas-site-privacy-cookie-files-admin,
.cas-site-privacy-cookie-files-admin *,
.cas-site-privacy-cookie-files-admin *::before,
.cas-site-privacy-cookie-files-admin *::after {
  box-sizing: border-box;
}

.cas-site-privacy-cookie-files-admin {
  width: 100%;
  max-width: 100%;
}

.cas-site-privacy-cookie-files-admin details {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 22px;
  border: 1px solid rgba(124,58,237,.22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(36,48,68,.06);
  overflow: hidden;
}

.cas-site-privacy-cookie-files-admin summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #5b21b6;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(124,58,237,.055), rgba(255,255,255,.92));
}

.cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-panel {
  width: 100%;
  max-width: 100%;
  padding: 0 18px 18px;
}

.cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-note {
  margin: 0 0 14px;
  color: #475569;
}

.cas-site-privacy-cookie-files-admin .cas-site-filter-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: end;
  width: 100%;
  max-width: 100%;
  margin: 14px 0 16px;
  padding: 14px;
  border: 1px solid rgba(124,58,237,.12);
  border-radius: 14px;
  background: rgba(124,58,237,.035);
}

.cas-site-privacy-cookie-files-admin .cas-site-filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  font-weight: 700;
}

.cas-site-privacy-cookie-files-admin .cas-site-filter-grid input[type="search"] {
  min-width: 260px;
}

.cas-site-privacy-cookie-files-admin .cas-site-filter-grid input[type="search"],
.cas-site-privacy-cookie-files-admin .cas-site-filter-grid input[type="date"] {
  max-width: 100%;
}

.cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-notice {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
}

.cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-notice--success {
  color: #166534;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
}

.cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-notice--error {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fecaca;
}

.cas-site-privacy-cookie-files-admin .cas-site-ledger-bulk-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 12px 0;
}

.cas-site-privacy-cookie-files-admin .cas-site-ledger-bulk-actions .description {
  margin: 0;
  color: #64748b;
}

.cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  background: #fff;
}

.cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table {
  width: 100%;
  min-width: 1160px;
  border: 0;
}

.cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table th,
.cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td {
  vertical-align: top;
}

.cas-site-privacy-cookie-files-admin .cas-site-ledger-check {
  width: 42px;
  text-align: center;
}

.cas-site-privacy-cookie-files-admin .cas-chip {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: auto;
  max-width: 100%;
  margin: 2px 4px 2px 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(124,58,237,.10);
  color: #5b21b6;
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.cas-site-privacy-cookie-files-admin .cas-chip--count {
  justify-content: center;
  min-width: 2.1em;
  background: rgba(124,58,237,.14);
}

.cas-site-privacy-cookie-files-admin code {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (max-width: 782px) {
  .cas-site-privacy-cookie-files-admin details {
    margin: 18px 0 20px;
    border-radius: 14px;
  }

  .cas-site-privacy-cookie-files-admin summary {
    padding: 14px;
    font-size: 15px;
    line-height: 1.35;
  }

  .cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-panel {
    padding: 0 10px 14px;
  }

  .cas-site-privacy-cookie-files-admin .cas-site-filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .cas-site-privacy-cookie-files-admin .cas-site-filter-grid label,
  .cas-site-privacy-cookie-files-admin .cas-site-filter-grid input[type="search"],
  .cas-site-privacy-cookie-files-admin .cas-site-filter-grid input[type="date"],
  .cas-site-privacy-cookie-files-admin .cas-site-filter-grid .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .cas-site-privacy-cookie-files-admin .cas-site-filter-grid .button {
    text-align: center;
  }

  .cas-site-privacy-cookie-files-admin .cas-site-ledger-bulk-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .cas-site-privacy-cookie-files-admin .cas-site-ledger-bulk-actions .button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .cas-site-privacy-cookie-files-admin .cas-site-privacy-cookie-files-table-scroll {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table,
  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table thead,
  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table tbody,
  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table tr,
  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table th,
  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table {
    min-width: 0;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table thead {
    display: none;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table tr {
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
    padding: 14px;
    border: 1px solid rgba(124,58,237,.16);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(36,48,68,.06);
    overflow: hidden;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td {
    display: grid;
    grid-template-columns: minmax(82px, 34%) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 8px 0;
    border: 0;
    font-size: 14px;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td::before {
    content: attr(data-label);
    min-width: 0;
    color: #5b21b6;
    font-weight: 800;
    overflow-wrap: anywhere;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td > * {
    min-width: 0;
    max-width: 100%;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td.cas-site-ledger-check {
    display: grid;
    grid-template-columns: minmax(82px, 34%) minmax(0, 1fr);
    align-items: center;
    text-align: left;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td.cas-site-ledger-check input[type="checkbox"] {
    justify-self: start;
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td.cas-site-ledger-empty {
    display: block;
    text-align: center;
  }

  .cas-site-privacy-cookie-files-admin table.cas-site-privacy-cookie-files-table td.cas-site-ledger-empty::before {
    content: '';
  }
}



/* ==========================================================
   CAS Privacy Responsive Editorial Tables v1.0.0
   Owner: cas-privacy.css

   No static EN/IT copy is stored in CSS.
   Mobile labels are hydrated by cas-site.js from the real <thead><th>
   text into data-cas-table-label, then rendered with attr().
   ========================================================== */

@media (max-width: 760px) {
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table),
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) {
    min-width: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) thead {
    display: none !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tbody {
    display: grid !important;
    gap: 14px !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) tr {
    overflow: hidden !important;

    border: 1px solid rgba(127,69,232,.13) !important;
    border-radius: 22px !important;

    background:
      radial-gradient(circle at 8% 0%, rgba(127,69,232,.06), transparent 18rem),
      radial-gradient(circle at 100% 12%, rgba(116,203,187,.055), transparent 18rem),
      linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,255,.86)) !important;

    box-shadow:
      0 14px 34px rgba(10,20,40,.052),
      inset 0 1px 0 rgba(255,255,255,.72) !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td {
    position: relative !important;

    padding: 14px 16px !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(31,38,55,.075) !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;

    color: rgba(61,75,101,.92) !important;

    font-family: var(--cas-font-body) !important;
    font-size: .98rem !important;
    line-height: 1.48 !important;
    font-weight: 400 !important;
    text-align: left !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:last-child,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:last-child,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:last-child,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:last-child,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:last-child,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:last-child,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:last-child,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:last-child,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:last-child,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:last-child,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:last-child,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:last-child {
    border-bottom: 0 !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:first-child,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:first-child,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:first-child,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:first-child,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:first-child,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:first-child,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:first-child,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:first-child,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:first-child,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:first-child,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th:first-child,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td:first-child {
    color: var(--cas-ink) !important;

    font-family: var(--cas-font-brand) !important;
    font-size: 1.02rem !important;
    line-height: 1.18 !important;
    font-weight: 500 !important;
    letter-spacing: -.026em !important;

    background:
      linear-gradient(180deg, rgba(255,255,255,.88), rgba(244,248,255,.62)) !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td[data-cas-table-label]::before,
  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td[data-cas-table-label]::before,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th[data-cas-table-label]::before,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) td[data-cas-table-label]::before,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) th[data-cas-table-label]::before {
    content: attr(data-cas-table-label);

    display: block !important;
    margin: 0 0 6px !important;

    color: #7f45e8 !important;

    font-family: var(--cas-font-brand) !important;
    font-size: .72rem !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
  }

  body.privacy-policy.cas-site .entry-content table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) code,
  .cas-site .entry-content .cas-privacy-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) code,
  .cas-site .entry-content .cas-privacy-cookie-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) code,
  .cas-site .entry-content .cas-privacy-cookies-policy-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) code,
  .cas-site .entry-content .cas-privacy-notes-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) code,
  .cas-site .entry-content .cas-legal-page table.cas-responsive-editorial-table:not(.cas-site-privacy-cookie-files-table):not(.shop_table) code {
    display: inline-block !important;
    max-width: 100% !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* /CAS Privacy Responsive Editorial Tables v1.0.0 */
