.onexrm-fta {
  --onexrm-fta-page: #040A19;
  --onexrm-fta-surface: #202020;
  --onexrm-fta-text: #f5f5f5;
  --onexrm-fta-muted: #2fb67c;
  --onexrm-fta-border: #d8d8d8;
  --onexrm-fta-input: #363636;
  --onexrm-fta-danger: #b42318;
  --onexrm-fta-soft: #2b2b2b;
  background: var(--onexrm-fta-page);
  color: var(--onexrm-fta-text);
  font: 15px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  padding: 25px;
}

.onexrm-fta * {
  box-sizing: border-box;
  min-width: 0;
}

/* Keep long labels and user-facing copy inside their cards at narrow widths. */
.onexrm-fta :where(h1, h2, h3, h4, h5, h6, p, span, strong, label, summary, button, a, li, th, td) {
  overflow-wrap: anywhere;
  word-break: normal;
}

.onexrm-fta :where(button, summary) {
  white-space: normal;
}

.onexrm-fta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.onexrm-fta-header,
.onexrm-fta-nav,
.onexrm-fta-help-row,
.onexrm-fta-header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.onexrm-fta-header {
  justify-content: space-between;
  padding: 8px 0;
}

.onexrm-fta h1,
.onexrm-fta h2,
.onexrm-fta p {
  margin: 0;
}

.onexrm-fta h1 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.onexrm-fta h2 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.25;
}

.onexrm-fta-kicker,
.onexrm-fta-section-label {
  color: var(--onexrm-fta-muted);
  font-weight: 700;
}

.onexrm-fta-section-label {
  font-size: 30px !important;
  line-height: 1.15;
  margin-top: 18px;
  margin-bottom: 4px;
}

[data-output="question-domain"],
[data-output="supplemental-purpose"] {
  display: block;
  font-size: 30px !important;
  line-height: 1.15;
}

.onexrm-fta-card {
  background: var(--onexrm-fta-surface);
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 8px;
  padding: 16px;
}

.onexrm-fta-intro {
  display: grid;
  gap: 16px;
}

.onexrm-fta-report-access {
  display: grid;
  gap: 16px;
}

.onexrm-fta-report-access .onexrm-fta-status {
  margin: 0;
}

.onexrm-fta-report-access > .onexrm-fta-button {
  justify-self: start;
}

.onexrm-fta [data-screen][hidden] {
  display: none !important;
}

.onexrm-fta [data-screen].onexrm-fta-screen-active {
  display: block !important;
}

.onexrm-fta [data-screen="intro"].onexrm-fta-screen-active,
.onexrm-fta [data-screen="profile"].onexrm-fta-screen-active,
.onexrm-fta [data-screen="results"].onexrm-fta-screen-active {
  display: grid !important;
}

.onexrm-fta-lead {
  font-size: 1.2rem;
  max-width: 760px;
}

.onexrm-fta-muted,
.onexrm-fta-small {
  color: var(--onexrm-fta-muted);
}

.onexrm-fta-small {
  font-size: 0.9em;
}

.onexrm-fta-input-grid,
.onexrm-fta-mode-grid,
.onexrm-fta-summary-grid,
.onexrm-fta-results-grid,
.onexrm-fta-roi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.onexrm-fta-mode-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.onexrm-fta-summary-grid {
  margin-top: 14px;
}

.onexrm-fta-results-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.onexrm-fta-roi-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.onexrm-fta-licence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  margin-top: 12px;
}

.onexrm-fta-licence-column,
.onexrm-fta-tile-stack {
  display: grid;
  gap: 12px;
}

.onexrm-fta-licence-column {
  align-content: start;
}

.onexrm-fta-licence-column > .onexrm-fta-section-label {
  margin-top: 0;
}

.onexrm-fta-licence-detail {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-top: 1px solid var(--onexrm-fta-border);
}

.onexrm-fta-licence-detail:first-of-type {
  border-top: 0;
  padding-top: 4px;
}

.onexrm-fta-licence-detail--billing .onexrm-fta-value {
  font-size: 1.9em;
}

.onexrm-fta-billing-tile {
  border-color: var(--onexrm-fta-muted);
}

.onexrm-fta-billing-tile .onexrm-fta-value {
  font-size: 1.9em;
}

[data-screen="profile"] .onexrm-fta-section-label,
[data-screen="profile"] .onexrm-fta-value {
  color: var(--onexrm-fta-muted);
}

