.cj-auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(18, 30, 49, .72);
  backdrop-filter: blur(8px);
}

.cj-auth-overlay[hidden] { display: none; }

.cj-auth-entry {
  width: min(440px, 100%);
  padding: 28px;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(18, 30, 49, .24);
}

.cj-auth-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.cj-auth-brand > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 7px; background: #078744; color: #fff; font-weight: 900; }
.cj-auth-brand strong, .cj-auth-brand small { display: block; }
.cj-auth-brand strong { color: #17223b; font-size: 18px; }
.cj-auth-brand small { color: #6f7f94; margin-top: 3px; line-height: 1.4; }

.cj-auth-form { display: grid; gap: 14px; }
.cj-auth-form label, .cj-user-editor label { display: grid; gap: 6px; }
.cj-auth-form label > span, .cj-user-editor label > span { color: #52627a; font-size: 12px; font-weight: 800; }
.cj-auth-form input, .cj-user-editor input, .cj-user-editor select, .cj-tecnicon-search input {
  width: 100%; min-height: 42px; border: 1px solid #cfd9e5; border-radius: 6px; background: #fff; color: #17223b; padding: 9px 11px; font: inherit;
}
.cj-auth-form input:focus, .cj-user-editor input:focus, .cj-user-editor select:focus, .cj-tecnicon-search input:focus { outline: 3px solid rgba(25, 118, 210, .14); border-color: #1976d2; }
.cj-auth-form-error, .cj-auth-inline-error { color: #b42318; font-size: 12px; line-height: 1.5; }

.cj-auth-primary, .cj-auth-secondary {
  min-height: 40px; border-radius: 6px; padding: 9px 15px; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer;
}
.cj-auth-primary { border: 1px solid #078744; background: #078744; color: #fff; }
.cj-auth-primary:hover { background: #056f38; }
.cj-auth-primary.compact { min-height: 38px; }
.cj-auth-secondary { border: 1px solid #cfd9e5; background: #fff; color: #243044; }
.cj-auth-primary:disabled, .cj-auth-secondary:disabled { cursor: not-allowed; opacity: .56; }

.cj-auth-user-trigger { border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; color: inherit; }
.cj-auth-user-trigger strong, .cj-auth-user-trigger small { display: block; }
.cj-auth-user-trigger small { color: #7b8aa0; }
.cj-auth-account-panel { position: fixed; z-index: 8000; right: 28px; top: 78px; width: 240px; display: none; padding: 16px; border: 1px solid #dbe5ef; border-radius: 7px; background: #fff; box-shadow: 0 16px 36px rgba(28, 44, 68, .16); }
.cj-auth-account-panel.open { display: grid; gap: 4px; }
.cj-auth-account-panel span, .cj-auth-account-panel small { color: #6f7f94; }
.cj-auth-account-panel button { margin-top: 12px; min-height: 36px; border: 1px solid #cfd9e5; border-radius: 6px; background: #fff; color: #b42318; font-weight: 800; cursor: pointer; }

.cj-auth-toast-host { position: fixed; z-index: 10000; right: 20px; bottom: 20px; display: grid; gap: 8px; }
.cj-auth-toast { max-width: 380px; padding: 12px 14px; border: 1px solid #b8e2ca; border-radius: 7px; background: #eaf8f0; color: #056f38; box-shadow: 0 12px 28px rgba(28, 44, 68, .16); font-size: 13px; font-weight: 750; }
.cj-auth-toast.bad { border-color: #f0c1bd; background: #fff1f0; color: #b42318; }

.cj-access-page {
  min-height: calc(100vh - 112px);
  padding: 22px 24px 30px;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 12px 30px rgba(18, 30, 49, .07);
}
.cj-access-hero { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 0 22px; border-bottom: 1px solid #dbe5ef; }
.cj-access-hero-actions { display: flex; align-items: center; gap: 8px; }
.cj-access-kicker { display: block; margin-bottom: 5px; color: #078744; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.cj-access-hero h2 { margin: 0; color: #17223b; font-size: 25px; }
.cj-access-hero p { max-width: 760px; margin: 7px 0 0; color: #64748b; line-height: 1.55; }
.cj-access-status { flex: none; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 900; }
.cj-access-status.warning { background: #fff4e6; color: #a65300; }
.cj-access-status.ready { background: #eaf8f0; color: #06723b; }

.cj-access-setup { display: grid; margin-top: 18px; border-top: 1px solid #dbe5ef; }
.cj-access-step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; align-items: start; padding: 18px 2px; border-bottom: 1px solid #dbe5ef; }
.cj-access-step > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; background: #17223b; color: #fff; }
.cj-access-step strong, .cj-access-step span, .cj-access-step code { display: block; }
.cj-access-step span { margin-top: 4px; color: #64748b; }
.cj-access-step code { width: fit-content; max-width: 100%; overflow-wrap: anywhere; margin-top: 8px; padding: 7px 9px; border-radius: 5px; background: #eef3f8; color: #17223b; }
.cj-access-note { margin-top: 18px; padding: 13px 15px; border-left: 4px solid #ee932a; background: #fff8ef; color: #68421c; line-height: 1.5; }

.cj-access-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 2px; border-bottom: 1px solid #dbe5ef; background: #f8fafc; }
.cj-access-metrics > div { min-width: 0; padding: 18px 16px; border-right: 1px solid #dbe5ef; }
.cj-access-metrics > div:last-child { border-right: 0; }
.cj-access-metrics strong, .cj-access-metrics span { display: block; }
.cj-access-metrics strong { color: #17223b; font-size: 24px; }
.cj-access-metrics span { margin-top: 4px; color: #708097; font-size: 12px; }

.cj-access-tabs { display: flex; gap: 22px; margin-top: 18px; border-bottom: 1px solid #dbe5ef; }
.cj-access-tabs button { border: 0; border-bottom: 3px solid transparent; background: transparent; padding: 10px 1px; color: #66768c; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.cj-access-tabs button.active { border-color: #078744; color: #17223b; }

.cj-access-table-wrap { width: 100%; overflow-x: auto; }
.cj-access-table { width: 100%; min-width: 1040px; border-collapse: collapse; background: #fff; }
.cj-access-table th { padding: 13px 10px; border-bottom: 1px solid #dbe5ef; color: #6b7b91; font-size: 11px; text-align: left; text-transform: uppercase; }
.cj-access-table td { padding: 14px 10px; border-bottom: 1px solid #e6ecf2; color: #243044; font-size: 13px; vertical-align: middle; }
.cj-access-table th:first-child { width: 22%; }
.cj-access-table th:last-child { width: 166px; }
.cj-access-table td:last-child { min-width: 166px; }
.cj-access-table td strong, .cj-access-table td small { display: block; }
.cj-access-table td small { margin-top: 3px; color: #7a899d; }
.cj-access-state { display: inline-block; padding: 5px 8px; border-radius: 999px; font-size: 10px; font-weight: 900; }
.cj-access-state.on { background: #eaf8f0; color: #06723b; }
.cj-access-state.off { background: #eef1f5; color: #64748b; }
.cj-access-presence { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #94a3b8; }
.cj-access-presence.online { background: #08a957; box-shadow: 0 0 0 3px rgba(8, 169, 87, .12); }
.cj-access-row-actions { display: flex; flex-wrap: nowrap; gap: 6px; }
.cj-access-icon-btn { min-height: 32px; border: 1px solid #cfd9e5; border-radius: 6px; background: #fff; color: #1268bc; padding: 6px 9px; font-weight: 850; cursor: pointer; }
.cj-access-icon-btn:hover { border-color: #8fb6da; background: #f4f8fc; }

.cj-access-drawer { position: fixed; z-index: 9000; top: 0; right: 0; width: min(720px, 96vw); height: 100vh; overflow: auto; background: #fff; box-shadow: -18px 0 46px rgba(18, 30, 49, .22); }
.cj-access-drawer[hidden] { display: none; }
.cj-access-activity-loading { padding: 28px 24px; color: #617187; }
.cj-access-activity-head { position: sticky; z-index: 3; top: 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 20px 22px; border-bottom: 1px solid #dbe5ef; background: #fff; }
.cj-access-activity-head h3 { margin: 0; color: #17223b; font-size: 22px; }
.cj-access-activity-head p { margin: 5px 0 0; color: #708097; }
.cj-access-activity-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 20px 22px 0; border: 1px solid #dbe5ef; border-radius: 7px; overflow: hidden; background: #f8fafc; }
.cj-access-activity-summary > div { min-width: 0; padding: 14px; border-right: 1px solid #dbe5ef; border-bottom: 1px solid #dbe5ef; }
.cj-access-activity-summary > div:nth-child(2n) { border-right: 0; }
.cj-access-activity-summary > div:nth-last-child(-n+2) { border-bottom: 0; }
.cj-access-activity-summary strong, .cj-access-activity-summary span { display: block; }
.cj-access-activity-summary strong { color: #17223b; font-size: 16px; }
.cj-access-activity-summary span { margin-top: 4px; color: #708097; font-size: 11px; }
.cj-access-privacy-note { margin: 14px 22px; padding: 11px 13px; border-left: 3px solid #1976d2; background: #f3f8fd; color: #536a82; font-size: 11px; line-height: 1.5; }
.cj-access-activity-list { display: grid; padding: 0 22px 24px; }
.cj-access-activity-list > div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 2px; border-bottom: 1px solid #e6ecf2; }
.cj-access-activity-list strong, .cj-access-activity-list small, .cj-access-activity-list b { display: block; }
.cj-access-activity-list strong { color: #243044; }
.cj-access-activity-list b { color: #52627a; font-size: 12px; }
.cj-access-activity-list small { margin-top: 3px; color: #7b8aa0; font-size: 11px; }
.cj-access-activity-list > div > span:last-child { text-align: right; }
.cj-access-activity-empty { color: #708097; }
.cj-access-drawer-head { position: sticky; z-index: 3; top: 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; border-bottom: 1px solid #dbe5ef; background: #17223b; color: #fff; }
.cj-access-drawer-head span, .cj-access-drawer-head strong { display: block; }
.cj-access-drawer-head span { color: #a9bad0; font-size: 11px; text-transform: uppercase; }
.cj-access-drawer-head strong { margin-top: 4px; font-size: 18px; }
.cj-access-drawer-head button { width: 36px; height: 36px; border: 0; background: transparent; color: #fff; font-size: 27px; cursor: pointer; }
.cj-user-editor { padding: 0 22px 22px; }
.cj-user-section { padding: 21px 0; border-bottom: 1px solid #dbe5ef; }
.cj-user-section h3 { margin: 0 0 14px; color: #17223b; font-size: 14px; }
.cj-user-section-title { display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.cj-user-section-title > span { color: #7b8aa0; font-size: 11px; text-align: right; }
.cj-user-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.cj-check-line { display: flex !important; align-items: center; align-self: end; min-height: 42px; grid-template-columns: auto 1fr !important; }
.cj-check-line input { width: 18px; min-height: 18px; }
.cj-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cj-choice-grid label { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: start; gap: 9px; padding: 10px; border: 1px solid #dbe5ef; border-radius: 6px; cursor: pointer; }
.cj-choice-grid input, .cj-branch-grid input { width: 17px; min-height: 17px; margin-top: 2px; }
.cj-choice-grid strong, .cj-choice-grid small { display: block; }
.cj-choice-grid small { margin-top: 3px; color: #77879b; line-height: 1.35; }
.cj-branch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 16px; }
.cj-branch-grid label { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: center; gap: 8px; color: #344258; font-size: 13px; }
.cj-tecnicon-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.cj-tecnicon-search button { border: 1px solid #1976d2; border-radius: 6px; background: #1976d2; color: #fff; padding: 0 14px; font-weight: 800; cursor: pointer; }
.cj-tecnicon-results { max-height: 220px; overflow: auto; margin-top: 8px; border-top: 1px solid #dbe5ef; }
.cj-tecnicon-results > button { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 10px; border: 0; border-left: 3px solid transparent; border-bottom: 1px solid #e6ecf2; background: transparent; color: #243044; text-align: left; cursor: pointer; }
.cj-tecnicon-results > button:hover { background: #f6f9fc; }
.cj-tecnicon-results > button.selected { border-left-color: #078744; background: #f1faf5; opacity: 1; cursor: default; }
.cj-tecnicon-result-copy strong, .cj-tecnicon-result-copy small { display: block; }
.cj-tecnicon-result-copy small { margin-top: 3px; color: #708097; font-size: 11px; }
.cj-tecnicon-result-action { padding: 5px 8px; border: 1px solid #c9d7e5; border-radius: 5px; color: #42617f; font-size: 10px; font-weight: 900; text-align: center; }
.cj-tecnicon-results > button.selected .cj-tecnicon-result-action { border-color: #b9e2c9; background: #e2f5e9; color: #06723b; }
.cj-permission-intro { display: grid; gap: 3px; margin-top: 4px; padding: 11px 12px; border-left: 3px solid #1976d2; background: #f3f8fd; }
.cj-permission-intro strong { color: #23405e; font-size: 12px; }
.cj-permission-intro span { color: #64778d; font-size: 11px; line-height: 1.45; }
.cj-permission-master-note { margin-top: 9px; padding: 9px 11px; border-left: 3px solid #f39a24; background: #fff8ed; color: #825416; font-size: 11px; font-weight: 800; }
.cj-menu-module-editor { margin-top: 12px; padding: 13px; border: 1px solid #d7e2ed; border-left: 3px solid #078744; border-radius: 6px; background: #f8fbf9; }
.cj-menu-module-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid #dce7e1; }
.cj-menu-module-head strong, .cj-menu-module-head span { display: block; }
.cj-menu-module-head strong { color: #153b2b; font-size: 13px; }
.cj-menu-module-head span, .cj-menu-module-head small { margin-top: 3px; color: #657a70; font-size: 10px; }
.cj-menu-module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.cj-menu-module-card { min-height: 92px; }
.cj-menu-module-card:nth-child(odd):last-child { grid-column: 1 / -1; }
.cj-permission-summary { display: flex; flex-wrap: wrap; gap: 14px; margin: 12px 0; color: #66778c; font-size: 11px; }
.cj-permission-summary b { color: #17223b; font-size: 15px; }
.cj-permission-modules { display: grid; gap: 15px; }
.cj-permission-module { padding: 0; }
.cj-permission-module h4 { margin: 0 0 6px; color: #52647a; font-size: 10px; text-transform: uppercase; }
.cj-permission-list { border-top: 1px solid #dbe5ef; }
.cj-permission-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid #e6ecf2; }
.cj-permission-copy strong, .cj-permission-copy small, .cj-permission-copy span { display: block; }
.cj-permission-copy strong { color: #243044; font-size: 12px; }
.cj-permission-copy small { margin-top: 2px; color: #8491a3; font-size: 10px; }
.cj-permission-copy span { margin-top: 5px; color: #7b8899; font-size: 10px; font-weight: 800; }
.cj-permission-item.is-effective .cj-permission-copy span { color: #087643; }
.cj-permission-item.is-deny .cj-permission-copy span { color: #b42318; }
.cj-permission-modes { display: grid; grid-template-columns: repeat(3, minmax(64px, auto)); border: 1px solid #cfd9e4; border-radius: 6px; overflow: hidden; }
.cj-permission-modes label { position: relative; cursor: pointer; }
.cj-permission-modes label + label { border-left: 1px solid #cfd9e4; }
.cj-permission-modes input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.cj-permission-modes span { display: block; padding: 7px 9px; background: #fff; color: #617187; font-size: 10px; font-weight: 850; text-align: center; }
.cj-permission-modes input:checked + span { background: #eaf1f8; color: #213a57; }
.cj-permission-modes label:nth-child(2) input:checked + span { background: #e9f7ef; color: #06723b; }
.cj-permission-modes label:nth-child(3) input:checked + span { background: #fdf0ee; color: #b42318; }
.cj-permission-modes input:focus-visible + span { outline: 2px solid #1976d2; outline-offset: -2px; }
.cj-permission-modes input:disabled + span { cursor: not-allowed; opacity: .58; }
.cj-linked-sellers { display: grid; gap: 7px; margin-top: 10px; }
.cj-linked-sellers > div { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 10px; border-left: 3px solid #078744; background: #f1faf5; }
.cj-linked-sellers strong, .cj-linked-sellers small { display: block; }
.cj-linked-sellers small { margin-top: 2px; color: #607267; }
.cj-linked-sellers button { width: 30px; height: 30px; border: 0; background: transparent; color: #b42318; font-size: 20px; cursor: pointer; }
.cj-empty-inline { color: #7b8aa0; font-size: 12px; }
.cj-access-preview { margin: 0 20px 18px; border: 1px solid #cfd9e5; border-left: 4px solid #175caa; border-radius: 8px; background: #f8fbfe; padding: 14px; }
.cj-access-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 11px; border-bottom: 1px solid #dce5ee; }
.cj-access-preview-head > div { display: grid; gap: 3px; }
.cj-access-preview-head span { color: #175caa; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cj-access-preview-head strong { color: #17263a; font-size: 15px; }
.cj-access-preview-head > b { border: 1px solid #e0a72c; border-radius: 6px; background: #fff7e4; color: #875900; padding: 7px 9px; font-size: 10px; white-space: nowrap; }
.cj-access-preview-head > b.ready { border-color: #74c59a; background: #ebf8f1; color: #08783f; }
.cj-access-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 12px; background: #dce5ee; }
.cj-access-preview-grid article { min-width: 0; min-height: 64px; display: grid; align-content: start; gap: 5px; background: #fff; padding: 10px; }
.cj-access-preview-grid article.wide { grid-column: span 2; }
.cj-access-preview-grid span { color: #65778d; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.cj-access-preview-grid strong { overflow-wrap: anywhere; color: #24364d; font-size: 12px; line-height: 1.4; }
.cj-user-actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 8px; padding: 16px 0 4px; background: #fff; }

.cj-access-audit { display: grid; }
.cj-access-audit > div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 4px; border-bottom: 1px solid #e6ecf2; }
.cj-access-audit strong, .cj-access-audit small, .cj-access-audit b { display: block; }
.cj-access-audit small { margin-top: 3px; color: #7b8aa0; }
.cj-access-audit > div > span:last-child { text-align: right; }
.cj-access-denied { display: grid; justify-items: start; gap: 6px; padding: 24px 0; border-top: 1px solid #dbe5ef; border-bottom: 1px solid #dbe5ef; }
.cj-access-denied strong { color: #17223b; font-size: 17px; }
.cj-access-denied span { color: #6f7f94; }

@media (max-width: 900px) {
  .cj-access-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cj-access-metrics > div:nth-child(2) { border-right: 0; }
  .cj-access-metrics > div:nth-child(-n+2) { border-bottom: 1px solid #dbe5ef; }
  .cj-user-grid, .cj-choice-grid { grid-template-columns: 1fr; }
  .cj-menu-module-grid { grid-template-columns: 1fr; }
  .cj-menu-module-card:nth-child(odd):last-child { grid-column: auto; }
  .cj-menu-module-head { flex-direction: column; gap: 4px; }
  .cj-permission-item { grid-template-columns: 1fr; }
  .cj-permission-modes { grid-template-columns: repeat(3, 1fr); }
  .cj-access-preview-grid { grid-template-columns: 1fr; }
  .cj-access-preview-grid article.wide { grid-column: auto; }
}

@media (max-width: 760px) {
  .cj-access-table-wrap { overflow: visible; }
  .cj-access-table { display: block; min-width: 0; background: transparent; }
  .cj-access-table thead { display: none; }
  .cj-access-table tbody { display: grid; gap: 12px; }
  .cj-access-table tbody tr { display: grid; padding: 0 12px; border: 1px solid #dbe5ef; border-left: 3px solid #08a957; border-radius: 7px; background: #fff; box-shadow: 0 4px 12px rgba(18, 30, 49, .05); }
  .cj-access-table td,
  .cj-access-table td:last-child { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 10px; align-items: start; padding: 10px 0; border-bottom: 1px solid #e6ecf2; overflow-wrap: anywhere; }
  .cj-access-table td::before { content: attr(data-label); color: #6b7b91; font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .cj-access-table td:first-child { padding-top: 14px; }
  .cj-access-table td:last-child { padding-bottom: 14px; border-bottom: 0; }
  .cj-access-table td small { grid-column: 2; }
  .cj-access-row-actions { width: 100%; }
  .cj-access-row-actions .cj-access-icon-btn { flex: 1 1 0; }
}

@media (max-width: 560px) {
  .cj-auth-overlay { padding: 12px; align-items: end; }
  .cj-auth-entry { padding: 20px; }
  .cj-access-hero { align-items: flex-start; flex-direction: column; }
  .cj-access-page { padding: 16px 14px 22px; border-radius: 0; }
  .cj-access-metrics { grid-template-columns: 1fr; }
  .cj-access-metrics > div { border-right: 0; border-bottom: 1px solid #dbe5ef; }
  .cj-branch-grid { grid-template-columns: 1fr; }
  .cj-access-drawer { width: 100vw; }
  .cj-user-editor { padding: 0 16px 18px; }
  .cj-access-drawer-head { padding: 16px; }
  .cj-access-preview { margin: 0 16px 16px; }
  .cj-access-preview-head { align-items: flex-start; flex-direction: column; }
  .cj-user-actions { flex-wrap: wrap; }
  .cj-user-actions button { flex: 1 1 130px; }
  .cj-tecnicon-results > button { display: grid; }
  .cj-tecnicon-results span { text-align: left; }
  .cj-access-activity-summary { grid-template-columns: 1fr; margin-inline: 16px; }
  .cj-access-activity-summary > div { border-right: 0; border-bottom: 1px solid #dbe5ef !important; }
  .cj-access-activity-summary > div:last-child { border-bottom: 0 !important; }
  .cj-access-privacy-note { margin-inline: 16px; }
  .cj-access-activity-list { padding-inline: 16px; }
}
