body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #18212f;
}

.embedded-body {
  background: #ffffff;
}

.shell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid #d9e0ea;
}

.shell-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.shell-nav a,
.shell-nav summary,
.shell-nav button,
.button-link,
button {
  border: 1px solid #c7d2df;
  background: #fff;
  color: #18212f;
  padding: 0.45rem 0.8rem;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}

.shell-nav summary {
  list-style: none;
}

.shell-nav summary::-webkit-details-marker {
  display: none;
}

.nav-group {
  position: relative;
}

.nav-group[open] summary {
  background: #18212f;
  color: #ffffff;
  border-color: #18212f;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 180px;
  display: grid;
  gap: 0.35rem;
  padding: 0.55rem;
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(24, 33, 47, 0.12);
  z-index: 30;
}

.nav-dropdown a {
  display: block;
  white-space: nowrap;
}

.shell-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}

.embedded-main {
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-debug-marker {
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.75rem;
  border: 1px dashed #c7d2df;
  border-radius: 10px;
  background: #fffbe8;
  color: #6b5d00;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  word-break: break-word;
}

.page-shell {
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 14px;
  padding: 1.25rem;
}

.page-shell.narrow {
  max-width: 460px;
}

.quote-embedded-shell {
  border-radius: 0;
  border: 0;
  padding: 1rem 0 0;
  background: transparent;
}

.page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.record-tabs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.record-tab {
  border: 1px solid #d9e0ea;
  background: #f6f8fc;
  color: #475467;
}

.record-tab.is-active {
  border-color: #18212f;
  background: #18212f;
  color: #ffffff;
}

.two-column-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.hidden {
  display: none !important;
}

.info-card {
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 1rem;
}

.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.panel-head h2,
.panel-head h3 {
  margin: 0 0 0.35rem;
}

.muted {
  color: #667085;
}

.inline-form,
.stack-form {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.inline-form {
  grid-template-columns: minmax(220px, 420px) auto;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c7d2df;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  background: #fff;
  box-sizing: border-box;
}

textarea {
  min-height: 96px;
  resize: vertical;
}

.code-textarea {
  min-height: 140px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88rem;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 0.8rem 0.7rem;
  border-top: 1px solid #e4e9f0;
  text-align: left;
  vertical-align: top;
}

.data-table thead th {
  border-top: 0;
  color: #667085;
  font-size: 0.85rem;
}

.customer-row-link {
  cursor: pointer;
}

.customer-row-link:hover td {
  background: #f7faff;
}

.subsection {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e4e9f0;
}

.section-summary {
  margin: 0 0 1rem;
}

.state-group + .state-group {
  margin-top: 1.25rem;
}

.state-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.55rem;
}

.state-group-head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.lab-index-group {
  border: 1px solid #e4e9f0;
  border-radius: 12px;
  background: #fbfcfe;
}

.lab-group-meta {
  margin: 0.25rem 0 0;
}

.lab-accordion-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  font-weight: 600;
}

.lab-accordion-summary::-webkit-details-marker {
  display: none;
}

.lab-accordion-title {
  font-size: 1rem;
}

.lab-accordion-body {
  padding: 0 1rem 1rem;
}

.first-subsection {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.compact-form {
  margin-bottom: 1rem;
}

.detail-table {
  font-size: 0.93rem;
}

.detail-table select,
.detail-table input {
  min-width: 0;
}

.lab-group-picker-shell {
  display: grid;
  gap: 0.6rem;
}

.lab-picker-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: #fbfcfe;
}

.lab-picker-summary {
  font-weight: 600;
}