[data-screen="profile"] .onexrm-fta-stat > .onexrm-fta-muted,
[data-screen="profile"] .onexrm-fta-stat > .onexrm-fta-small,
[data-screen="profile"] .onexrm-fta-field span,
[data-screen="profile"] .onexrm-fta-radio span,
[data-screen="profile"] [data-output="pricing-status"] {
  color: var(--onexrm-fta-text);
}

[data-screen="profile"] .onexrm-fta-licence-grid .onexrm-fta-licence-column,
[data-screen="results"] .onexrm-fta-licence-grid .onexrm-fta-licence-column,
[data-screen="results"] .onexrm-fta-roi-grid .onexrm-fta-card,
[data-screen="results"] .onexrm-fta-results-portfolio {
  border-color: var(--onexrm-fta-text);
}

[data-screen="results"] .onexrm-fta-licence-grid .onexrm-fta-value,
[data-screen="results"] .onexrm-fta-roi-grid .onexrm-fta-value,
[data-screen="results"] .onexrm-fta-results-portfolio .onexrm-fta-value {
  color: var(--onexrm-fta-muted);
}

[data-screen="results"] .onexrm-fta-licence-grid .onexrm-fta-licence-detail > .onexrm-fta-muted,
[data-screen="results"] .onexrm-fta-licence-grid .onexrm-fta-licence-detail > .onexrm-fta-small,
[data-screen="results"] .onexrm-fta-roi-grid .onexrm-fta-stat > .onexrm-fta-muted,
[data-screen="results"] .onexrm-fta-roi-grid .onexrm-fta-stat > .onexrm-fta-small,
[data-screen="results"] .onexrm-fta-results-portfolio > .onexrm-fta-muted,
[data-screen="results"] .onexrm-fta-results-portfolio > .onexrm-fta-small,
[data-screen="results"] .onexrm-fta-field span,
[data-screen="results"] .onexrm-fta-radio span,
[data-screen="results"] [data-output="roi-status"] {
  color: var(--onexrm-fta-text);
}

.onexrm-fta-results-assumptions,
.onexrm-fta-results-portfolio {
  margin-top: 12px;
}

.onexrm-fta-financial-grid {
  margin-top: 12px;
}

.onexrm-fta-financial-grid .onexrm-fta-results-portfolio {
  margin-top: 0;
}

.onexrm-fta-pricing-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.onexrm-fta-pricing-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.onexrm-fta-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 8px;
  padding: 12px;
}

.onexrm-fta-consent input {
  margin-top: 4px;
}

.onexrm-fta-link {
  color: var(--onexrm-fta-muted);
  font-weight: 700;
}

.onexrm-fta-field,
.onexrm-fta-radio {
  display: grid;
  gap: 6px;
}

.onexrm-fta-radio {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  align-content: center;
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 8px;
  padding: 12px;
}

.onexrm-fta-field span {
  color: var(--onexrm-fta-muted);
  font-weight: 700;
}

.onexrm-fta-field input,
.onexrm-fta-field select,
.onexrm-fta-report {
  width: 100%;
  border: 2px solid var(--onexrm-fta-border);
  background: #ffffff;
  color: #101010;
  padding: 13px 14px;
  border-radius: 8px;
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 0 1px rgba(47, 182, 124, 0.14);
}

.onexrm-fta-field input,
.onexrm-fta-field select {
  font-size: 1.4em;
  font-weight: 700;
}

.onexrm-fta-field input:focus,
.onexrm-fta-field select:focus,
.onexrm-fta-report:focus {
  border-color: var(--onexrm-fta-muted);
  box-shadow: 0 0 0 3px rgba(47, 182, 124, 0.28);
  outline: none;
}

.onexrm-fta-stat {
  display: grid;
  gap: 6px;
  align-content: start;
}

.onexrm-fta-value {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.15;
}

.onexrm-fta-hero-stat {
  border-color: var(--onexrm-fta-muted);
}

.onexrm-fta-hero-stat .onexrm-fta-value {
  font-size: 1.9em;
}

.onexrm-fta-button {
  border: 1px solid var(--onexrm-fta-muted);
  background: var(--onexrm-fta-muted);
  color: #101010;
  border-radius: 6px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.onexrm-fta-button-secondary {
  background: transparent;
  color: var(--onexrm-fta-text);
  border-color: var(--onexrm-fta-border);
}

.onexrm-fta-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.onexrm-fta-question-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 14px;
  align-items: center;
}

