.ga-med-tool {
    --ga-guide-scroll-offset: 104px;
  }

  .ga-med-tool,
  .ga-med-tool * {
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  .ga-med-tool .input-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4b5563;
    margin-bottom: 8px;
  }

  .ga-med-tool input,
  .ga-med-tool select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    color: #111827;
  }

  .ga-med-tool input:focus,
  .ga-med-tool select:focus {
    outline: none;
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
  }

  .ga-med-tool .soft-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
  }

  .ga-med-tool .section-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }

  .ga-med-tool .section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border-radius: 9999px;
    background: #1d4ed8;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-right: 10px;
  }

  .ga-med-tool .section-heading {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
  }

  .ga-med-tool .section-helper {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 6px;
  }

  .ga-med-tool .choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ga-med-tool .choice-card {
    position: relative;
  }

  .ga-med-tool .choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .ga-med-tool .choice-card label {
    display: block;
    min-height: 100%;
    cursor: pointer;
    border: 1px solid #dbe2ea;
    border-radius: 15px;
    background: #fff;
    padding: 15px 15px 14px 15px;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, transform 0.16s ease;
  }

  .ga-med-tool .choice-card input:checked + label {
    border-color: #1d4ed8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
  }

  .ga-med-tool .choice-card label:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .ga-med-tool .choice-title {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
  }

  .ga-med-tool .choice-copy {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
  }

  .ga-med-tool .multi-select-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 11px;
    border-radius: 9999px;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #3730a3;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
  }

  .ga-med-tool .selection-summary {
    display: none;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 13px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
  }

  .ga-med-tool .selection-summary.show {
    display: block;
  }


  .ga-med-tool .process-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ga-med-tool .process-option {
    position: relative;
  }

  .ga-med-tool .process-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .ga-med-tool .process-option label {
    display: block;
    min-height: 100%;
    cursor: pointer;
    border: 1px solid #dbe2ea;
    border-radius: 15px;
    background: #fff;
    padding: 15px 15px 14px 15px;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, transform 0.16s ease;
  }

  .ga-med-tool .process-option input:checked + label {
    border-color: #1d4ed8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
  }

  .ga-med-tool .process-option label:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .ga-med-tool .process-option-title {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
  }

  .ga-med-tool .process-option-copy {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
  }

  .ga-med-tool .optional-heading-note {
    margin-left: 6px;
    color: #64748b;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .ga-med-tool .tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    vertical-align: middle;
  }

  .ga-med-tool .tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
    cursor: help;
  }

  .ga-med-tool .tooltip-panel {
    position: absolute;
    z-index: 30;
    left: 0;
    top: calc(100% + 10px);
    width: 290px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    line-height: 1.55;
    padding: 10px 12px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: all 0.18s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
  }

  .ga-med-tool .tooltip-wrapper:hover .tooltip-panel,
  .ga-med-tool .tooltip-wrapper:focus-within .tooltip-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ga-med-tool .helper-link {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
  }

  .ga-med-tool .helper-link:hover {
    text-decoration: underline;
  }

  .ga-med-tool .mini-callout {
    border-left: 4px solid #1d4ed8;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.65;
  }

  .ga-med-tool .hidden-section {
    display: none;
  }

  .ga-med-tool .result-card {
    position: relative;
    border: 1px solid #d7e0ec;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  }

  .ga-med-tool .result-card + .result-card {
    margin-top: 16px;
  }

  .ga-med-tool .result-card.compact-result-card {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  }

  .ga-med-tool .result-card.compact-result-card .result-card-header {
    padding: 14px 16px 12px 16px;
  }

  .ga-med-tool .result-card.compact-result-card .result-body {
    padding: 13px 16px 15px 16px;
  }

  .ga-med-tool .result-card.compact-result-card .result-title {
    font-size: 19px;
    line-height: 1.2;
  }

  .ga-med-tool .result-card.compact-result-card .result-subtitle {
    font-size: 13.5px;
    margin-top: 5px;
  }

  .ga-med-tool .result-card.compact-result-card .result-grid {
    grid-template-columns: 1fr;
  }

  .ga-med-tool .result-card.compact-result-card .detail-block {
    padding: 11px 12px;
  }

  .ga-med-tool .result-wide-image {
    display: block;
    width: 100%;
    max-height: 210px;
    object-fit: contain;
    margin-top: 13px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 8px;
  }

  .ga-med-tool .compact-result-card .result-wide-image {
    max-height: 190px;
    margin-top: 12px;
  }

  .ga-med-tool .result-card-header {
    padding: 18px 20px 16px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 70%);
    border-bottom: 1px solid #edf2f7;
  }

  .ga-med-tool .result-header-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    overflow: visible;
  }

  .ga-med-tool .result-image {
    width: 118px;
    height: 86px;
    object-fit: contain;
    border-radius: 16px;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    transform: scale(1.85);
    transform-origin: center right;
    pointer-events: none;
  }

  .ga-med-tool .result-card.tone-blue { border-top: 3px solid #1d4ed8; }
  .ga-med-tool .result-card.tone-slate { border-top: 3px solid #475569; }
  .ga-med-tool .result-card.tone-gray { border-top: 3px solid #94a3b8; }
  .ga-med-tool .result-card.tone-amber { border-top: 3px solid #d97706; }

  .ga-med-tool .result-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 9999px;
    padding: 5px 9px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }

  .ga-med-tool .tone-blue .result-kicker {
    background: #eef2ff;
    color: #3730a3;
  }

  .ga-med-tool .tone-amber .result-kicker {
    background: #fffbeb;
    color: #92400e;
  }

  .ga-med-tool .result-title {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 850;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.025em;
  }

  .ga-med-tool .result-subtitle {
    margin-top: 7px;
    color: #475569;
    line-height: 1.5;
    font-size: 14px;
    max-width: 68ch;
  }

  .ga-med-tool .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
  }

  .ga-med-tool .tag {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid #dbeafe;
    background: #ffffff;
    color: #334155;
  }

  .ga-med-tool .result-body {
    padding: 16px 20px 18px 20px;
  }

  .ga-med-tool .result-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
    align-items: stretch;
  }

  .ga-med-tool .detail-block {
    border: 1px solid #e5ebf3;
    border-radius: 14px;
    padding: 13px 14px;
    background: #fbfdff;
  }

  .ga-med-tool .detail-block h5 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #64748b;
    font-weight: 800;
    margin: 0 0 7px 0;
  }

  .ga-med-tool .detail-block p {
    margin: 0;
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
  }

  .ga-med-tool .detail-block.warn {
    border-color: #fbbf24;
    background: #fffbeb;
  }

  .ga-med-tool .detail-block.warn h5 { color: #92400e; }
  .ga-med-tool .detail-block.warn p { color: #78350f; }

  .ga-med-tool .snapshot-list {
    margin: 0;
    padding-left: 17px;
  }

  .ga-med-tool .snapshot-list li {
    margin-top: 6px;
    color: #334155;
    line-height: 1.5;
    font-size: 13px;
  }

  .ga-med-tool .compact-note {
    margin-top: 10px;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .ga-med-tool .footer-note {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .ga-med-tool .cta-panel {
    display: none;
    margin-top: 18px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #4ade80;
    background: #f0fdf4;
    color: #166534;
  }

  .ga-med-tool .cta-panel.show { display: block; }

  .ga-med-tool .cta-panel.warn {
    border-color: #fbbf24;
    background: #fffbeb;
    color: #92400e;
  }

  .ga-med-tool .cta-panel-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .ga-med-tool .cta-icon {
    font-size: 20px;
    line-height: 1;
  }

  .ga-med-tool .cta-title {
    margin: 0 0 4px;
    color: inherit;
    -webkit-text-fill-color: currentColor;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }

  .ga-med-tool .cta-panel p {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
  }

  .ga-med-tool .cta-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
  }

  .ga-med-tool .ll-feature-box {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(234, 88, 12, 0.28);
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.96) 0%, rgba(254, 242, 242, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  }

  .ga-med-tool .ll-feature-title {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c2410c;
  }

  .ga-med-tool .ll-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
  }

  .ga-med-tool .ll-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #7c2d12;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .ga-med-tool .ll-feature-check {
    flex: 0 0 auto;
    color: #dc2626;
    font-size: 14px;
    line-height: 1;
  }

  .ga-med-tool .ll-partner-note {
    margin-top: 12px;
    color: #7c2d12;
    font-size: 13px;
    line-height: 1.6;
    font-style: italic;
  }


  .ga-med-tool .ga-action-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }

  .ga-med-tool .ga-btn {
    appearance: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    border-radius: 9999px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  }

  .ga-med-tool .ga-btn:hover {
    transform: translateY(-1px);
  }

  .ga-med-tool .ga-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.18);
  }

  .ga-med-tool .ga-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #1d4ed8 0%, #3730a3 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.22), inset 0 1px 0 rgba(255,255,255,0.18);
  }

  .ga-med-tool .ga-btn-primary:hover {
    background: linear-gradient(135deg, #1e40af 0%, #312e81 100%);
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255,255,255,0.2);
  }

  .ga-med-tool .ga-btn-secondary {
    color: #334155;
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .ga-med-tool .ga-btn-secondary:hover {
    color: #1d4ed8;
    border-color: #93c5fd;
    background: #f8fafc;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .ga-med-tool .ga-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.18);
    font-size: 13px;
    line-height: 1;
  }

  .ga-med-tool .ga-btn-secondary .ga-btn-icon {
    background: #eff6ff;
    color: #1d4ed8;
  }

  .ga-med-tool .ga-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, background 0.16s ease;
  }

  .ga-med-tool .ga-accordion-btn:hover {
    transform: translateY(-1px);
    border-color: #bfdbfe;
    background: #fbfdff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  }

  .ga-med-tool .ga-accordion-btn h4 {
    margin: 0;
    min-width: 0;
    flex: 1 1 auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ga-med-tool .ga-accordion-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 14px;
    transition: transform 0.25s ease;
  }

  .ga-med-tool .explain-box h4 {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
  }

  .ga-med-tool .explain-box h5 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #374151;
    margin-bottom: 8px;
  }

  .ga-med-tool .explain-box p,
  .ga-med-tool .explain-box li {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
  }

  .ga-med-tool .mobile-sticky {
    display: none;
  }

  @media (max-width: 860px) {
    .ga-med-tool .result-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Mobile polish: keeps the desktop layout intact, but prevents narrow-screen overflow. */
  @media (max-width: 700px) {
    .ga-med-tool {
      width: 100% !important;
      max-width: 100% !important;
      overflow-x: hidden;
      border-radius: 14px !important;
      padding: 16px !important;
    }

    .ga-med-tool > p:first-child {
      font-size: 11px;
      line-height: 1.35;
      letter-spacing: 0.16em;
    }

    .ga-med-tool h2 {
      font-size: 26px !important;
      line-height: 1.12 !important;
      letter-spacing: -0.02em;
    }

    .ga-med-tool .max-w-4xl,
    .ga-med-tool .max-w-5xl,
    .ga-med-tool .grid,
    .ga-med-tool .result-grid,
    .ga-med-tool .result-card,
    .ga-med-tool .detail-block,
    .ga-med-tool .cta-panel,
    .ga-med-tool .explain-box {
      min-width: 0;
      max-width: 100%;
    }

    .ga-med-tool .soft-box {
      padding: 14px;
      border-radius: 14px;
    }

    .ga-med-tool .mini-callout {
      padding: 13px 14px;
      font-size: 14px;
      line-height: 1.6;
    }

    .ga-med-tool .section-title-row {
      display: block;
      margin-bottom: 14px;
    }

    .ga-med-tool .section-heading {
      align-items: flex-start;
      font-size: 18px;
      line-height: 1.25;
    }

    .ga-med-tool .section-number {
      flex: 0 0 28px;
      min-width: 28px;
      width: 28px;
      height: 28px;
      margin-right: 9px;
      margin-top: -2px;
      font-size: 13px;
    }

    .ga-med-tool .section-helper {
      font-size: 14px;
      line-height: 1.55;
    }

    .ga-med-tool .choice-grid,
    .ga-med-tool .process-option-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .ga-med-tool .choice-card label,
    .ga-med-tool .process-option label {
      padding: 14px;
      border-radius: 14px;
    }

    .ga-med-tool .choice-card label:hover,
    .ga-med-tool .process-option label:hover {
      transform: none;
    }

    .ga-med-tool input,
    .ga-med-tool select {
      max-width: 100%;
      min-height: 48px;
      font-size: 16px;
    }

    .ga-med-tool .tooltip-wrapper {
      position: static;
    }

    .ga-med-tool .tooltip-panel {
      left: 16px;
      right: 16px;
      width: auto;
      max-width: calc(100vw - 32px);
    }

    .ga-med-tool .result-card {
      border-radius: 16px;
    }

    .ga-med-tool .result-card-header,
    .ga-med-tool .result-body {
      padding: 16px;
    }

    .ga-med-tool .result-header-layout {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .ga-med-tool .result-image {
      width: 100%;
      height: 132px;
      justify-self: stretch;
      transform: scale(1.35);
      transform-origin: center;
    }

    .ga-med-tool .result-title {
      font-size: 21px;
      line-height: 1.18;
    }

    .ga-med-tool .result-subtitle {
      font-size: 14px;
      line-height: 1.55;
    }

    .ga-med-tool .tag-row {
      gap: 7px;
    }

    .ga-med-tool .tag {
      white-space: normal;
      line-height: 1.25;
    }

    .ga-med-tool .detail-block {
      padding: 13px 14px;
    }

    .ga-med-tool .snapshot-list {
      padding-left: 17px;
    }

    .ga-med-tool .cta-panel-inner {
      display: block;
    }

    .ga-med-tool .cta-icon {
      margin-bottom: 8px;
    }

    .ga-med-tool .cta-button-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .ga-med-tool .cta-button-row a {
      width: 100%;
      text-align: center;
      line-height: 1.25;
    }

    .ga-med-tool .ll-feature-grid {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .ga-med-tool .ga-action-row {
      gap: 10px;
    }

    .ga-med-tool .desktop-action-row {
      padding-bottom: 0;
    }

    .ga-med-tool .desktop-action-row [data-ga-key="calculateBtn"] {
      display: none;
    }

    .ga-med-tool .desktop-action-row [data-ga-key="resetBtn"] {
      width: 100%;
    }

    .ga-med-tool .ga-btn {
      width: 100%;
      min-height: 48px;
      padding: 13px 16px;
      border-radius: 14px;
      font-size: 14px;
      white-space: normal;
      text-align: center;
    }

    .ga-med-tool .mobile-sticky {
      display: block;
      position: sticky;
      bottom: 10px;
      z-index: 20;
      margin-top: 16px;
      background: rgba(255,255,255,0.94);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid #dbe2ea;
      border-radius: 16px;
      padding: 10px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    }

    .ga-med-tool .ga-accordion-btn {
      align-items: flex-start;
      padding: 13px 14px;
      min-width: 0;
      width: 100%;
    }

    .ga-med-tool .ga-accordion-btn h4 {
      flex: 1 1 auto;
      min-width: 0;
      max-width: calc(100% - 44px);
      font-size: 17px;
      line-height: 1.25;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: normal;
      hyphens: auto;
    }

    .ga-med-tool .ga-accordion-caret {
      width: 30px;
      height: 30px;
    }
  }

  @media (max-width: 420px) {
    .ga-med-tool {
      padding: 14px !important;
    }

    .ga-med-tool h2 {
      font-size: 24px !important;
    }

    .ga-med-tool .soft-box {
      padding: 12px;
    }

    .ga-med-tool .choice-title,
    .ga-med-tool .result-subtitle,
    .ga-med-tool .detail-block p,
    .ga-med-tool .snapshot-list li,
    .ga-med-tool .footer-note,
    .ga-med-tool .explain-box h4,
    .ga-med-tool .explain-box h5,
    .ga-med-tool .explain-box p,
    .ga-med-tool .explain-box li {
      overflow-wrap: anywhere;
      word-break: normal;
    }
  }


  /* Guided Experience and modern hero layer. Selector recommendation logic remains unchanged. */
  .ga-med-tool [hidden] {
    display: none !important;
  }

  .ga-med-tool .hidden {
    display: none !important;
  }

  .ga-med-tool .max-h-0 {
    max-height: 0 !important;
  }

  .ga-med-tool .overflow-hidden {
    overflow: hidden !important;
  }

  .ga-med-tool .max-h-\[1000px\] {
    max-height: 1000px !important;
  }

  .ga-med-tool .max-h-\[2000px\] {
    max-height: 2000px !important;
  }

  .ga-med-tool .ga-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 22px;
    padding: 34px 30px 28px;
    background:
      radial-gradient(circle at 10% 5%, rgba(79, 70, 229, 0.14), transparent 34%),
      radial-gradient(circle at 92% 12%, rgba(37, 99, 235, 0.10), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, #f8faff 58%, #f5f3ff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
    text-align: center;
  }

  .ga-med-tool .ga-hero::before,
  .ga-med-tool .ga-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
  }

  .ga-med-tool .ga-hero::before {
    width: 160px;
    height: 160px;
    top: -104px;
    right: 7%;
    border: 28px solid rgba(99,102,241,.055);
  }

  .ga-med-tool .ga-hero::after {
    width: 108px;
    height: 108px;
    bottom: -68px;
    left: 6%;
    border: 22px solid rgba(37,99,235,.05);
  }

  .ga-med-tool .ga-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
  }

  .ga-med-tool .ga-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(255,255,255,.88);
    color: #4338ca;
    box-shadow: 0 6px 18px rgba(79,70,229,.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-hero-badge-mark {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    transform: rotate(45deg);
  }

  .ga-med-tool .ga-hero h2 {
    max-width: 900px;
    margin: 14px auto 0;
    color: #111827;
    font-size: clamp(31px, 5vw, 46px);
    line-height: 1.08;
    letter-spacing: -.035em;
    text-align: center;
  }

  .ga-med-tool .ga-hero-lead {
    max-width: 805px;
    margin: 16px auto 0;
    color: #374151;
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.65;
  }

  .ga-med-tool .ga-hero-features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
  }

  .ga-med-tool .ga-hero-feature {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #dbe4f0;
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(255,255,255,.86);
    color: #334155;
    box-shadow: 0 5px 14px rgba(15,23,42,.04);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }

  .ga-med-tool .ga-hero-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 900;
  }

  .ga-med-tool .ga-hero-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 18px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-hero-links-label {
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-hero-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
  }

  .ga-med-tool .ga-hero-links a::before {
    content: "↗";
    color: #6366f1;
    font-weight: 900;
  }

  .ga-med-tool .ga-mode-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 650px;
    margin: 18px auto 0;
    padding: 6px;
    border: 1px solid #d8e1ed;
    border-radius: 16px;
    background: #f8fafc;
    box-shadow: 0 6px 18px rgba(15,23,42,.04);
  }

  .ga-med-tool .ga-mode-button {
    appearance: none;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 11px 12px;
    background: transparent;
    color: #475569;
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
  }

  .ga-med-tool .ga-mode-button:hover {
    transform: translateY(-1px);
    background: #fff;
  }

  .ga-med-tool .ga-mode-button.is-active {
    border-color: #c7d2fe;
    background: #fff;
    color: #3730a3;
    box-shadow: 0 8px 18px rgba(79,70,229,.09);
  }

  .ga-med-tool .ga-mode-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 900;
  }

  .ga-med-tool .ga-mode-button strong,
  .ga-med-tool .ga-mode-button small {
    display: block;
  }

  .ga-med-tool .ga-mode-button strong {
    font-size: 12px;
    line-height: 1.35;
  }

  .ga-med-tool .ga-mode-button small {
    margin-top: 2px;
    color: #64748b;
    font-size: 9px;
    line-height: 1.35;
  }

  .ga-med-tool .ga-preliminary-note {
    max-width: 920px;
    margin: 14px auto 0;
    border-left: 3px solid #d97706;
    border-radius: 12px;
    padding: 11px 14px;
    background: #fffbeb;
    color: #92400e;
    font-size: 12px;
    line-height: 1.6;
  }

  .ga-med-tool .ga-guided-mode {
    margin-top: 18px;
  }

  .ga-med-tool .ga-progress-shell,
  .ga-med-tool [data-ga-key="resultWrap"] {
    /* Fallback clearance for the site header; JavaScript measures the live overlay as well. */
    scroll-margin-top: var(--ga-guide-scroll-offset, 104px);
  }

  .ga-med-tool .ga-progress-shell {
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    padding: 15px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 8px 22px rgba(15,23,42,.045);
  }

  .ga-med-tool .ga-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
  }

  .ga-med-tool .ga-progress-meta strong {
    color: #3730a3;
  }

  .ga-med-tool .ga-progress-bar {
    height: 7px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
  }

  .ga-med-tool .ga-progress-bar span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4f46e5, #2563eb);
    transition: width .28s ease;
  }

  .ga-med-tool .ga-step-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin-top: 13px;
  }

  .ga-med-tool .ga-step-tab {
    appearance: none;
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    padding: 8px;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    text-align: left;
    transition: all .16s ease;
  }

  .ga-med-tool .ga-step-tab:disabled {
    cursor: not-allowed;
    opacity: .55;
  }

  .ga-med-tool .ga-step-tab.is-active {
    border-color: #a5b4fc;
    background: #eef2ff;
    color: #3730a3;
    box-shadow: 0 0 0 2px rgba(99,102,241,.08);
  }

  .ga-med-tool .ga-step-tab.is-complete {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
  }

  .ga-med-tool .ga-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #f1f5f9;
    color: inherit;
    font-size: 10px;
    font-weight: 900;
  }

  .ga-med-tool .ga-step-tab strong,
  .ga-med-tool .ga-step-tab small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ga-med-tool .ga-step-tab strong {
    font-size: 10px;
  }

  .ga-med-tool .ga-step-tab small {
    margin-top: 1px;
    font-size: 8px;
    opacity: .82;
  }

  .ga-med-tool .ga-guided-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 16px;
    align-items: start;
    margin-top: 16px;
  }

  .ga-med-tool .ga-guide-step {
    border: 1px solid #dbe4f0;
    border-radius: 20px;
    padding: 21px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15,23,42,.05);
  }

  .ga-med-tool .ga-guide-head {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
  }

  .ga-med-tool .ga-guide-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: linear-gradient(135deg, #eef2ff, #dbeafe);
    color: #4338ca;
    font-size: 16px;
    font-weight: 900;
  }

  .ga-med-tool .ga-guide-kicker {
    display: block;
    margin-bottom: 3px;
    color: #6366f1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-guide-head h3 {
    margin: 0;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -.025em;
  }

  .ga-med-tool .ga-guide-head p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
  }

  .ga-med-tool .ga-guide-section-label {
    margin: 18px 0 9px;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-guide-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ga-med-tool .ga-guide-choice-grid.ga-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ga-med-tool .ga-guide-choice {
    appearance: none;
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    gap: 10px;
    align-items: start;
    min-height: 96px;
    border: 1px solid #dbe2ea;
    border-radius: 15px;
    padding: 14px;
    background: #fff;
    color: #334155;
    cursor: pointer;
    text-align: left;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease;
  }

  .ga-med-tool .ga-guide-choice:hover {
    transform: translateY(-1px);
    border-color: #a5b4fc;
    box-shadow: 0 10px 22px rgba(15,23,42,.07);
  }

  .ga-med-tool .ga-guide-choice.is-selected {
    border-color: #6366f1;
    background: #eef2ff;
    box-shadow: 0 0 0 3px rgba(99,102,241,.10);
  }

  .ga-med-tool .ga-guide-choice:disabled {
    cursor: not-allowed;
    opacity: .5;
    transform: none;
  }

  .ga-med-tool .ga-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: 16px;
    font-weight: 900;
  }

  .ga-med-tool .ga-guide-choice.is-selected .ga-choice-icon {
    background: #dbeafe;
    color: #4338ca;
  }

  .ga-med-tool .ga-guide-choice strong,
  .ga-med-tool .ga-guide-choice small {
    display: block;
  }

  .ga-med-tool .ga-guide-choice strong {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.35;
  }

  .ga-med-tool .ga-guide-choice small {
    margin-top: 4px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.45;
  }

  /* Guided-card text containment: prevents titles and descriptions from escaping narrow cards. */
  .ga-med-tool .ga-guide-choice {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal !important;
    overflow: hidden;
  }

  .ga-med-tool .ga-guide-choice > span {
    min-width: 0;
    max-width: 100%;
  }

  .ga-med-tool .ga-guide-choice > span:nth-child(2) {
    overflow: hidden;
  }

  .ga-med-tool .ga-guide-choice strong,
  .ga-med-tool .ga-guide-choice small {
    min-width: 0;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto;
  }

  .ga-med-tool .ga-choice-check {
    justify-self: end;
  }

  .ga-med-tool .ga-choice-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: transparent;
    font-size: 10px;
    font-weight: 900;
  }

  .ga-med-tool .ga-guide-choice.is-selected .ga-choice-check {
    border-color: #4f46e5;
    background: #4f46e5;
    color: #fff;
  }

  .ga-med-tool .ga-multi-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 11px;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    padding: 7px 10px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 11px;
    font-weight: 800;
  }

  .ga-med-tool .ga-guide-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ga-med-tool .ga-guide-field {
    display: block;
  }

  .ga-med-tool .ga-guide-field > span:first-child {
    display: block;
    margin-bottom: 7px;
    color: #475569;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-optional {
    color: #b45309;
    font-size: 9px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
  }

  .ga-med-tool .ga-field-help {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-conditional-block {
    margin-top: 14px;
    border: 1px solid #dbeafe;
    border-radius: 15px;
    padding: 14px;
    background: #f8fbff;
  }

  .ga-med-tool .ga-conditional-block h4 {
    margin: 0 0 5px;
    color: #1e3a8a;
    font-size: 13px;
  }

  .ga-med-tool .ga-conditional-block > p {
    margin: 0 0 11px;
    color: #64748b;
    font-size: 10px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-why-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    border-left: 3px solid #3b82f6;
    border-radius: 12px;
    padding: 12px 13px;
    background: #eff6ff;
    color: #1e3a8a;
  }

  .ga-med-tool .ga-why-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
  }

  .ga-med-tool .ga-why-box strong,
  .ga-med-tool .ga-why-box p {
    display: block;
  }

  .ga-med-tool .ga-why-box strong {
    font-size: 11px;
  }

  .ga-med-tool .ga-why-box p {
    margin: 2px 0 0;
    font-size: 10px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-guide-error {
    margin-top: 13px;
    border: 1px solid #fecaca;
    border-radius: 11px;
    padding: 10px 12px;
    background: #fef2f2;
    color: #991b1b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
  }

  .ga-med-tool .ga-guide-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
  }

  .ga-med-tool .ga-guide-action-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .ga-med-tool .ga-guide-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 43px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  }

  .ga-med-tool .ga-guide-button:hover {
    transform: translateY(-1px);
  }

  .ga-med-tool .ga-guide-button-primary {
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37,99,235,.20);
  }

  .ga-med-tool .ga-guide-button-secondary {
    border-color: #cbd5e1;
    background: #fff;
    color: #475569;
  }

  .ga-med-tool .ga-guide-button-reset {
    border-color: transparent;
    background: transparent;
    color: #64748b;
  }

  .ga-med-tool .ga-profile-panel {
    min-width: 0;
  }

  .ga-med-tool .ga-profile-sticky {
    position: sticky;
    top: 14px;
    overflow: hidden;
    border: 1px solid #1e3a8a;
    border-radius: 18px;
    background:
      radial-gradient(circle at 90% 2%, rgba(96,165,250,.20), transparent 30%),
      linear-gradient(145deg, #172554, #1e3a8a 58%, #1d4ed8);
    color: #fff;
    box-shadow: 0 14px 30px rgba(30,58,138,.20);
  }

  .ga-med-tool .ga-profile-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .ga-med-tool .ga-profile-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: rgba(255,255,255,.13);
    color: #bfdbfe;
    font-size: 13px;
  }

  .ga-med-tool .ga-profile-head span,
  .ga-med-tool .ga-profile-head strong {
    display: block;
  }

  .ga-med-tool .ga-profile-head div > span {
    color: #bfdbfe;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-profile-head strong {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
  }

  .ga-med-tool .ga-profile-body {
    padding: 13px 14px 14px;
  }

  .ga-med-tool .ga-profile-list {
    margin: 0;
  }

  .ga-med-tool .ga-profile-list div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .ga-med-tool .ga-profile-list dt {
    color: #bfdbfe;
    font-size: 9px;
    font-weight: 700;
  }

  .ga-med-tool .ga-profile-list dd {
    margin: 0;
    max-width: 62%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
  }

  .ga-med-tool .ga-detail-meter {
    margin-top: 12px;
    border-radius: 13px;
    padding: 11px;
    background: rgba(255,255,255,.09);
  }

  .ga-med-tool .ga-detail-meter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #bfdbfe;
    font-size: 9px;
    font-weight: 700;
  }

  .ga-med-tool .ga-detail-meter-head strong {
    color: #fff;
  }

  .ga-med-tool .ga-detail-track {
    height: 6px;
    margin-top: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.15);
  }

  .ga-med-tool .ga-detail-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #93c5fd, #86efac);
    transition: width .25s ease;
  }

  .ga-med-tool .ga-detail-meter p {
    margin: 8px 0 0;
    color: #dbeafe;
    font-size: 8.5px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-profile-path {
    margin-top: 11px;
    border: 1px solid rgba(191,219,254,.18);
    border-radius: 12px;
    padding: 10px;
    color: #dbeafe;
    font-size: 9px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-review-card {
    margin-top: 14px;
    border: 1px solid #c7d2fe;
    border-radius: 16px;
    padding: 14px;
    background: linear-gradient(135deg, #f8faff, #f5f3ff);
  }

  .ga-med-tool .ga-review-card h4 {
    margin: 0;
    color: #312e81;
    font-size: 15px;
  }

  .ga-med-tool .ga-review-card > p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 10px;
    line-height: 1.5;
  }

  .ga-med-tool .ga-review-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .ga-med-tool .ga-review-row {
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    padding: 9px 10px;
    background: rgba(255,255,255,.85);
  }

  .ga-med-tool .ga-review-row span,
  .ga-med-tool .ga-review-row strong {
    display: block;
  }

  .ga-med-tool .ga-review-row span {
    color: #64748b;
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .ga-med-tool .ga-review-row strong {
    margin-top: 3px;
    color: #1e293b;
    font-size: 10px;
    line-height: 1.45;
  }

  .ga-med-tool .ga-reveal-status {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 13px;
    border: 1px solid #bfdbfe;
    border-radius: 13px;
    padding: 11px 12px;
    background: #eff6ff;
    color: #1e3a8a;
  }

  .ga-med-tool .ga-reveal-spinner {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border: 3px solid #bfdbfe;
    border-top-color: #2563eb;
    border-radius: 999px;
    animation: gaMedSpin .8s linear infinite;
  }

  .ga-med-tool .ga-reveal-status strong {
    font-size: 11px;
  }

  .ga-med-tool .ga-reveal-stages {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 6px;
  }

  .ga-med-tool .ga-reveal-stages span {
    border-radius: 999px;
    padding: 4px 7px;
    background: #dbeafe;
    color: #3b82f6;
    font-size: 8px;
    font-weight: 800;
  }

  .ga-med-tool .ga-reveal-stages span.is-active {
    background: #2563eb;
    color: #fff;
  }

  .ga-med-tool .ga-reveal-stages span.is-done {
    background: #dcfce7;
    color: #166534;
  }

  @keyframes gaMedSpin {
    to { transform: rotate(360deg); }
  }

  @media (max-width: 900px) {
    .ga-med-tool .ga-guided-layout {
      grid-template-columns: 1fr;
    }

    .ga-med-tool .ga-profile-sticky {
      position: static;
    }

    .ga-med-tool .ga-profile-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0 14px;
    }
  }

  @media (max-width: 700px) {
    .ga-med-tool .ga-hero {
      padding: 27px 17px 22px;
      border-radius: 18px;
    }

    .ga-med-tool .ga-hero h2 {
      font-size: 31px !important;
    }

    .ga-med-tool .ga-hero-lead {
      font-size: 14px;
    }

    .ga-med-tool .ga-hero-features {
      display: grid;
      grid-template-columns: 1fr;
      max-width: 280px;
      margin-inline: auto;
    }

    .ga-med-tool .ga-hero-feature {
      justify-content: flex-start;
    }

    .ga-med-tool .ga-mode-switch {
      grid-template-columns: 1fr;
    }

    .ga-med-tool .ga-step-track {
      display: flex;
      overflow-x: auto;
      padding-bottom: 3px;
      scrollbar-width: thin;
    }

    .ga-med-tool .ga-step-tab {
      flex: 0 0 148px;
    }

    .ga-med-tool .ga-guide-step {
      padding: 16px;
      border-radius: 16px;
    }

    .ga-med-tool .ga-guide-head h3 {
      font-size: 20px;
    }

    .ga-med-tool .ga-guide-choice-grid,
    .ga-med-tool .ga-guide-choice-grid.ga-three,
    .ga-med-tool .ga-guide-fields,
    .ga-med-tool .ga-review-list {
      grid-template-columns: 1fr;
    }

    .ga-med-tool .ga-guide-choice:hover,
    .ga-med-tool .ga-guide-button:hover {
      transform: none;
    }

    .ga-med-tool .ga-guide-actions,
    .ga-med-tool .ga-guide-action-group {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
    }

    .ga-med-tool .ga-guide-button {
      width: 100%;
    }

    .ga-med-tool .ga-profile-list {
      grid-template-columns: 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ga-med-tool .ga-reveal-spinner {
      animation: none;
    }

    .ga-med-tool .ga-progress-bar span,
    .ga-med-tool .ga-detail-track span,
    .ga-med-tool .ga-guide-choice,
    .ga-med-tool .ga-guide-button {
      transition: none;
    }
  }

/* Production utility subset: replaces the Tailwind CDN used by the original block. */
.ga-med-tool.max-w-5xl { max-width: 64rem; }
.ga-med-tool.mx-auto { margin-left: auto; margin-right: auto; }
.ga-med-tool.p-4 { padding: 1rem; }
.ga-med-tool.bg-white,
.ga-med-tool .bg-white { background-color: #fff; }
.ga-med-tool.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(15, 23, 42, .20); }
.ga-med-tool.rounded-2xl { border-radius: 1rem; }
.ga-med-tool.border-t-8 { border-top-width: 8px; }
.ga-med-tool.border-indigo-700 { border-color: #4338ca; }
.ga-med-tool .hidden { display: none !important; }
.ga-med-tool .grid { display: grid; }
.ga-med-tool .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.ga-med-tool .gap-6 { gap: 1.5rem; }
.ga-med-tool .inline-flex { display: inline-flex; }
.ga-med-tool .items-center { align-items: center; }
.ga-med-tool .justify-center { justify-content: center; }
.ga-med-tool .w-full { width: 100%; }
.ga-med-tool .m-0 { margin: 0; }
.ga-med-tool .mt-2 { margin-top: .5rem; }
.ga-med-tool .mt-4 { margin-top: 1rem; }
.ga-med-tool .mt-6 { margin-top: 1.5rem; }
.ga-med-tool .mt-8 { margin-top: 2rem; }
.ga-med-tool .mt-10 { margin-top: 2.5rem; }
.ga-med-tool .mb-3 { margin-bottom: .75rem; }
.ga-med-tool .pt-5 { padding-top: 1.25rem; }
.ga-med-tool .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.ga-med-tool .py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.ga-med-tool .rounded-lg { border-radius: .5rem; }
.ga-med-tool .border { border-width: 1px; border-style: solid; }
.ga-med-tool .border-t { border-top-width: 1px; border-top-style: solid; }
.ga-med-tool .border-gray-200 { border-color: #e5e7eb; }
.ga-med-tool .border-green-700 { border-color: #15803d; }
.ga-med-tool .bg-green-700 { background-color: #15803d; }
.ga-med-tool .text-white { color: #fff; }
.ga-med-tool .text-gray-500 { color: #6b7280; }
.ga-med-tool .text-gray-600 { color: #4b5563; }
.ga-med-tool .text-gray-700 { color: #374151; }
.ga-med-tool .text-gray-900 { color: #111827; }
.ga-med-tool .text-green-800 { color: #166534; }
.ga-med-tool .text-xs { font-size: .75rem; line-height: 1rem; }
.ga-med-tool .text-sm { font-size: .875rem; line-height: 1.25rem; }
.ga-med-tool .text-base { font-size: 1rem; line-height: 1.5rem; }
.ga-med-tool .text-2xl { font-size: 1.5rem; line-height: 2rem; }
.ga-med-tool .font-semibold { font-weight: 600; }
.ga-med-tool .font-bold { font-weight: 700; }
.ga-med-tool .leading-relaxed { line-height: 1.625; }
.ga-med-tool .overflow-hidden { overflow: hidden; }
.ga-med-tool .max-h-0 { max-height: 0; }
.ga-med-tool .space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.ga-med-tool .transition { transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s, transform .15s; }
.ga-med-tool .transition-all { transition: all .3s ease; }
.ga-med-tool .duration-300 { transition-duration: .3s; }
.ga-med-tool .hover\:bg-green-800:hover { background-color: #166534; }
.ga-med-tool .hover\:bg-green-50:hover { background-color: #f0fdf4; }

@media (min-width: 768px) {
  .ga-med-tool.md\:p-8 { padding: 2rem; }
  .ga-med-tool .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .ga-med-tool .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Pillar launcher plus full-screen and standalone selector presentation. */
.ga-medical-selector-embed {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  container-type: inline-size;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ga-medical-selector-embed *,
.ga-medical-selector-embed *::before,
.ga-medical-selector-embed *::after { box-sizing: border-box; }

.ga-medical-selector-embed .ga-selector-launch-card {
  width: 100%;
  max-width: 540px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid rgba(79, 198, 255, .28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(34, 211, 238, .12), transparent 42%),
    linear-gradient(145deg, rgba(13, 43, 65, .78), rgba(7, 27, 43, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 16px 36px rgba(0, 0, 0, .12);
  color: #eaf6ff;
  text-align: left;
  color-scheme: dark;
}
.ga-medical-selector-embed .ga-selector-launch-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #48d9ff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ga-medical-selector-embed .ga-selector-launch-eyebrow::before {
  width: 22px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #22d3ee;
  content: "";
}
.ga-medical-selector-embed .ga-selector-launch-title {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 25px);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -.02em;
}
.ga-medical-selector-embed .ga-selector-launch-copy {
  max-width: 470px;
  margin: 0;
  color: #c7dfef;
  font-size: 14px;
  line-height: 1.55;
}
.ga-medical-selector-embed .ga-selector-launch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 1px 0 0;
}
.ga-medical-selector-embed .ga-selector-launch-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border: 1px solid rgba(125, 211, 252, .2);
  border-radius: 999px;
  background: rgba(3, 17, 29, .32);
  color: #bcecff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.ga-medical-selector-embed .ga-selector-launch-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 3px;
}
.ga-medical-selector-embed .ga-selector-launch-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 11px 17px;
  border: 1px solid #67e8f9 !important;
  border-radius: 9px;
  background: linear-gradient(135deg, #22d3ee, #38bdf8) !important;
  box-shadow: 0 8px 22px rgba(14, 165, 233, .22);
  color: #05263a !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.ga-medical-selector-embed .ga-selector-launch-button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 11px 26px rgba(14, 165, 233, .3);
}
.ga-medical-selector-embed .ga-selector-launch-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #91dcff !important;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
}
.ga-medical-selector-embed .ga-selector-launch-link:hover { color: #d5f3ff !important; text-decoration: underline; }
.ga-medical-selector-embed .ga-selector-launch-button:focus-visible,
.ga-medical-selector-embed .ga-selector-launch-link:focus-visible,
.ga-medical-selector-embed .ga-selector-dialog-close:focus-visible,
.ga-medical-selector-embed .ga-selector-dialog-standalone:focus-visible {
  outline: 3px solid #facc15;
  outline-offset: 3px;
}

.ga-medical-selector-embed .ga-selector-dialog {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: clamp(8px, 1.7vw, 22px);
  border: 0;
  background: transparent;
  color: #111827;
  overflow: hidden;
  z-index: 2147483000;
  color-scheme: light;
}
.ga-medical-selector-embed .ga-selector-dialog:not([open]) { display: none; }
.ga-medical-selector-embed .ga-selector-dialog[open] {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ga-medical-selector-embed .ga-selector-dialog::backdrop {
  background: rgba(1, 8, 18, .88);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.ga-medical-selector-embed .ga-selector-dialog-shell {
  width: min(100%, 1440px);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, .36);
  border-radius: 18px;
  background: #eef3f8;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
  animation: ga-medical-selector-dialog-in .2s ease-out both;
}
.ga-medical-selector-embed .ga-selector-dialog-toolbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 0 0 auto;
  padding: 12px 18px 12px 22px;
  border-bottom: 1px solid rgba(125, 211, 252, .25);
  background: linear-gradient(112deg, #071927, #0c2d43 70%, #0b344b);
  color: #fff;
}
.ga-medical-selector-embed .ga-selector-dialog-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}
.ga-medical-selector-embed .ga-selector-dialog-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(103, 232, 249, .48);
  border-radius: 10px;
  background: rgba(34, 211, 238, .12);
  color: #67e8f9;
  font-size: 18px;
}
.ga-medical-selector-embed .ga-selector-dialog-kicker {
  display: block;
  margin: 0 0 2px;
  color: #78dfff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ga-medical-selector-embed .ga-selector-dialog-title {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ga-medical-selector-embed .ga-selector-dialog-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.ga-medical-selector-embed .ga-selector-dialog-standalone {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  color: #a7e6ff !important;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.ga-medical-selector-embed .ga-selector-dialog-standalone:hover {
  background: rgba(125, 211, 252, .1);
  color: #fff !important;
}
.ga-medical-selector-embed .ga-selector-dialog-close {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(186, 230, 253, .34) !important;
  border-radius: 9px;
  background: rgba(255, 255, 255, .07) !important;
  color: #fff !important;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.ga-medical-selector-embed .ga-selector-dialog-close:hover { background: rgba(255, 255, 255, .14) !important; }
.ga-medical-selector-embed .ga-selector-dialog-close-icon { font-size: 20px; font-weight: 400; line-height: 1; }
.ga-medical-selector-embed .ga-selector-dialog-scroll {
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(12px, 2vw, 26px);
  background:
    radial-gradient(circle at 50% -10%, rgba(99, 102, 241, .08), transparent 36%),
    #eef3f8;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
.ga-medical-selector-embed .ga-selector-dialog .ga-med-tool--pillar {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  background: #fff;
  color: #111827;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ga-medical-selector-embed .ga-selector-dialog .ga-med-tool--pillar button {
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.ga-medical-selector-embed .ga-selector-dialog .ga-pillar-intro { display: none; }
.ga-medical-selector-embed .ga-selector-dialog .ga-pillar-disclaimer {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}
.ga-medical-selector-embed .ga-selector-dialog .ga-pillar-disclaimer p { margin: 0; }
html.ga-medical-selector-dialog-open { overflow: hidden !important; scrollbar-gutter: stable; }

.ga-medical-selector-embed--standalone {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ga-medical-selector-embed--standalone .ga-selector-standalone-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(10px, 1.7vw, 20px);
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: clamp(18px, 2vw, 28px);
  background:
    radial-gradient(circle at 50% -12%, rgba(99, 102, 241, .11), transparent 38%),
    #e8eef4;
  box-shadow: 0 28px 74px rgba(0, 0, 0, .24);
}
.ga-medical-selector-embed--standalone .ga-med-tool--pillar {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  background: #fff;
  color: #111827;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ga-medical-selector-embed--standalone .ga-pillar-intro { display: none; }
.ga-medical-selector-embed--standalone .ga-pillar-disclaimer {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}
.ga-medical-selector-embed--standalone .ga-pillar-disclaimer p { margin: 0; }

.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row > a,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row > button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 11px 17px;
  border-radius: 9px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"] {
  border: 1px solid #15803d !important;
  background: #15803d !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:focus-visible {
  background: #166534 !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-copy-button {
  border: 1px solid #94a3b8 !important;
  background: #fff !important;
  color: #334155 !important;
  -webkit-text-fill-color: #334155 !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-copy-button:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-copy-button:focus-visible {
  border-color: #475569 !important;
  background: #f8fafc !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-copy-status {
  min-height: 21px;
  margin-top: 9px;
  color: #166534;
  font-size: 12px;
  font-weight: 700;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-handoff-note {
  max-width: 760px;
  margin: 12px 0 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.6;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-resource {
  margin-top: 9px;
  color: #334155;
  font-size: 13px;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-resource a,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-resource a:visited {
  color: #075f91 !important;
  -webkit-text-fill-color: #075f91 !important;
  font-weight: 800;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-result-resource a:hover { text-decoration: underline; }

@keyframes ga-medical-selector-dialog-in {
  from { opacity: 0; transform: translateY(8px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 767px) {
  .ga-medical-selector-embed--standalone .ga-selector-standalone-shell {
    padding: 7px;
    border-radius: 15px;
  }
  .ga-medical-selector-embed .ga-selector-launch-card {
    min-height: 0;
    padding: 19px 18px;
    border-radius: 13px;
  }
  .ga-medical-selector-embed .ga-selector-launch-title { font-size: 21px; }
  .ga-medical-selector-embed .ga-selector-launch-actions { align-items: stretch; }
  .ga-medical-selector-embed .ga-selector-launch-button { flex: 1 1 190px; }
  .ga-medical-selector-embed .ga-selector-launch-link { flex: 0 1 auto; }
  .ga-medical-selector-embed .ga-selector-dialog { padding: 0; }
  .ga-medical-selector-embed .ga-selector-dialog-shell {
    width: 100%;
    max-width: none;
    border: 0;
    border-radius: 0;
  }
  .ga-medical-selector-embed .ga-selector-dialog-toolbar {
    min-height: 64px;
    gap: 8px;
    padding: max(9px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) 9px max(13px, env(safe-area-inset-left));
  }
  .ga-medical-selector-embed .ga-selector-dialog-mark { width: 31px; height: 31px; }
  .ga-medical-selector-embed .ga-selector-dialog-kicker { display: none; }
  .ga-medical-selector-embed .ga-selector-dialog-title { max-width: 56vw; font-size: 15px; }
  .ga-medical-selector-embed .ga-selector-dialog-standalone { display: none; }
  .ga-medical-selector-embed .ga-selector-dialog-close { padding: 7px 9px; }
  .ga-medical-selector-embed .ga-selector-dialog-scroll {
    padding: 9px max(9px, env(safe-area-inset-right)) max(9px, env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
    scroll-padding-top: 12px;
    scrollbar-gutter: auto;
  }
  .ga-medical-selector-embed .ga-selector-dialog .ga-med-tool--pillar {
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .13);
  }
  .ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row > a,
  .ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row > button {
    width: 100%;
  }
}

@container (max-width: 420px) {
  .ga-medical-selector-embed .ga-selector-launch-actions { align-items: stretch; }
  .ga-medical-selector-embed .ga-selector-launch-button,
  .ga-medical-selector-embed .ga-selector-launch-link { width: 100%; justify-content: center; }
}

@media (max-width: 420px) {
  .ga-medical-selector-embed .ga-selector-launch-button,
  .ga-medical-selector-embed .ga-selector-launch-link { width: 100%; justify-content: center; }
  .ga-medical-selector-embed .ga-selector-dialog-close-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ga-medical-selector-embed .ga-selector-dialog-title { max-width: 64vw; }
}

@media (prefers-reduced-motion: reduce) {
  .ga-medical-selector-embed .ga-selector-dialog-shell { animation: none; }
  .ga-medical-selector-embed .ga-selector-dialog-scroll { scroll-behavior: auto; }
  .ga-medical-selector-embed .ga-selector-launch-button { transition: none; }
}

/*
 * Elementor/theme color firewall.
 * These final, component-scoped rules preserve the selector palette even when
 * a host theme applies global heading and link-state colors with !important.
 */
.ga-medical-selector-embed .ga-selector-launch-title,
.ga-medical-selector-embed .ga-selector-dialog-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-guide-head > div > h3,
.ga-medical-selector-embed .ga-med-tool--pillar [data-ga-key="resultWrap"] .soft-box h3 {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .section-heading,
.ga-medical-selector-embed .ga-med-tool--pillar .result-title {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-title {
  color: #166534 !important;
  -webkit-text-fill-color: #166534 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-panel.warn .cta-title {
  color: #92400e !important;
  -webkit-text-fill-color: #92400e !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar a.helper-link,
.ga-medical-selector-embed .ga-med-tool--pillar a.helper-link:visited {
  color: #1d4ed8 !important;
  -webkit-text-fill-color: #1d4ed8 !important;
  text-decoration: underline;
  text-decoration-color: rgba(29, 78, 216, .38);
  text-underline-offset: 3px;
}
.ga-medical-selector-embed .ga-med-tool--pillar a.helper-link:hover,
.ga-medical-selector-embed .ga-med-tool--pillar a.helper-link:focus-visible {
  color: #1e40af !important;
  -webkit-text-fill-color: #1e40af !important;
  text-decoration-color: currentColor;
}
.ga-medical-selector-embed .ga-med-tool--pillar .ga-guide-button-primary,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-btn-primary,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-btn-primary:visited,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-btn-primary:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-btn-primary:focus,
.ga-medical-selector-embed .ga-med-tool--pillar .ga-btn-primary:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"],
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:link,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:visited,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:focus,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #15803d !important;
  background-color: #15803d !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:focus,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaPrimary"]:active {
  background-color: #166534 !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"],
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:link,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:visited,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:focus,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:active {
  color: #166534 !important;
  -webkit-text-fill-color: #166534 !important;
  border-color: #15803d !important;
  background-color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:hover,
.ga-medical-selector-embed .ga-med-tool--pillar .cta-button-row a[data-ga-key="ctaSecondary"]:focus {
  background-color: #f0fdf4 !important;
}