.lab-picker-help {
  margin: 0;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(24, 33, 47, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 40;
}

.modal-card {
  width: min(760px, 100%);
  max-height: calc(100vh - 3rem);
  overflow: auto;
  border: 1px solid #d9e0ea;
  border-radius: 14px;
  background: #ffffff;
  padding: 1.1rem;
  box-shadow: 0 18px 36px rgba(24, 33, 47, 0.18);
}

.customer-edit-modal-card {
  width: min(1220px, 100%);
  height: calc(100vh - 3rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.customer-edit-frame {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
}

.lab-picker-results {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.lab-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  background: #fbfcfe;
}

.service-picker-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}

.quote-item-table-shell {
  overflow-x: auto;
}

.quote-terms {
  margin-top: 0.35rem;
  white-space: pre-wrap;
}

.actions-row,
.table-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.summary-strip {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.button-danger {
  border-color: #efc0c0;
  background: #fff1f1;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 0.24rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #d6deea;
  background: #eef3fb;
  font-size: 0.8rem;
  font-weight: 600;
}

.status-pill.matched {
  border-color: #b8e0c8;
  background: #effaf3;
}

.status-pill.missing {
  border-color: #ead8a4;
  background: #fff9e8;
}

.status-pill.mismatch {
  border-color: #efc0c0;
  background: #fff1f1;
}

.status-pill.open,
.status-pill.upcoming {
  border-color: #cfe0ff;
  background: #edf4ff;
}

.status-pill.today {
  border-color: #d8d0f2;
  background: #f5f1ff;
}

.status-pill.overdue,
.status-pill.cancelled {
  border-color: #efc0c0;
  background: #fff1f1;
}

.status-pill.done {
  border-color: #b8e0c8;
  background: #effaf3;
}

.summary-list {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.summary-item {
  display: grid;
  gap: 0.2rem;
}

.summary-item dt {
  color: #667085;
  font-size: 0.84rem;
}

.dashboard-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
  margin: 1rem 0 0;
}

.dashboard-card {
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.35rem;
}

.dashboard-card strong {
  font-size: 1.2rem;
}

.thread-timeline {
  display: grid;
  gap: 0.9rem;
}

.thread-day-label {
  margin-top: 0.15rem;
  color: #667085;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.thread-event-card {
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  background: #fbfcfe;
  padding: 0.95rem 1rem;
}

.thread-event-card p {
  margin: 0.65rem 0 0;
  white-space: pre-wrap;
}

.thread-event-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}

.thread-event-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .two-column-panels,
  .service-picker-shell,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .page-head,
  .thread-event-head,
  .lab-picker-card {
    flex-direction: column;
  }
}

.summary-item dd {
  margin: 0;
  display: grid;
  gap: 0.25rem;
}

.opportunity-log-list {
  display: grid;
  gap: 0.8rem;
}

.opportunity-log-item {
  border: 1px solid #e4e9f0;
  border-radius: 10px;
  padding: 0.85rem 0.9rem;
  background: #fbfcfe;
}

.opportunity-log-item p {
  margin: 0.5rem 0 0;
  white-space: pre-wrap;
}

.reminder-list {
  display: grid;
  gap: 0.8rem;
}

.reminder-card {
  border: 1px solid #e4e9f0;
  border-radius: 10px;
  padding: 0.9rem;
  background: #fbfcfe;
}

.reminder-card p {
  margin: 0.6rem 0;
  white-space: pre-wrap;
}

.reminder-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.reminder-meta {
  margin-top: 0.35rem;
}

.opportunity-log-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.checkbox-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  padding: 0.8rem 0.95rem;
  background: #fbfcfe;
}

.checkbox-field input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.compact-checkbox {
  min-width: 160px;
  padding: 0.45rem 0.65rem;
}

.admin-permissions {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: #eef3fb;
  border: 1px solid #d6deea;
  font-size: 0.78rem;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  word-break: break-all;
}

