/* Remedyfinder R26 private profile.
   Presentation and workflow guidance only; ranking and database logic are unchanged. */

body.customer-surface {
  background: #eaf2f5;
  color: #223644;
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.customer-surface .page {
  width: min(1180px, calc(100vw - 32px));
}

#panel-remedy .legacy-page {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(32, 70, 87, .09);
  padding: 22px 32px 30px;
}

#panel-remedy .brand-row {
  align-items: center;
  min-height: 88px;
}

#panel-remedy .brand-legacy-meta {
  padding-top: 0;
}

#panel-remedy .legacy-menu {
  gap: 22px;
  align-items: center;
  min-height: 50px;
  overflow-x: auto;
  border: 0;
  border-top: 1px solid #d9e5ea;
  border-bottom: 1px solid #d9e5ea;
  background: transparent;
}

#panel-remedy .legacy-menu a {
  place-items: center;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 50px;
  padding: 2px 0 0;
  border: 0;
  background: transparent;
  color: #435f6d;
  font-size: 13px;
  font-weight: 520;
}

#panel-remedy .legacy-menu > a:first-child {
  border-bottom: 0;
  color: #24566c;
  font-weight: 650;
}

#panel-remedy .legacy-menu select {
  flex: 0 0 90px;
  min-width: 90px;
  min-height: 34px;
  margin-left: auto;
  border: 1px solid #c9d6dc;
  border-radius: 6px;
  background-color: #fff;
  color: #435f6d;
}

body[data-current-section="remedy-method"] #panel-remedy .legacy-step-strip {
  display: grid;
}

body[data-current-section="remedy-method"] #panel-remedy .method-guard {
  display: block;
}

#panel-remedy .legacy-step-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin: 14px 0 12px;
  border: 1px solid #bed2dc;
  border-radius: 10px;
  background: #f5fafc;
}

#panel-remedy .legacy-step-strip li {
  min-height: 58px;
  border-right: 1px solid #d4e2e8;
  color: #254754;
}

#panel-remedy .legacy-step-strip span {
  background: #2d7899;
  color: #fff;
}

#panel-remedy .legacy-step-strip strong {
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 620;
}

#panel-remedy .method-panel {
  border-color: #d9e5ea;
  border-radius: 12px;
  background: #f8fbfc;
}

#panel-remedy .method-guard {
  margin: 0;
  border-bottom: 1px solid #e1e9ed;
  background: #f2f7f9;
  padding: 12px 16px;
  color: #425f6d;
}

#panel-remedy .legacy-data-baseline-note {
  margin: 0 14px 14px;
  border: 1px solid #bed2dc;
  border-radius: 8px;
  background: #f5fafc;
  padding: 11px 13px;
  color: #365866;
}

#panel-remedy .route-heading {
  margin: 0 0 12px;
  color: #183c4d;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 620;
  line-height: 1.12;
}

#panel-remedy .legacy-tool-board-remedy .legacy-column-header {
  grid-template-rows: auto auto auto;
  gap: 6px;
  min-height: 0;
  padding: 14px 15px 13px;
}

#panel-remedy .legacy-tool-board-remedy .legacy-column-header > span {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  color: #2a6d87;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .065em;
  text-transform: uppercase;
}

#panel-remedy .legacy-tool-board-remedy .legacy-column-header > span::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-left: 5px;
  background: #cadde5;
}

#panel-remedy .legacy-tool-board-remedy .legacy-column-header > span small,
#panel-remedy .legacy-tool-board-remedy .legacy-column-header > span b {
  color: inherit;
  font: inherit;
}

#panel-remedy .legacy-tool-board-remedy .legacy-column-header > strong {
  color: #183c4d;
  font-size: 18px;
  font-weight: 620;
}

#panel-remedy .legacy-tool-board-remedy .legacy-column-header > p {
  color: #607783;
  font-size: 12.5px;
  line-height: 1.4;
}

#panel-remedy .legacy-tool-board-remedy > .legacy-tool-column {
  border-color: #d7e2e7;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(38, 67, 80, .035);
}

#panel-remedy .legacy-column-body input:not([type="checkbox"]):not([type="radio"]),
#panel-remedy .legacy-column-body select {
  min-height: 42px;
  border-color: #cbd9df;
  border-radius: 8px;
}

#panel-remedy .legacy-warning {
  border: 1px solid #e3c45a;
  border-radius: 9px;
  background: #fff7d6;
  color: #3f3828;
}

#panel-remedy .site-footer {
  margin: 30px -32px -30px;
  border-top: 1px solid #dce3e6;
  background: #f6f7f8;
  padding: 20px 24px;
  color: #3d4e5c;
  font-size: 12.5px;
  text-align: center;
}

#panel-remedy a,
#panel-remedy a:link,
#panel-remedy a:visited,
#panel-remedy a:hover,
#panel-remedy a:active,
#panel-remedy a:focus {
  text-decoration: none !important;
  text-shadow: none !important;
}

#panel-remedy a,
#panel-remedy a:visited {
  color: #24566c;
  font-weight: 560;
}

#panel-remedy a:hover,
#panel-remedy a:active {
  color: #173f50;
}

#panel-remedy a:focus-visible,
#panel-remedy button:focus-visible,
#panel-remedy input:focus-visible,
#panel-remedy select:focus-visible,
#panel-remedy summary:focus-visible {
  outline: 3px solid #2d7899;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .customer-surface .page {
    width: calc(100vw - 16px);
  }

  #panel-remedy .legacy-page {
    border-radius: 14px;
    padding: 16px 14px 22px;
  }

  #panel-remedy .legacy-step-strip {
    grid-template-columns: 1fr;
  }

  #panel-remedy .legacy-step-strip li {
    border-right: 0;
    border-bottom: 1px solid #d4e2e8;
  }

  #panel-remedy .legacy-step-strip li:last-child {
    border-bottom: 0;
  }

  #panel-remedy .site-footer {
    margin: 26px -14px -22px;
    padding: 20px 14px;
  }
}
