/*
 * Final mail scoring layer.
 * Loaded after terminal CSS for compose and conversation refinements.
 */

/* Conversation queue: one restrained status system across SLA and next-step cells. */
html body.mail-body .hvx100-conversation-row td {
  border-right: 1px solid #e2e8f0 !important;
  border-bottom-color: #d8e0ea !important;
}

html body.mail-body .hvx100-conversation-row td:last-child,
html body.mail-body .hvx100-conversation-table th:last-child {
  border-right: 0 !important;
}

html body.mail-body .hvx100-conversation-table th {
  border-right: 1px solid #d8e0ea !important;
  color: #334155 !important;
  font-size: .62rem !important;
  font-weight: 940 !important;
}

html body.mail-body .hvx100-conversation-table {
  width: 100% !important;
  table-layout: fixed !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-sla {
  width: 72px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-subject {
  width: auto !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-owner {
  width: 108px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-next {
  width: 126px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-touch {
  width: 110px !important;
}

html body.mail-body .hvx100-conversation-row.active td,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td,
html body.mail-body .hvx100-conversation-row.is-selected td {
  background: #f8fafc !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child,
html body.mail-body .hvx100-conversation-row.is-selected td:first-child {
  box-shadow: inset 3px 0 0 #334155 !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge,
html body.mail-body .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.active .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.is-selected .hvx100-conversation-next-state {
  display: grid !important;
  gap: 1px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 0 0 8px !important;
  border: 0 !important;
  border-left: 2px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-next-state {
  border-left-color: #b45309 !important;
  background: transparent !important;
  padding: 0 0 0 8px !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge strong,
html body.mail-body .mail-conversation-triage.hvx18-sla-badge b,
html body.mail-body .hvx100-conversation-next-state strong,
html body.mail-body .hvx100-conversation-next-state b {
  color: #0f172a !important;
  display: block !important;
  max-width: none !important;
  overflow: visible !important;
  color: #0f172a !important;
  font-size: .67rem !important;
  font-weight: 920 !important;
  line-height: 1.05 !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge small,
html body.mail-body .hvx100-conversation-next-state small {
  color: #64748b !important;
  display: block !important;
  max-width: none !important;
  overflow: visible !important;
  font-size: .57rem !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

html body.mail-body .hvx100-conversation-open strong {
  color: #0f172a !important;
  font-size: .89rem !important;
  font-weight: 940 !important;
  line-height: 1.08 !important;
}

html body.mail-body .hvx100-conversation-open small,
html body.mail-body .hvx155-conversation-preview,
html body.mail-body .hvx100-conversation-routing small,
html body.mail-body .hvx100-conversation-touch small {
  color: #64748b !important;
  font-size: .62rem !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
}

html body.mail-body .hvx100-conversation-routing.is-missing strong,
html body.mail-body .hvx100-conversation-routing.is-missing small,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-next-state b,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-next-state small {
  color: #9a3412 !important;
}

/* Conversation filters: equal segmented state model, no primary-action styling. */
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter {
  display: grid !important;
  grid-template-columns: minmax(84px, .75fr) repeat(3, minmax(72px, 1fr)) !important;
  align-items: stretch !important;
  gap: 4px !important;
  width: min(100%, 426px) !important;
  min-width: 0 !important;
  padding: 3px !important;
  border: 1px solid #dbe3ed !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > span.hvx500-segmented-filter-label {
  display: grid !important;
  align-content: center !important;
  gap: 1px !important;
  min-height: 31px !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-right: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > span.hvx500-segmented-filter-label b {
  color: #334155 !important;
  font-size: .59rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > span.hvx500-segmented-filter-label small {
  color: #64748b !important;
  font-size: .56rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button,
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button.secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 31px !important;
  padding: 0 9px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #334155 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button:hover {
  border-color: #d8e0ea !important;
  background: #fff !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button.is-active,
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button[aria-pressed="true"] {
  border-color: #94a3b8 !important;
  background: #e2e8f0 !important;
  color: #0f172a !important;
  box-shadow: inset 0 -2px 0 #334155 !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button b,
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button small {
  display: inline !important;
  margin: 0 !important;
  line-height: 1 !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button b {
  color: inherit !important;
  font-size: .66rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button small {
  min-width: 18px !important;
  padding: 1px 5px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  font-size: .58rem !important;
  font-weight: 860 !important;
  text-align: center !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button.is-active small,
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-segmented-filter > button.hvx500-segment-button[aria-pressed="true"] small {
  background: #fff !important;
  color: #334155 !important;
}

/* Conversation filters: enterprise applied-filter bar, not segmented pills. */
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar {
  display: grid !important;
  grid-template-columns: minmax(122px, .9fr) repeat(3, minmax(86px, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: min(100%, 488px) !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > .hvx500-applied-filter-summary {
  display: grid !important;
  align-content: center !important;
  gap: 2px !important;
  min-height: 38px !important;
  padding: 6px 10px !important;
  border-right: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > .hvx500-applied-filter-summary b {
  color: #334155 !important;
  font-size: .57rem !important;
  font-weight: 940 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > .hvx500-applied-filter-summary small {
  overflow: hidden !important;
  color: #64748b !important;
  font-size: .54rem !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip,
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip.secondary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "dimension count"
    "label count" !important;
  align-content: center !important;
  gap: 2px 7px !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 6px 9px !important;
  border: 0 !important;
  border-right: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #334155 !important;
  box-shadow: none !important;
  text-align: left !important;
  transform: none !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip:last-child {
  border-right: 0 !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip:hover {
  background: #f8fafc !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip.is-active,
html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip[aria-pressed="true"] {
  background: #f8fafc !important;
  box-shadow: inset 0 -2px 0 #334155 !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip span {
  grid-area: dimension !important;
  color: #64748b !important;
  font-size: .51rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip b {
  grid-area: label !important;
  overflow: hidden !important;
  color: #0f172a !important;
  font-size: .64rem !important;
  font-weight: 920 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body .mail-triage-filter-actions.hvx10-mail-filter-row.hvx500-applied-filter-bar > button.hvx500-filter-chip small {
  grid-area: count !important;
  align-self: center !important;
  min-width: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: .58rem !important;
  font-weight: 860 !important;
  line-height: 1 !important;
  text-align: right !important;
}

/* Conversation scoring pass: one dominant owner-required signal per row. */
html body.mail-body .hvx100-conversation-table {
  border-color: #cbd5e1 !important;
}

html body.mail-body .hvx100-conversation-row td {
  border-bottom-color: #cbd5e1 !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-routing.is-missing strong,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-routing.is-missing small {
  color: #9a3412 !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-action .hvx100-conversation-next-state {
  border-left-color: #cbd5e1 !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-action .hvx100-conversation-next-state b,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-action .hvx100-conversation-next-state small {
  color: #334155 !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-action .hvx100-conversation-next-state b {
  font-weight: 900 !important;
}

/* Conversation scan model: subject first, preview second, action third. */
html body.mail-body .hvx100-conversation-open {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

html body.mail-body .hvx100-conversation-open strong {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx820-conversation-subject-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}

html body.mail-body .hvx820-conversation-subject-head strong {
  min-width: 0 !important;
}

html body.mail-body .hvx820-read-state {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  padding: 0 6px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 5px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: .56rem !important;
  font-weight: 860 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx820-read-state.is-unread {
  border-color: #bfdbfe !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
}

html body.mail-body .hvx100-conversation-open small {
  max-width: 100% !important;
  overflow: hidden !important;
  color: #475569 !important;
  font-size: .63rem !important;
  font-weight: 820 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx155-conversation-preview {
  display: -webkit-box !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #64748b !important;
  font-size: .62rem !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body.mail-body .hvx100-conversation-row.active .hvx100-conversation-open strong,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] .hvx100-conversation-open strong,
html body.mail-body .hvx100-conversation-row.is-selected .hvx100-conversation-open strong {
  color: #0f172a !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child,
html body.mail-body .hvx100-conversation-row.is-selected td:first-child {
  box-shadow: inset 4px 0 0 #1f2937 !important;
}

html body.mail-body .hvx100-conversation-row.active td,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td,
html body.mail-body .hvx100-conversation-row.is-selected td {
  background: #f6f8fb !important;
}

html body.mail-body .hvx100-conversation-inspector,
html body.mail-body .hvx410-conversation-inspector-list {
  border-color: #cbd5e1 !important;
}

/* Compose scoring pass: governed send-state model and restrained required-field language. */
html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  display: grid !important;
  grid-template-columns: minmax(190px, .8fr) minmax(0, 1.55fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid #cbd5e1 !important;
  border-left: 3px solid #b45309 !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  border-left-color: #15803d !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner::after {
  display: none !important;
  content: none !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary {
  display: grid !important;
  align-content: center !important;
  gap: 3px !important;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border-right: 1px solid #d8e0ea !important;
  background: #f8fafc !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary strong {
  color: #0f172a !important;
  font-size: .68rem !important;
  font-weight: 940 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary span {
  color: #475569 !important;
  font-size: .59rem !important;
  font-weight: 780 !important;
  line-height: 1.18 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-areas:
    "index label"
    "index state" !important;
  align-content: center !important;
  gap: 2px 7px !important;
  min-height: 42px !important;
  padding: 7px 9px !important;
  border: 0 !important;
  border-right: 1px solid #d8e0ea !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li:last-child {
  border-right: 0 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li + li::before {
  display: none !important;
  content: none !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li b {
  grid-area: index !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 3px !important;
  color: #64748b !important;
  font-size: .5rem !important;
  font-weight: 920 !important;
  line-height: 1 !important;
  background: #f8fafc !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li.is-pass b,
html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li.is-complete b {
  border-color: #86efac !important;
  background: #f0fdf4 !important;
  color: #166534 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li span {
  grid-area: label !important;
  color: #0f172a !important;
  font-size: .62rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li em {
  grid-area: state !important;
  color: #64748b !important;
  font-size: .56rem !important;
  font-style: normal !important;
  font-weight: 780 !important;
  line-height: 1 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li.is-complete em {
  color: #166534 !important;
}

/* Compose final simplification: one inline delivery-check row, no step tiles. */
html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 40px !important;
  padding: 7px 10px !important;
  border: 1px solid #cbd5e1 !important;
  border-left: 3px solid #b45309 !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  min-width: 216px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary strong {
  font-size: .68rem !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary span {
  overflow: hidden !important;
  color: #64748b !important;
  font-size: .58rem !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li b {
  display: none !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li span {
  color: #0f172a !important;
  font-size: .62rem !important;
  font-weight: 880 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li em {
  color: #9a3412 !important;
  font-size: .56rem !important;
  font-style: normal !important;
  font-weight: 820 !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-group-label {
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-validation {
  margin: 4px 0 0 !important;
  font-size: .58rem !important;
}

/* Compose final pass: delivery checks as one checklist control. */
html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  grid-template-columns: minmax(164px, .62fr) minmax(0, 1.7fr) !important;
  border-left-color: #b45309 !important;
  border-radius: 3px !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary {
  min-height: 38px !important;
  padding: 7px 10px !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary strong {
  font-size: .66rem !important;
}

html body.mail-body #mail-compose-modal .hvx690-compose-send-gate-summary span {
  font-size: .57rem !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li {
  min-height: 38px !important;
  padding: 6px 8px !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li b {
  width: 18px !important;
  height: 18px !important;
  border-radius: 2px !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li em {
  color: #9a3412 !important;
  font-weight: 840 !important;
}

html body.mail-body #mail-compose-modal .hvx500-compose-send-steps li.is-complete em {
  color: #166534 !important;
}

html body.mail-body #mail-compose-modal .mail-required-mark {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  font-size: .55rem !important;
  font-weight: 760 !important;
  text-transform: none !important;
}

html body.mail-body .hvx300-conversation-footer.hvx330-conversation-footer-compact,
html body.mail-body .hvx300-conversation-footer.hvx330-conversation-footer-compact.is-single-page,
html body.mail-body .hvx300-conversation-footer.hvx330-conversation-footer-compact.has-pagination {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 1px solid #d8e0ea !important;
  border-top: 0 !important;
  border-radius: 0 0 3px 3px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.mail-body .hvx300-conversation-footer.hvx330-conversation-footer-compact.is-single-page {
  background: #fbfdff !important;
}

html body.mail-body .hvx330-conversation-footer-summary {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: baseline !important;
  gap: 6px 9px !important;
  min-width: 0 !important;
}

html body.mail-body .hvx330-conversation-footer-summary strong {
  color: #0f172a !important;
  font-size: .66rem !important;
  font-weight: 940 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx330-conversation-footer-summary span {
  color: #475569 !important;
  font-size: .58rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
}

html body.mail-body .hvx330-conversation-footer-summary small {
  grid-column: 1 / -1 !important;
  overflow: hidden !important;
  color: #64748b !important;
  font-size: .56rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx300-conversation-footer-controls {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

html body.mail-body .hvx300-conversation-footer.hvx330-conversation-footer-compact.is-single-page .hvx300-conversation-footer-controls > button[data-mail-footer-page] {
  display: none !important;
}

html body.mail-body .hvx300-conversation-density {
  display: inline-flex !important;
  overflow: hidden !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 3px !important;
  background: #fff !important;
}

html body.mail-body .hvx300-conversation-density button,
html body.mail-body .hvx300-conversation-density button.secondary {
  min-height: 26px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-right: 1px solid #d8e0ea !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #475569 !important;
  box-shadow: none !important;
  font-size: .6rem !important;
  font-weight: 820 !important;
}

html body.mail-body .hvx300-conversation-density button:last-child {
  border-right: 0 !important;
}

html body.mail-body .hvx300-conversation-density button.is-active {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

/* Score 10 compose model: one readiness contract, one primary send affordance. */
html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  display: grid !important;
  grid-template-columns: minmax(240px, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 8px 10px !important;
  border: 1px solid #d8e0ea !important;
  border-left: 3px solid #b45309 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  border-left-color: #15803d !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx500-compose-send-steps,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx500-compose-send-steps[hidden] {
  display: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary strong {
  overflow: hidden !important;
  color: #0f172a !important;
  font-size: .76rem !important;
  font-weight: 920 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary span {
  overflow: hidden !important;
  color: #64748b !important;
  font-size: .64rem !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail.mail-compose-top-action-rail {
  display: grid !important;
  grid-template-columns: minmax(145px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 360px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail div {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-state {
  overflow: hidden !important;
  color: #0f172a !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-copy {
  overflow: hidden !important;
  color: #64748b !important;
  font-size: .58rem !important;
  font-weight: 740 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail button,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail button.secondary {
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: .68rem !important;
  font-weight: 860 !important;
  white-space: nowrap !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail #compose-top-send-btn {
  border: 1px solid #1d4ed8 !important;
  background: #2563eb !important;
  color: #ffffff !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail #compose-top-send-btn:disabled {
  border-color: #cbd5e1 !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
}

@media (max-width: 900px) {
  html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
  html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
  html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
  html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
    grid-template-columns: 1fr !important;
  }

  html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail.mail-compose-top-action-rail {
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
  }
}

/* Score 10 conversations density reset: the queue owns the canvas without empty stretched chrome. */
@media (min-width: 761px) {
  html body.mail-body .mail-shell,
  html body.mail-body .mail-pane,
  html body.mail-body .mail-pane.is-active,
  html body.mail-body .mail-thread-list,
  html body.mail-body .mail-thread-list.panel,
  html body.mail-body .mail-thread-panel {
    min-height: 0 !important;
    height: auto !important;
    align-items: start !important;
    align-self: start !important;
  }

  html body.mail-body .mail-thread-list.panel,
  html body.mail-body .mail-thread-panel {
    overflow: visible !important;
    padding-bottom: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
  }

  html body.mail-body .mail-workspace-canvas,
  html body.mail-body .mail-workspace-shell,
  html body.mail-body .mail-workspace-panel,
  html body.mail-body .mail-thread-list .thread-items {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body.mail-body .mail-thread-list .thread-items {
    border-bottom: 1px solid #d8e0ea !important;
  }

  html body.mail-body .hvx100-conversation-row,
  html body.mail-body .thread-item.hvx100-conversation-row {
    min-height: 58px !important;
  }

  html body.mail-body .hvx100-conversation-row > *,
  html body.mail-body .thread-item.hvx100-conversation-row > * {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  html body.mail-body .mail-thread-list .mail-panel-header,
  html body.mail-body .mail-workspace-toolbar,
  html body.mail-body .mail-workspace-categories {
    flex-shrink: 0 !important;
  }
}

/* Score 10 conversation status model: one compact read state and one owner-required signal. */
html body.mail-body .hvx820-read-state,
html body.mail-body .hvx820-read-state.is-unread,
html body.mail-body .hvx820-read-state.is-read {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
  font-size: .58rem !important;
  font-weight: 780 !important;
  line-height: 1 !important;
}

html body.mail-body .hvx820-read-state.is-unread {
  color: #1d4ed8 !important;
  font-weight: 860 !important;
}

html body.mail-body .hvx820-read-state::before {
  content: "" !important;
  display: inline-block !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #cbd5e1 !important;
}

html body.mail-body .hvx820-read-state.is-unread::before {
  background: #2563eb !important;
}

html body.mail-body .hvx100-conversation-routing.is-missing strong,
html body.mail-body .hvx100-conversation-routing.is-missing small {
  color: #9a3412 !important;
}

html body.mail-body .hvx100-conversation-next-state {
  border-left-color: #64748b !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-next-state {
  border-left-color: #b45309 !important;
}

/* Score 10 mail queue: one status grammar, clearer selected workflow. */
html body.mail-body .hvx820-read-state.is-unread {
  width: 7px !important;
  min-width: 7px !important;
  height: 7px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx820-read-state.is-unread::before {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
  background: #2563eb !important;
}

html body.mail-body .hvx820-read-state.is-read {
  display: none !important;
}

/* Score 10 absolute mail terminus: conventional compose send state and quieter conversation signals. */
html body.mail-body .hvx820-read-state.is-unread,
html body.mail-body .hvx820-read-state.is-read {
  display: none !important;
}

html body.mail-body .hvx100-conversation-row.is-unread .hvx100-conversation-open strong::after {
  content: "New" !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 14px !important;
  margin-left: 7px !important;
  padding: 0 4px !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 3px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: .48rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail.mail-compose-top-action-rail {
  display: none !important;
}

html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions #compose-send-btn,
html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions #compose-send-btn:disabled {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 104px !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  border-radius: 4px !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
}

html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions #compose-send-btn:disabled {
  border: 1px solid #cbd5e1 !important;
  background: #eef2f7 !important;
  color: #64748b !important;
  cursor: not-allowed !important;
}

html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions #compose-send-btn:disabled::after,
html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions #compose-send-btn:disabled::before {
  content: none !important;
  display: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-state-panel.hvx100-compose-send-state {
  margin: 12px 0 0 !important;
  border-left-color: #b45309 !important;
}

html body.mail-body #mail-compose-modal #compose-send-state-title {
  color: #0f172a !important;
}

html body.mail-body #mail-compose-modal #compose-send-state-copy {
  color: #475569 !important;
}

/* Score 10 component rewrite terminus: conversations table resolves to compact triage semantics. */
html body.mail-body .hvx100-conversation-table {
  border-color: #cfd8e3 !important;
  table-layout: fixed !important;
}

html body.mail-body .hvx100-conversation-table th {
  height: 30px !important;
  padding: 0 10px !important;
  background: #eef2f7 !important;
  color: #334155 !important;
  font-size: .58rem !important;
  font-weight: 940 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-sla {
  width: 82px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-next {
  width: 182px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-touch {
  width: 116px !important;
}

html body.mail-body .hvx100-conversation-row td {
  height: 60px !important;
  padding: 8px 10px !important;
  border-right-color: #e2e8f0 !important;
  border-bottom-color: #d6dee8 !important;
  background: #ffffff !important;
  vertical-align: middle !important;
}

html body.mail-body .hvx100-conversation-row:nth-child(even) td {
  background: #fcfdff !important;
}

html body.mail-body .hvx100-conversation-row:hover td {
  background: #f8fafc !important;
}

html body.mail-body .hvx100-conversation-row.active td,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td,
html body.mail-body .hvx100-conversation-row.is-selected td {
  background: #f8fafc !important;
  border-top-color: #cbd5e1 !important;
  border-bottom-color: #cbd5e1 !important;
  box-shadow: none !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child,
html body.mail-body .hvx100-conversation-row.is-selected td:first-child {
  background: #f8fafc !important;
  box-shadow: inset 4px 0 0 #334155 !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child::after,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child::after {
  content: none !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge {
  gap: 2px !important;
  padding-left: 7px !important;
  border-left-width: 2px !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge strong {
  color: #0f172a !important;
  font-size: .78rem !important;
  font-weight: 940 !important;
  line-height: 1.05 !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge small {
  color: #64748b !important;
  font-size: .55rem !important;
  font-weight: 780 !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx100-conversation-open {
  gap: 2px !important;
}

html body.mail-body .hvx820-conversation-subject-head {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
}

html body.mail-body .hvx100-conversation-open strong {
  color: #0f172a !important;
  font-size: .93rem !important;
  font-weight: 940 !important;
  line-height: 1.06 !important;
}

html body.mail-body .hvx100-conversation-open small {
  color: #334155 !important;
  font-size: .62rem !important;
  font-weight: 820 !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx155-conversation-preview {
  color: #64748b !important;
  font-size: .6rem !important;
  font-weight: 690 !important;
  line-height: 1.06 !important;
}

html body.mail-body .hvx820-read-state.is-unread {
  display: none !important;
}

html body.mail-body .hvx100-conversation-row.is-unread .hvx100-conversation-open strong::after {
  content: "New" !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 14px !important;
  margin-left: 7px !important;
  padding: 0 4px !important;
  border: 1px solid #d8e0ea !important;
  border-radius: 3px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: .48rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.active .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.is-selected .hvx100-conversation-workflow .hvx100-conversation-next-state {
  gap: 2px !important;
  padding-left: 9px !important;
  border-left-width: 2px !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state b {
  color: #0f172a !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state small {
  color: #64748b !important;
  font-size: .58rem !important;
  font-weight: 740 !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx100-conversation-touch strong {
  color: #0f172a !important;
  font-size: .72rem !important;
  font-weight: 880 !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx100-conversation-touch small {
  color: #64748b !important;
  font-size: .57rem !important;
  font-weight: 720 !important;
  line-height: 1.05 !important;
}

/* Score 10 component rewrite terminus: compose uses field-level requirements plus one footer send model. */
html body.mail-body #mail-compose-modal .mail-compose-card.panel {
  max-height: min(82vh, 760px) !important;
}

html body.mail-body #mail-compose-modal .mail-modal-layout {
  min-height: 0 !important;
}

html body.mail-body #mail-compose-modal .mail-modal-main {
  min-height: 0 !important;
}

html body.mail-body #mail-compose-modal .mail-compose-identity-strip.hvx11-compose-identity {
  margin: 0 18px 10px !important;
  padding: 7px 10px !important;
  border-radius: 4px !important;
}

html body.mail-body #mail-compose-modal .mail-compose-section {
  padding: 14px 18px 0 !important;
}

html body.mail-body #mail-compose-modal .mail-compose-section-head {
  margin-bottom: 8px !important;
}

html body.mail-body #mail-compose-modal .mail-compose-quickbar {
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
}

html body.mail-body #mail-compose-modal .mail-compose-grid {
  gap: 10px !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-group-label {
  min-height: 0 !important;
  padding: 0 0 6px !important;
  border: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  background: transparent !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  display: none !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-validation,
html body.mail-body #mail-compose-modal .mail-compose-field-validation.is-pending {
  margin-top: 5px !important;
  padding-left: 8px !important;
  border-left: 2px solid #b45309 !important;
  color: #7c2d12 !important;
  font-size: .62rem !important;
  font-weight: 780 !important;
  line-height: 1.15 !important;
}

html body.mail-body #mail-compose-modal #compose-send-state-panel.hvx100-compose-send-state {
  position: sticky !important;
  bottom: 52px !important;
  z-index: 2 !important;
  margin: 12px 0 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #d8e0ea !important;
  border-left: 3px solid #64748b !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: 0 -1px 2px rgba(15, 23, 42, .04) !important;
}

html body.mail-body #mail-compose-modal #compose-send-state-panel .hvx305-compose-state-copy strong {
  color: #0f172a !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

html body.mail-body #mail-compose-modal #compose-send-state-panel .hvx305-compose-state-copy span {
  color: #64748b !important;
  font-size: .62rem !important;
  font-weight: 720 !important;
  line-height: 1.08 !important;
}

html body.mail-body #mail-compose-modal .hvx305-compose-state-checks span {
  min-height: 24px !important;
  padding: 4px 7px !important;
  border-radius: 3px !important;
  background: #f8fafc !important;
}

html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 3 !important;
  margin: 0 -18px !important;
  padding: 10px 18px !important;
  border-top: 1px solid #d8e0ea !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 -1px 2px rgba(15, 23, 42, .04) !important;
}

html body.mail-body #mail-compose-modal .mail-compose-actions.mail-modal-actions button {
  min-height: 32px !important;
  border-radius: 4px !important;
}

/* Score 10 mail cascade terminus: high-contrast inspector CTA and neutral compose send gate. */
html body.mail-body .hvx920-selected-conversation-inspector > button,
html body.mail-body .hvx920-selected-conversation-inspector > button[type="button"],
html body.mail-body .hvx920-selected-conversation-inspector > button:not(.secondary):not(.danger):not(.warn) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html body.mail-body .hvx920-selected-conversation-inspector > button span,
html body.mail-body .hvx920-selected-conversation-inspector > button b {
  color: #0f172a !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  margin: 6px 0 8px !important;
  padding: 7px 9px !important;
  border: 1px solid #d8e0ea !important;
  border-left: 2px solid #94a3b8 !important;
  border-radius: 4px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary {
  display: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail.mail-compose-top-action-rail {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail div {
  display: grid !important;
  gap: 2px !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-state {
  color: #0f172a !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-copy {
  color: #64748b !important;
  font-size: .62rem !important;
  font-weight: 720 !important;
  line-height: 1.05 !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail button {
  min-height: 30px !important;
  padding: 0 12px !important;
  border-radius: 4px !important;
  font-size: .68rem !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail #compose-top-send-btn:disabled {
  border-color: #d8e0ea !important;
  background: #eef2f7 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-validation {
  color: #64748b !important;
  font-size: .61rem !important;
  font-weight: 760 !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-validation.is-pending {
  color: #9a3412 !important;
}

/* Score 10 Conversations: selected row is an operational target, not a faint hover state. */
html body.mail-body .hvx100-conversation-row.active td,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td {
  background: #eef6ff !important;
  border-top: 1px solid #93c5fd !important;
  border-bottom: 1px solid #93c5fd !important;
  box-shadow: inset 0 1px 0 rgba(37, 99, 235, .16), inset 0 -1px 0 rgba(37, 99, 235, .12) !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child {
  position: relative !important;
  background: #e8f2ff !important;
  box-shadow: inset 6px 0 0 #2563eb, inset 0 1px 0 rgba(37, 99, 235, .16), inset 0 -1px 0 rgba(37, 99, 235, .12) !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child::after,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child::after {
  content: "Selected" !important;
  position: absolute !important;
  right: 8px !important;
  bottom: 5px !important;
  color: #1d4ed8 !important;
  font-size: .48rem !important;
  font-weight: 920 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.mail-body .hvx100-conversation-row.active .hvx100-conversation-open strong,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] .hvx100-conversation-open strong {
  color: #0b1f44 !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.active .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] .hvx100-conversation-workflow .hvx100-conversation-next-state {
  border-left-color: #64748b !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state b {
  color: #334155 !important;
}

html body.mail-body .hvx920-selected-conversation-inspector {
  border-color: #d8e0ea !important;
  background: #fff !important;
  box-shadow: inset 3px 0 0 #94a3b8, 0 1px 2px rgba(15, 23, 42, .03) !important;
}

html body.mail-body .hvx920-selected-conversation-inspector .hvx100-conversation-inspector-copy > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #475569 !important;
  font-size: .58rem !important;
  font-style: normal !important;
  font-weight: 860 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.mail-body .hvx920-selected-ribbon {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 17px !important;
  padding: 0 6px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 3px !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-size: .52rem !important;
  font-weight: 920 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
}

html body.mail-body .hvx920-selected-conversation-inspector .hvx100-conversation-inspector-copy em {
  color: #475569 !important;
  font-style: normal !important;
  font-weight: 880 !important;
}

html body.mail-body .hvx920-selected-conversation-inspector > button {
  display: grid !important;
  gap: 2px !important;
  min-height: 44px !important;
  padding: 8px 12px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  background: #f8fafc !important;
  color: #1e293b !important;
  box-shadow: none !important;
  font-weight: 860 !important;
}

html body.mail-body .hvx920-selected-conversation-inspector > button b {
  color: #64748b !important;
  font-size: .56rem !important;
  font-weight: 720 !important;
  line-height: 1 !important;
}

/* Score 10 blocker fix: inspector CTA must never render low-contrast helper text. */
html body.mail-body .hvx920-selected-conversation-inspector > button,
html body.mail-body .hvx920-selected-conversation-inspector > button[type="button"],
html body.mail-body .hvx920-selected-conversation-inspector > button:not(.secondary):not(.danger):not(.warn) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html body.mail-body .hvx920-selected-conversation-inspector > button span,
html body.mail-body .hvx920-selected-conversation-inspector > button b {
  color: #0f172a !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Score 10 Conversations: enterprise triage table hierarchy. */
html body.mail-body .hvx100-conversation-table th {
  height: 34px !important;
  background: #eef2f7 !important;
  color: #334155 !important;
  font-size: .62rem !important;
  font-weight: 940 !important;
}

html body.mail-body .hvx100-conversation-row td {
  height: 68px !important;
  padding: 10px 12px !important;
  border-bottom-color: #cfd8e3 !important;
}

html body.mail-body .hvx100-conversation-row:nth-child(even) td {
  background: #fcfdff !important;
}

html body.mail-body .hvx100-conversation-row:hover td {
  background: #f8fbff !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge strong {
  font-size: .8rem !important;
  font-weight: 940 !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge small {
  color: #475569 !important;
  font-size: .58rem !important;
  font-weight: 820 !important;
}

html body.mail-body .hvx100-conversation-open strong {
  font-size: .98rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

html body.mail-body .hvx100-conversation-open small {
  color: #334155 !important;
  font-size: .66rem !important;
  font-weight: 830 !important;
}

html body.mail-body .hvx155-conversation-preview {
  color: #64748b !important;
  font-size: .64rem !important;
  font-weight: 680 !important;
}

html body.mail-body .hvx820-read-state.is-unread {
  width: 7px !important;
  min-width: 7px !important;
  height: 7px !important;
  min-height: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  color: transparent !important;
  font-size: 0 !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state b,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state b {
  color: #334155 !important;
  font-size: .76rem !important;
  font-weight: 880 !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state small {
  color: #64748b !important;
  font-size: .6rem !important;
  font-weight: 700 !important;
}

html body.mail-body .hvx100-conversation-touch strong {
  font-size: .74rem !important;
  font-weight: 880 !important;
}

html body.mail-body .hvx100-conversation-touch small {
  color: #64748b !important;
  font-size: .61rem !important;
}

html body.mail-body .hvx100-conversation-row.active td,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td,
html body.mail-body .hvx100-conversation-row.is-selected td {
  background: #f8fafc !important;
  box-shadow: inset 0 1px 0 #d8e0ea, inset 0 -1px 0 #d8e0ea !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child,
html body.mail-body .hvx100-conversation-row.is-selected td:first-child {
  border-left: 3px solid #334155 !important;
}

html body.mail-body .hvx100-conversation-routing.is-missing strong {
  display: inline-flex !important;
  min-height: 20px !important;
  align-items: center !important;
  padding: 0 7px !important;
  border: 1px solid #fed7aa !important;
  border-radius: 3px !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
  font-size: .66rem !important;
  font-weight: 840 !important;
  line-height: 1 !important;
}

html body.mail-body .hvx100-conversation-routing.is-missing small {
  margin-top: 4px !important;
  color: #64748b !important;
}

html body.mail-body .hvx100-conversation-next-state {
  min-height: 34px !important;
  padding: 5px 8px !important;
}

html body.mail-body .hvx100-conversation-next-state strong,
html body.mail-body .hvx100-conversation-next-state b {
  color: #1e293b !important;
  font-size: .72rem !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx100-conversation-next-state small {
  color: #64748b !important;
  font-size: .6rem !important;
}

/* Score 10 compose: one compact send gate and less modal sprawl. */
html body.mail-body #mail-compose-modal .mail-compose-card.panel {
  width: min(810px, calc(100vw - 56px)) !important;
  max-height: 78vh !important;
}

html body.mail-body #mail-compose-modal .mail-compose-body,
html body.mail-body #mail-compose-modal .mail-compose-grid {
  gap: 9px !important;
}

html body.mail-body #mail-compose-modal .mail-compose-section {
  padding-block: 8px !important;
}

html body.mail-body #mail-compose-modal .mail-compose-field-group-label {
  min-height: 22px !important;
  padding-bottom: 3px !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-blocked,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-quiet,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner.is-ready {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border-left-width: 3px !important;
  border-radius: 4px !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary {
  gap: 2px !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary strong {
  font-size: .76rem !important;
  line-height: 1.05 !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner .hvx690-compose-send-gate-summary span {
  font-size: .62rem !important;
  line-height: 1.08 !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail.mail-compose-top-action-rail {
  display: inline-grid !important;
  grid-template-columns: auto auto !important;
  justify-content: end !important;
  min-width: 0 !important;
  gap: 7px !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail div {
  display: none !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail button,
html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail button.secondary {
  min-height: 30px !important;
  padding: 0 11px !important;
  border-radius: 4px !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail #compose-top-send-btn {
  border-color: #334155 !important;
  background: #334155 !important;
}

html body.mail-body #mail-compose-modal #compose-send-blocker-banner #compose-top-action-rail #compose-top-send-btn:disabled {
  border-color: #cbd5e1 !important;
  background: #eef2f7 !important;
  color: #94a3b8 !important;
  cursor: not-allowed !important;
}

/* Score 10 Conversations rewrite: enterprise queue table, four columns, one workflow state. */
html body.mail-body .hvx100-conversation-table-shell {
  border: 1px solid #d8e0ea !important;
  border-radius: 4px !important;
  background: #fff !important;
  overflow: hidden !important;
}

html body.mail-body .hvx100-conversation-table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-sla {
  width: 82px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-subject {
  width: auto !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-workflow {
  width: 190px !important;
}

html body.mail-body .hvx100-conversation-table col.hvx309-conversation-col-touch {
  width: 116px !important;
}

html body.mail-body .hvx100-conversation-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 1 !important;
  height: 32px !important;
  padding: 0 12px !important;
  border-right: 1px solid #dbe3ee !important;
  border-bottom: 1px solid #cbd5e1 !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: .6rem !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.mail-body .hvx100-conversation-table th:last-child {
  border-right: 0 !important;
}

html body.mail-body .hvx100-conversation-row td {
  height: 64px !important;
  padding: 9px 12px !important;
  border-right: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  background: #fff !important;
  vertical-align: middle !important;
}

html body.mail-body .hvx100-conversation-row td:last-child {
  border-right: 0 !important;
}

html body.mail-body .hvx100-conversation-row:hover td {
  background: #fbfdff !important;
}

html body.mail-body .hvx100-conversation-row.active td,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td,
html body.mail-body .hvx100-conversation-row.is-selected td {
  background: #f8fbff !important;
  box-shadow: inset 0 1px 0 #bfdbfe, inset 0 -1px 0 #bfdbfe !important;
}

html body.mail-body .hvx100-conversation-row.active td:first-child,
html body.mail-body .hvx100-conversation-row[aria-selected="true"] td:first-child,
html body.mail-body .hvx100-conversation-row.is-selected td:first-child {
  box-shadow: inset 3px 0 0 #2563eb, inset 0 1px 0 #bfdbfe, inset 0 -1px 0 #bfdbfe !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge {
  display: grid !important;
  gap: 2px !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge strong {
  color: #0f172a !important;
  font-size: .74rem !important;
  font-weight: 920 !important;
  line-height: 1.05 !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge small {
  color: #64748b !important;
  font-size: .56rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body.mail-body .mail-conversation-triage.hvx18-sla-badge.is-review strong,
html body.mail-body .hvx100-conversation-row.is-owner-required .mail-conversation-triage.hvx18-sla-badge strong {
  color: #9a3412 !important;
}

html body.mail-body .hvx100-conversation-open {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

html body.mail-body .hvx820-conversation-subject-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 9px !important;
  align-items: center !important;
}

html body.mail-body .hvx100-conversation-open strong {
  color: #0f172a !important;
  font-size: .92rem !important;
  font-weight: 940 !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.mail-body .hvx100-conversation-open small {
  color: #475569 !important;
  font-size: .64rem !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

html body.mail-body .hvx155-conversation-preview {
  color: #64748b !important;
  font-size: .63rem !important;
  font-weight: 690 !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.mail-body .hvx820-read-state.is-unread {
  width: 7px !important;
  min-width: 7px !important;
  height: 7px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  color: transparent !important;
  font-size: 0 !important;
}

html body.mail-body .hvx820-read-state.is-unread::before {
  content: none !important;
}

html body.mail-body .hvx820-read-state.is-read {
  display: none !important;
}

html body.mail-body .hvx100-conversation-workflow {
  min-width: 0 !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.active .hvx100-conversation-workflow .hvx100-conversation-next-state,
html body.mail-body .hvx100-conversation-row.is-selected .hvx100-conversation-workflow .hvx100-conversation-next-state {
  display: grid !important;
  gap: 3px !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 0 0 0 10px !important;
  border: 0 !important;
  border-left: 2px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state {
  border-left-color: #b45309 !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state b {
  color: #0f172a !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.mail-body .hvx100-conversation-workflow .hvx100-conversation-next-state small {
  color: #64748b !important;
  font-size: .6rem !important;
  font-weight: 720 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.mail-body .hvx100-conversation-row.is-owner-required .hvx100-conversation-workflow .hvx100-conversation-next-state b {
  color: #9a3412 !important;
}

html body.mail-body .hvx100-conversation-touch {
  display: grid !important;
  gap: 4px !important;
}

html body.mail-body .hvx100-conversation-touch strong {
  color: #0f172a !important;
  font-size: .72rem !important;
  font-weight: 860 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx100-conversation-touch small {
  color: #64748b !important;
  font-size: .6rem !important;
  font-weight: 720 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Score 10 Conversations: unread state is explicit, never a mystery dot. */
html body.mail-body .hvx820-read-state.is-unread {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 48px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 6px !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 3px !important;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  box-shadow: none !important;
  font-size: .54rem !important;
  font-weight: 880 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.mail-body .hvx820-read-state.is-unread::before {
  content: none !important;
}

html body.mail-body .hvx820-read-state.is-read {
  display: none !important;
}