.onexrm-fta-question-progress {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.onexrm-fta-progress-text {
  color: var(--onexrm-fta-text);
  font-size: 0.95em;
}

.onexrm-fta-progress-track {
  height: 10px;
  background: var(--onexrm-fta-soft);
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 999px;
  overflow: hidden;
}

.onexrm-fta-progress-track span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--onexrm-fta-muted);
}

.onexrm-fta-help-row details {
  background: var(--onexrm-fta-soft);
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 8px;
  padding: 10px 12px;
  min-width: min(100%, 260px);
}

.onexrm-fta-help-row summary {
  color: var(--onexrm-fta-muted);
  cursor: pointer;
  font-weight: 700;
}

.onexrm-fta-help-row p {
  margin-top: 8px;
}

.onexrm-fta-question-nav {
  margin-top: 0;
  margin-left: auto;
  flex: 0 1 auto;
}

.onexrm-fta-supplemental-nav-row {
  margin-top: 14px;
  justify-content: flex-end;
}

.onexrm-fta-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.onexrm-fta-option {
  text-align: left;
  background: var(--onexrm-fta-surface);
  border: 1px solid var(--onexrm-fta-border);
  border-left: 4px solid var(--onexrm-fta-text);
  color: var(--onexrm-fta-text);
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  font: inherit;
}

.onexrm-fta-option[aria-pressed="true"] {
  border: 1px solid var(--onexrm-fta-muted);
  outline: 2px solid color-mix(in srgb, var(--onexrm-fta-muted), transparent 55%);
}

.onexrm-fta-option strong,
.onexrm-fta-option span {
  display: block;
  min-width: 0;
}

.onexrm-fta-option {
  max-width: 100%;
  white-space: normal;
}

.onexrm-fta-option strong {
  color: var(--onexrm-fta-muted);
  margin-bottom: 6px;
}

.onexrm-fta-option span {
  color: var(--onexrm-fta-text);
}

.onexrm-fta-not-sure {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: var(--onexrm-fta-muted);
  font-weight: 700;
}

.onexrm-fta-nav {
  justify-content: flex-end;
  margin-top: 16px;
}

.onexrm-fta-domain-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.onexrm-fta-domain-row {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr) 140px 36px;
  gap: 10px;
  align-items: center;
}

.onexrm-fta-domain-row > strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.onexrm-fta-domain-score {
  text-align: right;
  white-space: normal;
}

.onexrm-fta-edit {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 6px;
  background: transparent;
  color: var(--onexrm-fta-text);
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: normal;
  cursor: pointer;
}

.onexrm-fta-edit:hover,
.onexrm-fta-edit:focus-visible {
  border-color: var(--onexrm-fta-muted);
  color: var(--onexrm-fta-muted);
}

.onexrm-fta-domain-bar {
  height: 10px;
  background: var(--onexrm-fta-soft);
  border: 1px solid var(--onexrm-fta-border);
  border-radius: 999px;
  overflow: hidden;
}

.onexrm-fta-domain-bar span {
  display: block;
  height: 100%;
  background: var(--onexrm-fta-muted);
}

.onexrm-fta-opportunity-list {
  margin: 12px 0 0;
}

.onexrm-fta-opportunity-list li + li {
  margin-top: 8px;
}

.onexrm-fta-report {
  min-height: 420px;
  resize: vertical;
  margin-top: 12px;
  white-space: pre-wrap;
}

.onexrm-fta-report-html {
  background: #ffffff;
  color: #111111;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
}

.onexrm-report-cover {
  background: #111111;
  border-bottom: 5px solid var(--onexrm-fta-muted);
  color: #ffffff;
  padding: 30px;
}

