:root {
  --ecs-ink: #152323;
  --ecs-muted: #5f706f;
  --ecs-soft: #edf6f6;
  --ecs-line: #d2e1e1;
  --ecs-panel: #ffffff;
  --ecs-panel-alt: #f7fbfb;
  --ecs-teal: #188f96;
  --ecs-teal-dark: #046065;
  --ecs-gold: #ffad40;
  --ecs-gold-soft: #fff3df;
  --ecs-danger: #b42318;
  --ecs-danger-soft: #fff0ee;
  --ecs-shadow: 0 22px 60px rgba(21, 35, 35, 0.12);
  --ecs-focus: 0 0 0 4px rgba(24, 143, 150, 0.16);
}

html,
body {
  min-height: 100%;
}

body {
  background: linear-gradient(90deg, rgba(24, 143, 150, 0.055) 0 1px, transparent 1px 100%), linear-gradient(180deg, #fbfdfd 0%, #edf6f6 100%);
  background-size: 30px 30px, auto;
  color: #152323;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-text,
.admin-dashboard__hero-title,
.admin-dashboard__section-title {
  font-family: "Sora", "Manrope", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: #188f96;
  transition: color 150ms ease, opacity 150ms ease;
}
a:hover, a:focus {
  color: #046065;
  text-decoration: none;
}

.content-wrapper,
.content,
.wrapper,
e2-layout {
  background: transparent;
}

.content-wrapper {
  padding-bottom: 34px;
}

.content-header {
  padding-top: 22px;
}

.main-footer,
footer,
e2-footer {
  border-top: 1px solid rgba(21, 35, 35, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #5f706f;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  background: rgba(237, 246, 246, 0.74);
  color: #188f96;
}

.card,
e2-card,
.sandbox-panel {
  border: 1px solid rgba(21, 35, 35, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(21, 35, 35, 0.12);
  overflow: hidden;
}

.card-primary.card-outline {
  border-top: 0;
}

.card-header {
  border-bottom: 1px solid #d2e1e1;
  background: linear-gradient(180deg, #fff, #f7fbfb);
}

.card-body {
  padding: 1.35rem;
}

.list-group-item {
  border-color: #d2e1e1;
}

.modal-content {
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(21, 35, 35, 0.12);
}

.modal-header,
.modal-footer {
  border-color: #d2e1e1;
}

.form-control,
input.form-control,
select.form-control,
textarea.form-control,
e2-tristate.form-control {
  min-height: 44px;
  border: 1px solid #cfd8d5;
  border-radius: 8px;
  color: #152323;
  box-shadow: none;
}
.form-control:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus,
e2-tristate.form-control:focus {
  border-color: #188f96;
  box-shadow: 0 0 0 4px rgba(24, 143, 150, 0.16);
  outline: none;
}

.input-group-text {
  border-color: #cfd8d5;
  border-radius: 8px;
  background: #f7fbfb;
  color: #5f706f;
}

label {
  display: grid;
  gap: 7px;
}
label span {
  color: #152323;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8d5;
  border-radius: 8px;
  padding: 12px 13px;
  color: #152323;
  font: inherit;
}
input:focus {
  border-color: #188f96;
  box-shadow: 0 0 0 4px rgba(24, 143, 150, 0.16);
  outline: none;
}
input[type=checkbox] {
  min-height: auto;
  width: auto;
  margin-right: 4px;
}

.btn,
.ui-button {
  border-radius: 8px;
  font-weight: 800;
  box-shadow: none;
}

.btn-primary,
.btn-success,
.ui-button {
  border-color: #188f96;
  background: linear-gradient(180deg, #188f96, #046065);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus,
.btn-success:hover,
.btn-success:focus,
.ui-button:hover,
.ui-button:focus {
  border-color: #046065;
  background: #046065;
}

.ui-button {
  min-height: 44px;
  border: 0;
  padding: 11px 16px;
}

.ui-button--ghost {
  border: 1px solid #cfd8d5;
  background: #fff;
  color: #152323;
}
.ui-button--ghost:hover, .ui-button--ghost:focus {
  background: #fff;
  color: #152323;
}

.btn-warning {
  border-color: #ffad40;
  background: #ffad40;
  color: #20170a;
}

.btn-danger {
  border-color: #b42318;
  background: #b42318;
}

.btn-info {
  border-color: #286e9f;
  background: #2d7fb8;
}

.table {
  margin-bottom: 0;
  color: #152323;
}
.table thead th {
  border-top: 0;
  border-bottom: 1px solid #d2e1e1;
  background: #f7fbfb;
  color: #5f706f;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.table td,
.table th {
  padding: 0.78rem 0.95rem;
  border-color: #e4ebe8;
  vertical-align: middle;
}
.table tbody tr:hover {
  background: rgba(24, 143, 150, 0.045);
}

.admin-table-shell {
  margin-top: 12px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  background: #ffffff;
}

.admin-table .btn-group {
  gap: 4px;
}
.admin-table .btn-sm {
  min-width: 34px;
  min-height: 32px;
}
.admin-table + .pagination,
.admin-table ~ .pagination,
.admin-table .pagination {
  margin: 12px 0 4px;
}

.state-pill,
.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 850;
}

.state-pill {
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(24, 143, 150, 0.18);
  background: #eef8f6;
  color: #046065;
  font-size: 0.75rem;
}

.state-pill--danger {
  border-color: rgba(180, 35, 24, 0.24);
  background: #fff0ee;
  color: #b42318;
}

.state-pill--muted {
  border-color: #d2e1e1;
  background: #f3f6f5;
  color: #5f706f;
}

.status-pill {
  padding: 11px 12px;
  border: 1px solid rgba(24, 143, 150, 0.18);
  border-radius: 8px;
  background: #eef8f6;
  color: #046065;
  font-weight: 750;
}

.status-pill.is-error {
  border-color: rgba(180, 35, 24, 0.24);
  background: #fff0ee;
  color: #b42318;
}

.login-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background: linear-gradient(90deg, rgba(24, 143, 150, 0.055) 0 1px, transparent 1px 100%), linear-gradient(120deg, #fbfcfc 0%, #edf4f2 58%, #fff8ed 100%);
  background-size: 30px 30px, auto;
}

.login-box {
  width: 420px;
  max-width: calc(100vw - 28px);
}
.login-box .card {
  border-radius: 8px;
}
.login-box .card-header {
  padding: 28px 26px 18px;
  background: linear-gradient(120deg, rgba(4, 96, 101, 0.98), rgba(24, 143, 150, 0.94) 58%, rgba(255, 173, 64, 0.9)), #188f96;
}
.login-box .card-header img {
  max-height: 70px;
  width: min(260px, 100%);
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.login-box-msg {
  color: #5f706f;
  font-weight: 700;
}

.login-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 6px;
}

.login-actions__secondary {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.login-remember {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding-left: 0;
}
.login-remember .form-check-input {
  position: static;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}
.login-remember .form-check-label {
  margin: 0;
  color: #111;
  font-weight: 700;
  line-height: 1.2;
}

.login-forgot-password {
  line-height: 1.25;
}

.login-actions__submit {
  flex: 0 0 108px;
  min-width: 108px;
}

@media (max-width: 360px) {
  .login-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .login-actions__submit {
    width: 100%;
  }
}
.quote-danger {
  border-left: 4px solid #b42318;
  border-radius: 8px;
  background: #fff0ee;
  color: #b42318;
}

.offscreen {
  position: absolute;
  left: -10000px;
}

.admin-dashboard {
  display: grid;
  gap: 18px;
}

.admin-dashboard__hero,
.admin-dashboard__panel,
.admin-dashboard__menu-link,
.admin-dashboard__rail-card {
  border: 1px solid rgba(21, 35, 35, 0.1);
  border-radius: 8px;
}

.admin-dashboard__hero {
  overflow: hidden;
  padding: 26px;
  background: linear-gradient(120deg, rgba(4, 96, 101, 0.98), rgba(24, 143, 150, 0.94) 58%, rgba(255, 173, 64, 0.9)), #188f96;
  color: #fff;
  box-shadow: 0 22px 60px rgba(21, 35, 35, 0.12);
}

.admin-dashboard__hero-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 34px;
}

.admin-dashboard__eyebrow,
.admin-dashboard__stat {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
}

.admin-dashboard__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  gap: 8px;
}
.admin-dashboard__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffad40;
  box-shadow: 0 0 0 4px rgba(255, 173, 64, 0.16);
}

.admin-dashboard__hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-dashboard__stat {
  min-width: 132px;
  padding: 10px 12px;
}

.admin-dashboard__stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-dashboard__stat-value {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}

.admin-dashboard__hero-title {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 0.98;
}

.admin-dashboard__hero-copy {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.6;
}

.admin-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.admin-dashboard__panel {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(21, 35, 35, 0.12);
}

.admin-dashboard__section-title {
  margin: 0;
  font-size: 1.2rem;
}

.admin-dashboard__section-copy {
  margin: 6px 0 0;
  color: #5f706f;
  line-height: 1.6;
}

.admin-dashboard__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.admin-dashboard__menu-item {
  margin: 0;
}

.admin-dashboard__menu-link {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-height: 124px;
  padding: 16px;
  background: #fff;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}
.admin-dashboard__menu-link:hover, .admin-dashboard__menu-link:focus {
  transform: translateY(-2px);
  border-color: rgba(24, 143, 150, 0.32);
  box-shadow: 0 16px 34px rgba(21, 35, 35, 0.1);
}

.admin-dashboard__menu-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #eef8f6;
  color: #046065;
}

.admin-dashboard__menu-text {
  display: grid;
  gap: 5px;
}

.admin-dashboard__menu-title {
  color: #152323;
  font-weight: 850;
}

.admin-dashboard__menu-meta {
  color: #5f706f;
  font-size: 0.9rem;
  line-height: 1.45;
}

.admin-dashboard__rail {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.admin-dashboard__rail-card {
  padding: 15px;
  background: #fff;
}

.admin-dashboard__rail-label {
  color: #188f96;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-dashboard__rail-title {
  margin-top: 5px;
  color: #152323;
  font-weight: 850;
}

.admin-dashboard__rail-copy {
  margin-top: 6px;
  color: #5f706f;
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .admin-dashboard__grid,
  .admin-dashboard__menu {
    grid-template-columns: 1fr;
  }
  .admin-dashboard__hero {
    padding: 20px;
  }
  .admin-dashboard__hero-top {
    flex-direction: column;
  }
  .admin-dashboard__hero-stats {
    justify-content: flex-start;
  }
}
@media (max-width: 680px) {
  .admin-dashboard__menu-link {
    grid-template-columns: 1fr;
  }
  .admin-dashboard__panel {
    padding: 14px;
  }
}
.admin-data-card e2-card-title,
.admin-data-card .card-title {
  font-family: "Sora", "Manrope", "Segoe UI", Arial, sans-serif;
  font-weight: 850;
}

.admin-filterbar {
  gap: 8px;
}
.admin-filterbar .form-control,
.admin-filterbar .input-group-text {
  border-radius: 8px !important;
}

.admin-detail__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(21, 35, 35, 0.1);
  background: linear-gradient(120deg, rgba(4, 96, 101, 0.98), rgba(24, 143, 150, 0.94) 58%, rgba(255, 173, 64, 0.9)), #188f96;
  color: #fff;
}
.admin-detail__header .close {
  color: #fff;
  opacity: 0.85;
  text-shadow: none;
}

.admin-detail__eyebrow,
.admin-detail__stat span,
.admin-detail__field span,
.admin-detail__role span,
.admin-detail__table-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-detail__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.admin-detail {
  display: grid;
  gap: 16px;
  background: linear-gradient(180deg, #fbfdfd 0%, #edf6f6 100%);
  color: #152323;
}

.admin-detail__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-detail__tabs {
  display: grid;
  gap: 14px;
}

.admin-detail__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-detail__tab {
  min-height: 44px;
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.76);
  color: #5f706f;
  font-weight: 800;
  cursor: pointer;
}

.admin-detail__tab--active {
  border-color: rgba(24, 143, 150, 0.55);
  background: linear-gradient(180deg, rgba(24, 143, 150, 0.1), #fff);
  color: #046065;
  box-shadow: inset 0 3px 0 #188f96;
}

.admin-detail__stat,
.admin-detail__section,
.admin-detail__field,
.admin-detail__role {
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  background: #fff;
}

.admin-detail__stat {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
}
.admin-detail__stat span {
  color: #5f706f;
}
.admin-detail__stat strong {
  overflow-wrap: anywhere;
  font-size: 0.98rem;
}

.admin-detail__section {
  padding: 18px;
  box-shadow: 0 1px 2px rgba(21, 35, 35, 0.04);
}

.admin-detail__section-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d2e1e1;
}
.admin-detail__section-header h6 {
  margin: 0 0 4px;
  font-size: 1.08rem;
  font-weight: 850;
}
.admin-detail__section-header p {
  margin: 0;
  color: #5f706f;
  font-size: 0.92rem;
}
.admin-detail__section-header > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  color: #046065;
  background: #f7fbfb;
  font-size: 0.9rem;
  font-weight: 850;
}

.admin-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-detail__field,
.admin-detail__role {
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 12px;
}

.admin-detail__field span,
.admin-detail__role span,
.admin-detail__role small {
  color: #5f706f;
}

.admin-detail__field strong,
.admin-detail__role strong {
  overflow-wrap: anywhere;
  font-size: 0.95rem;
}

.admin-detail__role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.admin-detail__role {
  background: #f7fbfb;
}

.admin-detail__table-wrap {
  overflow-x: auto;
  margin-top: 12px;
}

.admin-detail__table-title {
  margin-bottom: 8px;
  color: #046065;
}

.admin-detail__table {
  margin-bottom: 0;
}
.admin-detail__table td,
.admin-detail__table th {
  vertical-align: middle;
}

.will-editor .admin-detail__section {
  display: grid;
  gap: 14px;
}

.will-editor__actions {
  display: grid;
  gap: 12px;
}

.will-editor__commands {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.will-editor__commands--primary {
  align-items: center;
}

.will-editor__commands--secondary {
  padding-top: 10px;
  border-top: 1px solid rgba(210, 225, 225, 0.75);
}

.will-editor__pdf-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.will-editor__pdf-status {
  display: grid;
  gap: 1px;
}
.will-editor__pdf-status span {
  color: #6c757d;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.will-editor__pdf-status strong {
  color: #152323;
  font-size: 0.88rem;
  white-space: nowrap;
}

.will-editor__pdf-actions {
  display: inline-flex;
  gap: 6px;
}

.will-editor__icon-button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
}

.will-editor__versionbar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.will-editor__version {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d2e1e1;
  border-radius: 6px;
  padding: 7px 10px;
  background: #fff;
  color: #152323;
  white-space: nowrap;
}
.will-editor__version strong {
  color: #6c757d;
  font-size: 0.78rem;
}

.will-editor__version--selected {
  background: #eef8f1;
  border-color: #8fd19e;
  box-shadow: 1px 1px 2px 1px rgba(24, 143, 150, 0.18);
}
.will-editor__version--selected strong {
  color: #1e7e34;
}

.will-editor__version--active {
  border-color: rgba(24, 143, 150, 0.65);
}
.will-editor__version--active strong {
  color: #1e7e34;
}

.will-editor__version--editable {
  border-color: rgba(23, 162, 184, 0.65);
}
.will-editor__version--editable strong {
  color: #117a8b;
}

.will-editor__version--historical {
  background: #f8f9fa;
}

.will-editor__statebar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.will-editor__pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid #d2e1e1;
  border-radius: 999px;
  padding: 4px 10px;
  background: #fff;
  color: #5d6569;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.will-editor__pill--active,
.will-editor__pill--ready {
  border-color: rgba(24, 143, 150, 0.5);
  color: #046065;
}

.will-editor__pill--editable {
  border-color: rgba(23, 162, 184, 0.55);
  color: #117a8b;
}

.will-editor__pill--dirty,
.will-editor__pill--warning {
  border-color: rgba(255, 193, 7, 0.75);
  background: rgba(255, 193, 7, 0.12);
  color: #856404;
}

.will-editor__note {
  max-width: 520px;
}

.will-editor__clauses {
  display: grid;
  gap: 12px;
}

.will-editor__clause {
  display: grid;
  gap: 10px;
  border: 1px solid #d2e1e1;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.will-editor__clause-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.will-editor__clause-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(24, 143, 150, 0.45);
  color: #046065;
  font-weight: 800;
}

.will-editor__markdown,
.will-editor__html {
  min-height: 180px;
  resize: vertical;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}

.will-editor__quill {
  min-height: 190px;
}
.will-editor__quill .ql-editor {
  min-height: 150px;
}

.will-editor__empty {
  border: 1px dashed rgba(24, 143, 150, 0.35);
  border-radius: 8px;
  padding: 18px;
  background: rgba(24, 143, 150, 0.06);
  color: #046065;
  font-weight: 800;
}

.template-editor .will-editor__toolbar {
  margin-top: 16px;
}

.template-editor__active {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin: 0;
  font-weight: 800;
}

.template-editor__condition {
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 0.9rem;
}

.admin-queues {
  display: grid;
  gap: 18px;
}

.admin-queue-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.admin-queue-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #64726d;
  font-size: 0.82rem;
  font-weight: 650;
}

.admin-queue-error {
  margin-top: 6px;
  overflow-wrap: anywhere;
  color: #b42318;
  font-size: 0.82rem;
  font-weight: 650;
}

@media (max-width: 900px) {
  .admin-detail__summary,
  .admin-detail__role-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .admin-detail__grid {
    grid-template-columns: 1fr;
  }
  .admin-detail__section {
    padding: 14px;
  }
  .will-editor__clause-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .will-editor__clause-heading .btn-group {
    grid-column: 2;
    justify-self: start;
  }
}

/*# sourceMappingURL=site.css.map */
