/* Reference-style shell for the existing dynamic Orthopedics atlas. */
body.ortho-anatomy-review,
body.ortho-anatomy-review * {
  box-sizing: border-box;
}

html:has(body.ortho-anatomy-review),
body.ortho-anatomy-review {
  height: 100%;
  overflow: hidden;
}

body.ortho-anatomy-review {
  --oa-navy: #102f4c;
  --oa-navy-deep: #0b263e;
  --oa-blue: #1c6ed8;
  --oa-blue-soft: #eaf3ff;
  --oa-ink: #1b2c42;
  --oa-muted: #718199;
  --oa-line: #dfe7f0;
  --oa-bg: #f4f7fb;
  --oa-green: #2f9b65;
  --oa-amber: #d18a20;
  --oa-purple: #7758c9;
  margin: 0;
  background: var(--oa-bg);
  color: var(--oa-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

body.ortho-anatomy-review .ortho-floating-root {
  z-index: 10030;
}

.oa-shell {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: 82px minmax(0, 1fr);
  width: 100vw;
  height: 100vh;
  min-width: 0;
  min-height: 0;
}

.oa-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  background: var(--oa-navy);
  color: #fff;
}

.oa-brand-mark {
  display: grid;
  width: 28px;
  height: 32px;
  place-items: center;
  border: 2px solid #b8d8f9;
  border-radius: 9px 9px 13px 13px;
  color: #d7ebff;
  font-size: 15px;
  font-weight: 900;
}

.oa-brand-copy strong,
.oa-brand-copy span {
  display: block;
  line-height: 1.1;
}

.oa-brand-copy strong {
  font-size: 13px;
  letter-spacing: .01em;
}

.oa-brand-copy span {
  margin-top: 4px;
  color: #aec6df;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.oa-topbar {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 0 22px 0 28px;
  border-bottom: 1px solid var(--oa-line);
  background: #fff !important;
  color: var(--oa-ink);
}

.oa-topbar-title {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 850;
  white-space: nowrap;
}

.oa-search {
  position: relative;
  flex: 1 1 420px;
  max-width: 600px;
  min-width: 180px;
}

.oa-search input {
  width: 100%;
  min-height: 42px;
  padding: 9px 42px 9px 38px;
  border: 1px solid #d5e0eb;
  border-radius: 8px;
  background: #fbfdff;
  color: var(--oa-ink);
  font-size: 13px;
  outline: none;
}

.oa-search input:focus {
  border-color: #80b0e9;
  box-shadow: 0 0 0 3px rgba(28, 110, 216, .1);
}

.oa-search-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  color: #8da1b8;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-52%);
}

.oa-search-key {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 2px 6px;
  border: 1px solid #d8e2ec;
  border-radius: 4px;
  color: #8a9aae;
  font-size: 10px;
  transform: translateY(-50%);
}

.oa-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  white-space: nowrap;
}

.oa-progress-copy {
  display: grid;
  gap: 2px;
  font-size: 11px;
  font-weight: 800;
}

.oa-progress-copy span {
  color: var(--oa-muted);
  font-size: 10px;
  font-weight: 600;
}

.oa-progress-ring {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 3px solid #2b7de1;
  border-left-color: #dceafe;
  border-radius: 50%;
  color: var(--oa-blue);
  font-size: 9px;
  font-weight: 900;
}

.oa-utility {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #5d7189;
  font-size: 18px;
  cursor: pointer;
}

.oa-utility:hover,
.oa-utility:focus-visible {
  border-color: #cbdced;
  background: #f4f8fc;
  color: var(--oa-blue);
  outline: none;
}

.oa-profile {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 10px;
  border-left: 1px solid var(--oa-line);
}

.oa-avatar {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #dcecff;
  color: #1d5ea9;
  font-size: 11px;
  font-weight: 900;
}

.oa-profile strong,
.oa-profile span {
  display: block;
  line-height: 1.15;
}

.oa-profile strong {
  font-size: 11px;
}

.oa-profile span {
  margin-top: 3px;
  color: var(--oa-muted);
  font-size: 10px;
}

.oa-platform {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid #dbe6f0;
  border-radius: 9px;
  background: #f7fbff;
}