.onexrm-report-kicker {
  color: var(--onexrm-fta-muted);
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.onexrm-report-cover h2,
.onexrm-report-section h3 {
  color: inherit;
  margin: 0;
}

.onexrm-report-cover h2 {
  font-size: 2.4em;
  line-height: 1.05;
}

.onexrm-report-cover p,
.onexrm-report-section p {
  line-height: 1.55;
}

.onexrm-report-section {
  border-bottom: 1px solid #dddddd;
  padding: 24px 30px;
}

.onexrm-report-section h3 {
  color: #111111;
  font-size: 1.55em;
  margin-bottom: 16px;
}

.onexrm-report-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.onexrm-report-metric {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 14px;
}

.onexrm-report-metric span,
.onexrm-report-table th {
  color: #111111;
  font-weight: 800;
}

.onexrm-report-metric strong {
  color: var(--onexrm-fta-muted);
  font-size: 1.55em;
  line-height: 1.1;
}

.onexrm-report-metric em {
  color: #333333;
  font-style: normal;
  line-height: 1.35;
}

.onexrm-report-table {
  border-collapse: collapse;
  width: 100%;
}

.onexrm-report-table th,
.onexrm-report-table td {
  border-bottom: 1px solid #dddddd;
  padding: 11px 10px;
  text-align: left;
  vertical-align: middle;
  overflow-wrap: anywhere;
  white-space: normal;
}

.onexrm-report-table tbody tr:last-child th,
.onexrm-report-table tbody tr:last-child td {
  border-bottom: 0;
}

.onexrm-report-table td {
  color: #222222;
}

.onexrm-report-bar {
  background: #eeeeee;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.onexrm-report-bar span {
  background: var(--onexrm-fta-muted);
  display: block;
  height: 100%;
}

.onexrm-report-priorities {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onexrm-report-priorities li {
  border-left: 5px solid var(--onexrm-fta-muted);
  background: #f7f7f7;
  border-radius: 8px;
  padding: 14px 16px;
}

.onexrm-report-priorities strong {
  color: #111111;
  display: block;
  margin-bottom: 4px;
}

.onexrm-report-priorities span {
  color: var(--onexrm-fta-muted);
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
}

.onexrm-report-priorities p,
.onexrm-report-next li {
  color: #222222;
}

.onexrm-report-next ul {
  margin: 0;
  padding-left: 20px;
}

.onexrm-report-next li + li {
  margin-top: 8px;
}

.onexrm-report-methodology h4 {
  color: #2fb67c;
  font-size: 1.15em;
  margin: 22px 0 8px;
}

.onexrm-report-methodology .onexrm-report-formula,
.onexrm-report-methodology .onexrm-report-tier-source {
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  color: #222222;
  padding: 12px;
  white-space: pre-wrap;
}

.onexrm-report-methodology .onexrm-report-sources {
  margin-bottom: 0;
}

.onexrm-fta-methodology-link {
  color: #2fb67c;
  display: inline-block;
  font-weight: 700;
  margin-top: 4px;
}

[hidden] {
  display: none !important;
}

@media (prefers-color-scheme: dark) {
  .onexrm-fta {
    --onexrm-fta-surface: #202020;
    --onexrm-fta-text: #f5f5f5;
    --onexrm-fta-muted: #2fb67c;
    --onexrm-fta-border: #3a3a3a;
    --onexrm-fta-input: #2b2b2b;
    --onexrm-fta-danger: #ff8a70;
  }
}

@media (max-width: 860px) {
  .onexrm-fta-input-grid,
  .onexrm-fta-mode-grid,
  .onexrm-fta-summary-grid,
  .onexrm-fta-results-grid,
  .onexrm-fta-licence-grid,
  .onexrm-fta-roi-grid,
  .onexrm-fta-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .onexrm-fta-question-topline {
    grid-template-columns: minmax(0, 1fr);
  }

  .onexrm-fta-question-progress {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .onexrm-fta-question-nav {
    width: 100%;
    justify-content: flex-end;
  }

  .onexrm-fta-domain-row {
    grid-template-columns: minmax(0, 1fr) auto 36px;
  }

  .onexrm-fta-domain-row > strong {
    grid-column: 1 / -1;
  }

  .onexrm-fta-domain-score {
    text-align: right;
  }

  .onexrm-report-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .onexrm-report-cover,
  .onexrm-report-section {
    padding: 22px;
  }

  .onexrm-report-table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 560px) {
  .onexrm-fta-help-row details,
  .onexrm-fta-question-nav {
    flex-basis: 100%;
  }
}

/* WordPress themes and page builders often ship broad typography and colour rules.
   Keep the Fast Track surface self-contained inside the shortcode wrapper. */
.onexrm-fta,
.entry-content .onexrm-fta,
.elementor .onexrm-fta,
.wp-block-shortcode .onexrm-fta {
  --onexrm-fta-page: #111111 !important;
  --onexrm-fta-surface: #202020 !important;
  --onexrm-fta-text: #f5f5f5 !important;
  --onexrm-fta-muted: #2fb67c !important;
  --onexrm-fta-border: #d8d8d8 !important;
  --onexrm-fta-input: #ffffff !important;
  --onexrm-fta-danger: #b42318 !important;
  --onexrm-fta-soft: #2b2b2b !important;
  background: #111111 !important;
  color: #f5f5f5 !important;
}

.onexrm-fta :where(h1, h2, h3, h4, h5, h6, p, div, span, label, li, summary, strong) {
  color: inherit;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.onexrm-fta h1,
.onexrm-fta h2,
.onexrm-fta .onexrm-fta-progress-text,
.onexrm-fta .onexrm-fta-option,
.onexrm-fta .onexrm-fta-option span,
.onexrm-fta .onexrm-fta-help-row p,
.onexrm-fta .onexrm-fta-status,
.onexrm-fta [data-screen="profile"] .onexrm-fta-stat > .onexrm-fta-muted,
.onexrm-fta [data-screen="profile"] .onexrm-fta-stat > .onexrm-fta-small,
.onexrm-fta [data-screen="profile"] .onexrm-fta-field span,
.onexrm-fta [data-screen="results"] .onexrm-fta-stat > .onexrm-fta-muted,
.onexrm-fta [data-screen="results"] .onexrm-fta-stat > .onexrm-fta-small,
.onexrm-fta [data-screen="results"] .onexrm-fta-field span {
  color: #f5f5f5 !important;
}

.onexrm-fta .onexrm-fta-kicker,
.onexrm-fta .onexrm-fta-section-label,
.onexrm-fta .onexrm-fta-muted,
.onexrm-fta .onexrm-fta-small,
.onexrm-fta .onexrm-fta-help-row summary,
.onexrm-fta .onexrm-fta-link,
.onexrm-fta .onexrm-fta-not-sure,
.onexrm-fta .onexrm-fta-option strong,
.onexrm-fta [data-output="question-domain"],
.onexrm-fta [data-output="supplemental-purpose"] {
  color: #2fb67c !important;
}

.onexrm-fta .onexrm-fta-card,
.onexrm-fta .onexrm-fta-option {
  background: #202020 !important;
  border-color: #d8d8d8 !important;
}

.onexrm-fta .onexrm-fta-help-row details,
.onexrm-fta .onexrm-fta-progress-track {
  background: #2b2b2b !important;
  border-color: #d8d8d8 !important;
}

.onexrm-fta .onexrm-fta-button {
  background: #2fb67c !important;
  border-color: #2fb67c !important;
  color: #101010 !important;
}

.onexrm-fta .onexrm-fta-button-secondary {
  background: transparent !important;
  border-color: #d8d8d8 !important;
  color: #f5f5f5 !important;
}

.onexrm-fta .onexrm-fta-field input,
.onexrm-fta .onexrm-fta-field select,
.onexrm-fta .onexrm-fta-report {
  background: #ffffff !important;
  border-color: #d8d8d8 !important;
  color: #101010 !important;
}

/* Make the selected answer unmistakable on both normal and clarification questions. */
.onexrm-fta .onexrm-fta-option {
  position: relative;
  padding-left: 52px;
}

.onexrm-fta .onexrm-fta-option::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.onexrm-fta .onexrm-fta-option[aria-pressed="true"] {
  background: #2fb67c !important;
  border-color: #2fb67c !important;
  color: #101010 !important;
  outline: none !important;
}

.onexrm-fta .onexrm-fta-option[aria-pressed="true"]::before {
  content: "✓";
  border-color: #101010;
  color: #101010;
}

.onexrm-fta .onexrm-fta-option[aria-pressed="true"] strong,
.onexrm-fta .onexrm-fta-option[aria-pressed="true"] span {
  color: #101010 !important;
}

.onexrm-fta .onexrm-fta-option:focus-visible {
  outline: 3px solid rgba(47, 182, 124, .55) !important;
  outline-offset: 2px;
}

.onexrm-fta .onexrm-fta-licence-column .onexrm-fta-muted,
.onexrm-fta .onexrm-fta-licence-column .onexrm-fta-small {
  color: #f5f5f5 !important;
}

.onexrm-fta .onexrm-fta-small {
  color: #f5f5f5 !important;
}

.onexrm-fta .onexrm-fta-muted {
  color: #f5f5f5 !important;
}

.onexrm-fta .onexrm-fta-pricing-panel [data-output="pricing-status"] {
  color: #f5f5f5 !important;
}