.flash-stack {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.flash {
  border: 1px solid #d9e0ea;
  background: #fff;
  border-radius: 10px;
  padding: 0.8rem 0.95rem;
}

.flash.success {
  border-color: #b8e0c8;
  background: #effaf3;
}

.flash.warning {
  border-color: #ead8a4;
  background: #fff9e8;
}

.flash.danger {
  border-color: #efc0c0;
  background: #fff1f1;
}

.ajax-notice {
  margin-top: 0.45rem;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font-size: 0.9rem;
}

.ajax-notice.hidden {
  display: none;
}

.ajax-notice.success {
  border-color: #b8e0c8;
  background: #effaf3;
}

.ajax-notice.warning {
  border-color: #ead8a4;
  background: #fff9e8;
}

.ajax-notice.danger {
  border-color: #efc0c0;
  background: #fff1f1;
}

.ajax-notice a {
  font-weight: 600;
}

.hierarchy-shell {
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.hierarchy-tree,
.hierarchy-children {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hierarchy-tree {
  display: grid;
  gap: 1.25rem;
}

.hierarchy-node {
  position: relative;
}

.hierarchy-children {
  position: relative;
  margin-top: 1rem;
  margin-left: 1.25rem;
  padding-left: 1.5rem;
  display: grid;
  gap: 1rem;
}

.hierarchy-children::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.9rem;
  left: 0.45rem;
  width: 2px;
  background: linear-gradient(180deg, #d6deea 0%, #c7d2df 100%);
}

.hierarchy-children > .hierarchy-node::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: -1.05rem;
  width: 1.1rem;
  height: 2px;
  background: #c7d2df;
}

.hierarchy-card {
  position: relative;
  min-width: 280px;
  max-width: 480px;
  border: 1px solid #d9e0ea;
  border-left: 5px solid #7ba4d8;
  border-radius: 14px;
  padding: 1rem 1.05rem;
  background:
    radial-gradient(circle at top right, rgba(123, 164, 216, 0.12), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  box-shadow: 0 10px 28px rgba(24, 33, 47, 0.06);
}

.hierarchy-card.is-inactive {
  border-left-color: #b8c2cf;
  opacity: 0.82;
}

.hierarchy-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.hierarchy-card-top h2 {
  margin: 0 0 0.18rem;
  font-size: 1.02rem;
}

.hierarchy-card-top p {
  margin: 0;
}

.hierarchy-role {
  border: 1px solid #d6deea;
  border-radius: 999px;
  background: #eef3fb;
  padding: 0.22rem 0.6rem;
  font-size: 0.78rem;
  white-space: nowrap;
}

.hierarchy-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0 0 0.95rem;
}

.hierarchy-metrics div {
  border-top: 1px solid #e4e9f0;
  padding-top: 0.55rem;
}

.hierarchy-metrics dt {
  font-size: 0.76rem;
  color: #667085;
  margin-bottom: 0.18rem;
}

.hierarchy-metrics dd {
  margin: 0;
  font-size: 0.92rem;
}

.hierarchy-actions {
  margin-top: 0.95rem;
  display: flex;
  justify-content: flex-end;
}

.hierarchy-actions a {
  font-size: 0.9rem;
  text-decoration: none;
}

@media (max-width: 760px) {
  .shell-header,
  .page-head {
    flex-direction: column;
    align-items: stretch;
  }

  .inline-form,
  .form-grid,
  .checkbox-grid,
  .two-column-panels {
    grid-template-columns: 1fr;
  }

  .hierarchy-card {
    min-width: 0;
  }

  .hierarchy-metrics {
    grid-template-columns: 1fr;
  }

  .hierarchy-children {
    margin-left: 0.5rem;
  }
}

.opportunity-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.opportunity-quick-card {
  border: 1px solid #e4e9f0;
  border-radius: 10px;
  padding: 0.85rem 0.9rem;
  background: #fbfcfe;
}

.opportunity-quick-card a {
  font-weight: 600;
  text-decoration: none;
  color: #18212f;
}

.opportunity-quick-card a:hover {
  text-decoration: underline;
}

.reminder-overdue {
  border-left: 4px solid #ef4444;
  background: linear-gradient(90deg, #fff1f1 0%, #fbfcfe 8px);
}

.reminder-today {
  border-left: 4px solid #f59e0b;
  background: linear-gradient(90deg, #fff9e8 0%, #fbfcfe 8px);
}

.reminder-quick-action {
  margin-top: 0.8rem;
  border-top: 1px solid #e4e9f0;
  padding-top: 0.8rem;
}

.reminder-quick-action summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #667085;
  padding: 0.4rem 0;
  list-style: none;
  user-select: none;
}

.reminder-quick-action summary::-webkit-details-marker {
  display: none;
}

.reminder-quick-action summary::before {
  content: "▸ ";
  display: inline-block;
  transition: transform 0.2s;
}

.reminder-quick-action[open] summary::before {
  transform: rotate(90deg);
}

.reminder-quick-action summary:hover {
  color: #18212f;
}

.quick-complete-form {
  margin-top: 0.8rem;
  padding: 0.8rem;
  background: #f5f7fb;
  border-radius: 8px;
}

.quick-complete-form .compact-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.quick-complete-form textarea {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  border: 1px solid #d9e0ea;
  border-radius: 6px;
  padding: 0.5rem;
  font-family: inherit;
  resize: vertical;
}

.quick-complete-form button,
.quick-complete-form a {
  font-size: 0.875rem;
  padding: 0.45rem 0.8rem;
}

/* Sprint 2: Recent Activity Display */
.reminder-recent-activity {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin-top: 0.6rem;
  padding: 0.6rem;
  background: #f8fafc;
  border-left: 3px solid #3b82f6;
  border-radius: 4px;
  font-size: 0.875rem;
}

.activity-indicator {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.activity-summary {
  flex: 1;
  color: #334155;
}

.activity-summary strong {
  color: #1e293b;
  font-weight: 600;
}

.activity-note {
  margin-top: 0.3rem;
  color: #64748b;
  font-style: italic;
  line-height: 1.4;
}

.days-since {
  font-weight: 600;
  color: #059669;
}

.activity-aging .days-since {
  color: #d97706;
}

.activity-stale .days-since {
  color: #dc2626;
}

.activity-aging {
  border-left-color: #f59e0b;
  background: #fffbeb;
}

.activity-stale {
  border-left-color: #ef4444;
  background: #fef2f2;
}

.activity-aging .activity-indicator {
  background: #f59e0b;
}

.activity-stale .activity-indicator {
  background: #ef4444;
}

/* Sprint 3: Context Preservation */
.button-secondary {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #cbd5e1;
  font-weight: 500;
}

.button-secondary:hover {
  background: #e2e8f0;
  border-color: #94a3b8;
}

/* Sprint 4: Batch Operations */
.queue-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  gap: 1rem;
}

.batch-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #eff6ff;
  border: 2px solid #3b82f6;
  border-radius: 8px;
}

.batch-actions .selected-count {
  font-weight: 600;
  color: #1e40af;
}

.batch-actions button {
  font-size: 0.875rem;
  padding: 0.4rem 0.75rem;
}

.reminder-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Customer Thread: Opportunity Links */
.subsection-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.small-button {
  font-size: 0.875rem;
  padding: 0.35rem 0.75rem;
  background: #3b82f6;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.small-button:hover {
  background: #2563eb;
  text-decoration: none;
}

.opportunity-header {
  margin-bottom: 0.5rem;
}

.opportunity-link {
  font-size: 1rem;
  font-weight: 600;
  color: #1e40af;
  text-decoration: none;
}

.opportunity-link:hover {
  color: #3b82f6;
  text-decoration: underline;
}

/* Chat-Style Thread Timeline */
.thread-timeline {
  background: #f8fafc;
  border-radius: 8px;
  padding: 0.5rem;
}

.thread-event-card.compact {
  padding: 0.35rem 0.5rem;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.15s;
}

.thread-event-card.compact:hover {
  background: white;
  border-left-color: #3b82f6;
}

.event-header-line {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.event-header-line strong {
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 600;
}

.event-header-line .muted {
  color: #94a3b8;
  font-size: 0.75rem;
}

.event-time {
  margin-left: auto;
  font-size: 0.75rem;
  color: #94a3b8;
  white-space: nowrap;
}

.status-pill.mini {
  font-size: 0.6875rem;
  padding: 0.1rem 0.4rem;
  margin-left: 0.25rem;
}

.event-note {
  margin: 0.15rem 0 0 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #475569;
}

.event-link {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.event-link:hover {
  text-decoration: underline;
}

.thread-day-label {
  font-weight: 600;
  color: #64748b;
  font-size: 0.75rem;
  text-align: center;
  margin: 0.5rem 0 0.35rem 0;
  padding: 0.2rem 0.5rem;
  background: #e2e8f0;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