.oa-platform-label {
  padding: 0 6px;
  color: #70839a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.oa-platform button {
  min-height: 29px;
  padding: 5px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #5f738a;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}

.oa-platform button:hover,
.oa-platform button:focus-visible {
  background: #eaf3ff;
  color: var(--oa-blue);
  outline: none;
}

.oa-platform button.is-current {
  background: var(--oa-navy);
  color: #fff;
  box-shadow: 0 2px 5px rgba(16, 47, 76, .16);
}

.oa-sidebar {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 0;
  padding: 19px 10px 14px;
  background: var(--oa-navy-deep);
}

.oa-side-link {
  display: grid;
  min-height: 67px;
  place-items: center;
  gap: 5px;
  padding: 9px 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #b6c9dc;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.oa-side-link:hover,
.oa-side-link.is-active {
  border-color: rgba(133, 185, 240, .23);
  background: rgba(90, 153, 222, .2);
  color: #fff;
}

.oa-side-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1;
}

.oa-sidebar-spacer {
  flex: 1;
}

.oa-main {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: var(--oa-bg);
}

.oa-workspace-shell {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 14px;
}

.oa-workspace {
  display: grid;
  grid-template-columns: minmax(245px, 300px) minmax(360px, .92fr) minmax(490px, 1.3fr);
  gap: 14px;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.oa-panel {
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--oa-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(32, 61, 91, .05);
  color: var(--oa-ink) !important;
}

.oa-navigator {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 17px 12px 12px !important;
}

.oa-panel-heading,
.oa-navigator-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.oa-eyebrow,
.oa-navigator .panel-title,
.oa-map-panel .panel-title,
.oa-detail-panel .eyebrow,
.oa-detail-panel .panel-title {
  color: #6d8098 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase;
}

.oa-navigator-count {
  color: var(--oa-blue);
  font-size: 12px;
  font-weight: 900;
}

.oa-navigator-sub {
  margin-top: 5px;
  color: var(--oa-muted);
  font-size: 11px;
}

.oa-list-tools {
  display: flex;
  gap: 6px;
  margin: 13px 0 9px;
}

.oa-mini-btn,
.oa-map-btn {
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid #d5e0eb;
  border-radius: 6px;
  background: #fff;
  color: #526981;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.oa-mini-btn:hover,
.oa-map-btn:hover,
.oa-mini-btn:focus-visible,
.oa-map-btn:focus-visible {
  border-color: #8eb9e9;
  background: #f1f7ff;
  color: var(--oa-blue);
  outline: none;
}

.oa-navigator-list {
  display: grid;
  gap: 7px;
  max-height: none !important;
  min-height: 0;
  padding: 1px 3px 1px 0 !important;
  overflow: auto;
}

.oa-navigator .top-btn {
  display: grid;
  grid-template-columns: 25px 25px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  min-height: 58px;
  padding: 8px 8px !important;
  border: 1px solid #e0e8f1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--oa-ink) !important;
}

.oa-navigator .top-btn:hover,
.oa-navigator .top-btn.on {
  border-color: #5d9de5 !important;
  background: var(--oa-blue-soft) !important;
}

.oa-navigator .top-num {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #dce8f5;
  border-radius: 50%;
  background: #f7fbff;
  color: var(--oa-blue);
  font-size: 11px;
  font-weight: 900;
}

.oa-navigator .top-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #78a2cd;
  font-size: 17px;
  font-weight: 800;
}

.oa-navigator .top-copy strong {
  color: var(--oa-ink) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.oa-navigator .top-copy span {
  margin-top: 3px;
  color: var(--oa-muted) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.oa-navigator .top-status {
  padding: 3px 6px;
  border: 1px solid #d9e4ef;
  border-radius: 5px;
  color: #8594a6;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.oa-navigator .top-status.in-progress {
  border-color: #b8d4f4;
  background: #eef6ff;
  color: var(--oa-blue);
}

.oa-goal {
  flex: 0 0 auto;
  margin-top: 11px;
  padding: 12px;
  border: 1px solid #dce7f1;
  border-radius: 8px;
  background: #fbfdff;
}

.oa-goal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.oa-goal-title {
  color: var(--oa-ink);
  font-size: 12px;
  font-weight: 850;
}

.oa-goal-count {
  color: var(--oa-blue);
  font-size: 11px;
  font-weight: 850;
}

.oa-goal p {
  margin: 5px 0 8px;
  color: var(--oa-muted);
  font-size: 10px;
}

.oa-goal-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8eff7;
}

.oa-goal-bar i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--oa-blue);
  transition: width .2s ease;
}

.oa-goal-link {
  display: block;
  margin-top: 8px;
  color: var(--oa-blue);
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.oa-map-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 15px !important;
}

.oa-map-title {
  color: var(--oa-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.oa-map-actions {
  display: flex;
  gap: 6px;
}

.oa-map-stage {
  flex: 1 1 auto;
  min-height: 0 !important;
  margin-top: 10px;
  border: 1px solid #e2eaf2 !important;
  border-radius: 8px !important;
  background: #fbfdff !important;
  overflow: hidden !important;
}

.oa-map-stage::before {
  position: absolute;
  top: 15px;
  left: 50%;
  color: #b6c8da;
  content: "FRONT VIEW";
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  transform: translateX(-50%);
}

.oa-map-stage .body-map-content {
  position: absolute;
  inset: 0;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform .2s ease;
}

.oa-map-stage .body-svg {
  width: 100%;
  height: 100%;
}

.oa-map-stage .bone {
  stroke: #9bb0c6 !important;
  stroke-width: 2.4 !important;
}

.oa-map-stage .joint {
  fill: #fff !important;
  stroke: #9bb0c6 !important;
  stroke-width: 1.7 !important;
}

.oa-map-stage .midline {
  stroke: #d9e3ed !important;
  stroke-width: 1 !important;
}

.oa-map-stage .hotspot {
  width: 29px;
  height: 29px;
  border: 2px solid #86b5e8 !important;
  background: #fff !important;
  box-shadow: 0 1px 4px rgba(51, 100, 151, .12) !important;
  color: #436a92 !important;
  font-size: 11px;
}

.oa-map-stage .hotspot:hover,
.oa-map-stage .hotspot.on {
  border-color: var(--oa-blue) !important;
  background: #e9f3ff !important;
  box-shadow: 0 0 0 5px rgba(28, 110, 216, .13) !important;
  color: var(--oa-blue) !important;
}

.oa-map-stage .hotspot.general {
  border-color: #b19be7 !important;
}

.oa-map-controls {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: grid;
  overflow: hidden;
  border: 1px solid #d9e5f0;
  border-radius: 7px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 2px 7px rgba(54, 88, 124, .09);
}

.oa-map-controls button {
  width: 34px;
  height: 34px;
  border: 0;
  border-bottom: 1px solid #e0e8f0;
  background: transparent;
  color: #58718d;
  font-size: 18px;
  cursor: pointer;
}

.oa-map-controls button:last-child {
  border-bottom: 0;
}

.oa-map-controls button:hover,
.oa-map-controls button:focus-visible {
  background: #eef6ff;
  color: var(--oa-blue);
  outline: none;
}

.oa-map-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #d9e5f0;
  border-radius: 7px;
  background: rgba(255, 255, 255, .95);
  color: #58718d;
  font-size: 10px;
  font-weight: 850;
}

.oa-detail-panel {
  display: flex;
  flex-direction: column;
  overflow: auto !important;
  padding: 19px !important;
}

.oa-detail-panel .exam-stem {
  flex: 0 0 auto;
  padding-bottom: 13px !important;
  border-bottom-color: var(--oa-line) !important;
}

.oa-detail-panel .stem-meta span {
  border-color: #dce6ef !important;
  background: #f8fbfe;
  color: #75869a !important;
  font-size: 9px !important;
}

.oa-detail-panel .exam-stem h2 {
  color: var(--oa-ink) !important;
  font-size: 23px !important;
}

.oa-detail-panel .exam-stem p {
  color: #64778e !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.oa-detail-panel .exam-toolbar {
  margin: 13px 0 8px !important;
}

.oa-detail-panel .resource-row {
  gap: 6px;
}

.oa-detail-panel .chip {
  min-height: 36px;
  padding: 8px 10px !important;
  border: 1px solid #d5e0eb !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #54708d !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  text-decoration: none;
}

.oa-detail-panel .chip.primary {
  border-color: var(--oa-blue) !important;
  background: var(--oa-blue) !important;
  color: #fff !important;
}

.oa-detail-panel .chip:hover {
  border-color: #8cb9e7 !important;
  background: #f0f7ff !important;
  color: var(--oa-blue) !important;
}

.oa-detail-panel .chip.primary:hover {
  background: #155db6 !important;
  color: #fff !important;
}

.oa-detail-panel .progress-pill {
  border-color: #d8e3ee !important;
  background: #f8fbfe !important;
  color: var(--oa-blue) !important;
  font-size: 10px !important;
}

.oa-status-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 2px 0 16px;
}

.oa-status-chip {
  padding: 4px 8px;
  border: 1px solid #d9e3ee;
  border-radius: 5px;
  background: #fff;
  color: #7d8da0;
  font-size: 10px;
  font-weight: 850;
}

.oa-status-chip.progress {
  border-color: #b9d5f5;
  background: #eef6ff;
  color: var(--oa-blue);
}

.oa-status-chip.green {
  border-color: #bfe6d1;
  background: #effaf4;
  color: var(--oa-green);
}

.oa-status-chip.purple {
  border-color: #ddd3f5;
  background: #f6f2ff;
  color: var(--oa-purple);
}

.oa-detail-title {
  margin: 3px 0 9px;
  color: var(--oa-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.oa-detail-panel .section-grid {
  align-items: start;
  margin-top: 0 !important;
}

.oa-detail-panel .system-card {
  border-color: #dbe5ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 12px !important;
}

.oa-detail-panel .choice-letter {
  width: 25px;
  height: 25px;
  border: 0;
  background: var(--oa-blue);
  color: #fff;
  font-size: 11px;
}

.oa-detail-panel .system-card h3 {
  color: var(--oa-ink) !important;
  font-size: 14px !important;
}

.oa-detail-panel .system-card p {
  color: var(--oa-muted) !important;
  font-size: 11px !important;
}

.oa-detail-panel .subtypes {
  max-height: 275px;
  padding-right: 2px;
  overflow: auto;
}

.oa-detail-panel .subtype {
  border-color: #e0e8f0 !important;
  border-radius: 6px !important;
  background: #f9fbfd !important;
  padding: 8px 9px !important;
}

.oa-detail-panel .subtype b {
  color: var(--oa-blue) !important;
  font-size: 11px !important;
}

.oa-detail-panel .subtype span {
  color: #63758b !important;
  font-size: 11px !important;
  line-height: 1.35;
}

.oa-detail-panel .card-actions {
  gap: 5px;
}

.oa-detail-panel .card-actions .chip {
  min-height: 31px;
  padding: 6px 8px !important;
  font-size: 10px !important;
}

.oa-detail-panel .image-links .image-link {
  border-color: #dbe5ef !important;
  background: #fbfdff !important;
  color: var(--oa-ink) !important;
}

.oa-detail-panel .image-links .image-link strong {
  color: var(--oa-blue);
  font-size: 12px;
}

.oa-detail-panel .image-links .image-link span {
  color: var(--oa-muted);
}

@media (max-width: 1260px) {
  .oa-workspace {
    grid-template-columns: 255px minmax(340px, .88fr) minmax(420px, 1.2fr);
  }

  .oa-topbar {
    gap: 14px;
    padding-left: 20px;
  }

  .oa-profile-copy,
  .oa-topbar-title {
    display: none;
  }
}

@media (max-width: 1020px) {
  html:has(body.ortho-anatomy-review),
  body.ortho-anatomy-review {
    overflow: auto;
  }

  body.ortho-anatomy-review .oa-shell {
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: 70px auto;
    min-height: 100vh;
    height: auto;
  }

  .oa-brand {
    justify-content: center;
    padding: 0 8px;
  }

  .oa-brand-copy {
    display: none;
  }

  .oa-topbar {
    padding: 0 13px;
  }

  .oa-topbar-right .oa-profile,
  .oa-topbar-right .oa-progress-copy {
    display: none;
  }

  .oa-workspace-shell {
    height: auto;
    min-height: calc(100vh - 70px);
  }

  .oa-workspace {
    grid-template-columns: minmax(220px, .62fr) minmax(340px, 1fr);
    height: auto;
    min-height: 100%;
  }

  .oa-detail-panel {
    grid-column: 1 / -1;
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  body.ortho-anatomy-review .oa-shell {
    display: block;
    min-height: 100vh;
  }

  .oa-brand {
    display: none;
  }

  .oa-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 66px;
  }

  .oa-sidebar {
    display: flex;
    flex-direction: row;
    min-height: 62px;
    overflow-x: auto;
    padding: 6px 9px;
  }

  .oa-side-link {
    flex: 0 0 62px;
    min-height: 50px;
  }

  .oa-sidebar-spacer {
    display: none;
  }

  .oa-main {
    overflow: visible;
  }

  .oa-workspace-shell {
    padding: 9px;
  }

  .oa-workspace {
    grid-template-columns: 1fr;
  }

  .oa-navigator,
  .oa-map-panel,
  .oa-detail-panel {
    min-height: 520px;
  }

  .oa-navigator-list {
    max-height: 390px !important;
  }

  .oa-map-stage {
    min-height: 520px !important;
  }

  .oa-topbar-right .oa-utility:first-child {
    display: none;
  }
}

/* Final visual refinements for the supplied reference composition. */
.oa-shell {
  grid-template-columns: 128px minmax(0, 1fr);
}

.oa-brand {
  position: relative;
  z-index: 4;
  width: 330px;
  gap: 12px;
  padding: 0 22px;
  box-shadow: 2px 0 0 rgba(7, 32, 54, .08);
}

.oa-brand-mark {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 0;
  border-radius: 11px;
  background: #071d31;
}

.oa-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.oa-brand-copy strong {
  font-size: 15px;
}

.oa-brand-copy span {
  margin-top: 5px;
  color: #b8d4eb;
  font-size: 9px;
  letter-spacing: .12em;
}

.oa-topbar {
  gap: 22px;
  padding-left: 250px;
}

.oa-topbar-title {
  font-size: 19px;
}

.oa-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #d8e7f5;
  background: #f1f7fd;
}

.oa-avatar[src] {
  object-fit: cover;
}

.oa-map-title {
  white-space: nowrap;
}

.oa-map-stage::before {
  top: 12px;
  z-index: 2;
  color: #b1c5d9;
}

.oa-map-stage .body-map-content {
  inset: 24px 0 9px;
}

.oa-map-stage .hotspot {
  width: 22px;
  height: 22px;
  border-width: 1.7px !important;
  box-shadow: 0 1px 3px rgba(51, 100, 151, .1) !important;
  font-size: 9px;
}

.oa-map-stage .hotspot:hover,
.oa-map-stage .hotspot.on {
  box-shadow: 0 0 0 4px rgba(28, 110, 216, .12) !important;
}

.oa-map-view {
  cursor: pointer;
}

.oa-detail-panel .system-card {
  padding: 11px !important;
}

.oa-detail-panel .system-card h3 {
  font-size: 13px !important;
}

.oa-detail-panel .system-card p {
  font-size: 10px !important;
}

.oa-detail-panel .subtypes {
  max-height: 225px;
}

.oa-detail-panel .subtype {
  padding: 7px 8px !important;
}

.oa-detail-panel .subtype b,
.oa-detail-panel .subtype span {
  font-size: 10px !important;
}

.anatomy-underlay {
  fill: none;
  stroke: #e1eaf2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (max-width: 1260px) {
  .oa-topbar {
    padding-left: 210px;
  }
}

@media (max-width: 1360px) {
  .oa-topbar {
    gap: 12px;
    padding-left: 210px;
  }

  .oa-topbar-title {
    font-size: 16px;
  }

  .oa-search {
    flex-basis: 220px;
    max-width: 360px;
    min-width: 140px;
  }

  .oa-topbar-right {
    gap: 8px;
  }

  .oa-progress-copy {
    display: none;
  }

  .oa-platform-label {
    display: none;
  }

  .oa-platform button {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 9px;
  }

  .oa-profile-copy {
    display: none;
  }
}

@media (max-width: 1020px) {
  .oa-brand {
    width: 270px;
  }

  .oa-topbar {
    padding-left: 180px;
  }

  .oa-platform-label {
    display: none;
  }
}

@media (max-width: 720px) {
  .oa-brand {
    width: auto;
  }

  .oa-topbar {
    padding-left: 13px;
  }

  .oa-topbar-right {
    gap: 6px;
  }

  .oa-platform button {
    padding-left: 7px;
    padding-right: 7px;
  }

  .oa-profile-copy {
    display: none;
  }

  .oa-map-title {
    white-space: normal;
  }
}
