.rs-trek-checker[data-rs-trek-checker] {
  container-name: rs-trek-checker;
  container-type: inline-size;
  text-align: left !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker],
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] *,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] *::before,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] *::after {
  font-family: var(--rs-trek-font-family, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
}

.rs-trek-checker {
  --rs-bg: var(--bg, #f7f5ef);
  --rs-surface: var(--surface, #ffffff);
  --rs-surface-soft: var(--surface-soft, #fafafa);
  --rs-ink: var(--ink, #090b16);
  --rs-muted: var(--muted, #555a64);
  --rs-line: var(--line, #d8d9dd);
  --rs-accent: var(--brand-primary, #ee2c4f);
  --rs-accent-strong: var(--brand-secondary, #c91f3f);
  --rs-accent-soft: var(--brand-tertiary, #fff1f4);
  --rs-success-bg: var(--success-bg, #e7f8f6);
  --rs-success-ink: var(--success-ink, #0b6767);
  --rs-warning-bg: var(--warning-bg, #fff4e7);
  --rs-warning-ink: var(--warning-ink, #8b551b);
  --rs-danger-bg: var(--danger-bg, #fbeaea);
  --rs-danger-ink: var(--danger-ink, #8a2f2f);
  --rs-radius: 0.95rem;
  position: relative;
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
  color: var(--rs-ink) !important;
  font-family: var(--rs-trek-font-family, "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  isolation: isolate;
}

.rs-trek-checker,
.rs-trek-checker *,
.rs-trek-checker *::before,
.rs-trek-checker *::after {
  box-sizing: border-box;
}

.rs-trek-checker [hidden] {
  display: none !important;
}

.rs-trek-checker h2,
.rs-trek-checker h3,
.rs-trek-checker h4,
.rs-trek-checker h5,
.rs-trek-checker p,
.rs-trek-checker dl,
.rs-trek-checker dd,
.rs-trek-checker fieldset,
.rs-trek-checker legend {
  margin: 0 !important;
}

.rs-trek-checker button,
.rs-trek-checker input,
.rs-trek-checker select,
.rs-trek-checker a {
  font-family: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.rs-trek-checker button,
.rs-trek-checker input,
.rs-trek-checker select {
  font: inherit;
  touch-action: manipulation;
}

.rs-trek-checker button {
  appearance: none;
}

.rs-trek-checker__enhanced,
.rs-trek-checker__noscript {
  position: relative;
  padding: clamp(1rem, 3vw, 1.75rem);
  border: 0;
  border-radius: var(--rs-radius);
  background: transparent;
  overflow: visible;
}

.rs-trek-checker__header {
  display: grid;
  gap: 0.45rem;
  max-width: 46rem;
  margin-bottom: 1rem;
}

.rs-trek-checker .rs-trek-checker__eyebrow {
  color: var(--rs-accent-strong) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.rs-trek-checker h2 {
  max-width: 46rem;
  color: var(--rs-ink) !important;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

.rs-trek-checker .rs-trek-checker__header > p:last-child,
.rs-trek-checker .rs-trek-checker__noscript > p {
  max-width: 44rem;
  color: var(--rs-muted) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.rs-trek-checker__search {
  position: relative;
  z-index: 20;
}

.rs-trek-checker__search.is-open {
  z-index: 100;
}

/*
 * Autocomplete layer guard.
 * The root is promoted while the combobox owns focus (with :has as an exact
 * enhancement) so its absolutely positioned list can clear later theme
 * sections and page-builder stacking contexts.
 */
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker]:focus-within,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker]:has(.rs-trek-checker__search.is-open) {
  position: relative !important;
  z-index: 2147483647 !important;
  isolation: isolate !important;
  overflow: visible !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__enhanced,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__search {
  overflow: visible !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__search.is-open,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__listbox {
  z-index: 2147483647 !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__option {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0.68rem 0.75rem !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__option + .rs-trek-checker__option {
  margin-top: 0.12rem !important;
}

.rs-trek-checker .rs-trek-checker__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.rs-trek-checker .rs-trek-checker__fallback-field > span {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--rs-ink) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.rs-trek-checker__input-shell {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.35rem;
  padding: 0 0.32rem 0 0.95rem;
  border: 1px solid #c9cbd1 !important;
  border-radius: 0.75rem !important;
  background: var(--rs-surface) !important;
  box-shadow: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.rs-trek-checker__input-shell:focus-within {
  border-color: var(--rs-accent) !important;
  box-shadow: 0 0 0 3px rgba(238, 44, 79, 0.13) !important;
}

.rs-trek-checker__search-icon,
.rs-trek-checker__clear-icon,
.rs-trek-checker__icon-info,
.rs-trek-checker__icon-x,
.rs-trek-checker__result-icon::before {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.rs-trek-checker__search-icon {
  flex: 0 0 1.25rem;
  color: #656a73;
  -webkit-mask-image: url("../icons/search.svg");
  mask-image: url("../icons/search.svg");
}

.rs-trek-checker__input {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  min-height: 3.15rem !important;
  margin: 0 !important;
  padding: 0.62rem 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rs-ink) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.rs-trek-checker__input::-webkit-search-cancel-button {
  display: none;
}

.rs-trek-checker__input::placeholder {
  color: #747982 !important;
  opacity: 1;
}

.rs-trek-checker__clear,
.rs-trek-checker__info-button,
.rs-trek-checker__info-close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  border-radius: 999px !important;
  cursor: pointer;
}

.rs-trek-checker__clear {
  border: 0 !important;
  background: transparent !important;
  color: var(--rs-muted) !important;
}

.rs-trek-checker__clear-icon,
.rs-trek-checker__icon-x {
  width: 1.1rem;
  height: 1.1rem;
  -webkit-mask-image: url("../icons/x.svg");
  mask-image: url("../icons/x.svg");
}

.rs-trek-checker__clear:hover {
  background: var(--rs-accent-soft) !important;
  color: var(--rs-accent-strong) !important;
}

.rs-trek-checker .rs-trek-checker__hint {
  margin-top: 0.42rem !important;
  color: var(--rs-muted) !important;
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.rs-trek-checker__search.has-selection > .rs-trek-checker__hint {
  display: none;
}

.rs-trek-checker__listbox {
  position: absolute !important;
  top: calc(100% - 0.08rem);
  right: 0;
  left: 0;
  z-index: 200;
  max-width: 100%;
  max-height: min(22rem, 48vh);
  margin: 0 !important;
  padding: 0.4rem !important;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--rs-line) !important;
  border-radius: 0.8rem !important;
  background: var(--rs-surface) !important;
  box-shadow: 0 0.8rem 2rem rgba(13, 18, 28, 0.12) !important;
  list-style: none !important;
  overscroll-behavior: contain;
}

.rs-trek-checker__search.opens-up .rs-trek-checker__listbox {
  top: auto;
  bottom: calc(100% - 0.08rem);
}

.rs-trek-checker__option {
  display: grid;
  gap: 0.12rem;
  min-height: 58px;
  padding: 0.68rem 0.75rem;
  border-radius: 0.65rem !important;
  color: var(--rs-ink) !important;
  cursor: pointer;
}

.rs-trek-checker__option + .rs-trek-checker__option {
  margin-top: 0.12rem;
}

.rs-trek-checker__option:hover,
.rs-trek-checker__option.is-active,
.rs-trek-checker__option[aria-selected="true"] {
  background: rgba(238, 44, 79, 0.08) !important;
  outline: 2px solid transparent;
}

.rs-trek-checker .rs-trek-checker__option-name {
  color: var(--rs-ink) !important;
  font-size: 0.96rem !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}

.rs-trek-checker .rs-trek-checker__option-meta,
.rs-trek-checker .rs-trek-checker__option-route {
  color: var(--rs-muted) !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.rs-trek-checker__option-route {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rs-trek-checker__result-region {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding-top: 0;
}

.rs-trek-checker__result-region.has-content {
  padding-top: 0.9rem;
}

.rs-trek-checker__result-region.has-open-info {
  z-index: 1000;
}

.rs-trek-checker__result {
  position: relative;
  min-width: 0;
}

.rs-trek-checker__answer-strip {
  display: grid;
  grid-template-columns: auto minmax(10rem, 1fr) auto auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 6.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--rs-line) !important;
  border-radius: var(--rs-radius) !important;
  background: var(--rs-surface) !important;
  box-shadow: 0 0.25rem 0.9rem rgba(13, 18, 28, 0.055) !important;
}

.rs-trek-checker__result--plus .rs-trek-checker__answer-strip,
.rs-trek-checker__result--extreme .rs-trek-checker__answer-strip,
.rs-trek-checker__result--named_peak_extreme .rs-trek-checker__answer-strip {
  border-color: rgba(238, 44, 79, 0.58) !important;
}

.rs-trek-checker__result--manual_review .rs-trek-checker__answer-strip {
  border-color: rgba(139, 85, 27, 0.46) !important;
}

.rs-trek-checker__result--not_covered .rs-trek-checker__answer-strip {
  border-color: rgba(138, 47, 47, 0.45) !important;
}

.rs-trek-checker__result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 0.8rem;
  background: #f1f1f2;
  color: var(--rs-ink);
}

.rs-trek-checker__result-icon::before {
  width: 1.55rem;
  height: 1.55rem;
}

.rs-trek-checker__result-icon--standard,
.rs-trek-checker__result-icon--plus,
.rs-trek-checker__result-icon--extreme,
.rs-trek-checker__result-icon--named_peak_extreme {
  background: var(--rs-success-bg);
  color: var(--rs-success-ink);
}

.rs-trek-checker__result-icon--standard::before,
.rs-trek-checker__result-icon--plus::before,
.rs-trek-checker__result-icon--extreme::before,
.rs-trek-checker__result-icon--named_peak_extreme::before {
  -webkit-mask-image: url("../icons/circle-check-big.svg");
  mask-image: url("../icons/circle-check-big.svg");
}

.rs-trek-checker__result-icon--manual_review {
  background: var(--rs-warning-bg);
  color: var(--rs-warning-ink);
}

.rs-trek-checker__result-icon--manual_review::before {
  -webkit-mask-image: url("../icons/circle-question-mark.svg");
  mask-image: url("../icons/circle-question-mark.svg");
}

.rs-trek-checker__result-icon--not_covered {
  background: var(--rs-danger-bg);
  color: var(--rs-danger-ink);
}

.rs-trek-checker__result-icon--not_covered::before {
  -webkit-mask-image: url("../icons/circle-x.svg");
  mask-image: url("../icons/circle-x.svg");
}

.rs-trek-checker__result-copy {
  min-width: 0;
}

.rs-trek-checker .rs-trek-checker__result-title,
.rs-trek-checker .rs-trek-checker__equipment-panel legend,
.rs-trek-checker .rs-trek-checker__no-match h3 {
  color: var(--rs-ink) !important;
  font-size: clamp(1.2rem, 2.6vw, 1.42rem) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

.rs-trek-checker .rs-trek-checker__result-secondary {
  margin-top: 0.18rem !important;
  color: var(--rs-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.rs-trek-checker .rs-trek-checker__result-support {
  margin-top: 0.3rem !important;
  color: var(--rs-muted) !important;
  font-size: 0.8rem !important;
  font-weight: 550 !important;
  line-height: 1.25 !important;
}


.rs-trek-checker .rs-trek-checker__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px !important;
  padding: 0.72rem 1.15rem !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 0.92rem !important;
  font-weight: 750 !important;
  line-height: 1.1 !important;
  letter-spacing: normal !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.rs-trek-checker .rs-trek-checker__button--primary {
  border: 1px solid var(--rs-accent) !important;
  background: var(--rs-accent) !important;
  color: #ffffff !important;
}

.rs-trek-checker .rs-trek-checker__button--primary:hover {
  border-color: var(--rs-accent-strong) !important;
  background: var(--rs-accent-strong) !important;
  color: #ffffff !important;
}

.rs-trek-checker .rs-trek-checker__button--secondary {
  border: 1px solid #bfc1c7 !important;
  background: var(--rs-surface) !important;
  color: var(--rs-ink) !important;
}

.rs-trek-checker .rs-trek-checker__button--secondary:hover {
  border-color: var(--rs-accent) !important;
  background: var(--rs-accent-soft) !important;
  color: var(--rs-accent-strong) !important;
}

.rs-trek-checker__info-button {
  border: 1px solid #aeb1b8 !important;
  background: var(--rs-surface) !important;
  color: var(--rs-ink) !important;
}

.rs-trek-checker__info-button:hover,
.rs-trek-checker__info-button[aria-expanded="true"] {
  border-color: var(--rs-accent) !important;
  background: var(--rs-accent-soft) !important;
  color: var(--rs-accent-strong) !important;
}

.rs-trek-checker__icon-info {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: url("../icons/info.svg");
  mask-image: url("../icons/info.svg");
}

.rs-trek-checker .rs-trek-checker__text-button {
  display: block;
  min-height: 44px;
  margin-top: 0.22rem !important;
  padding: 0.55rem 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--rs-accent-strong) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.rs-trek-checker .rs-trek-checker__guide-line {
  margin-top: 0.15rem !important;
  color: var(--rs-muted) !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.rs-trek-checker .rs-trek-checker__guide-line a {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 650 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
}

.rs-trek-checker__info-layer {
  position: fixed;
  top: 50%;
  right: max(1rem, calc((100vw - 58rem) / 2));
  z-index: 500;
  width: min(30rem, calc(100vw - 2rem));
  transform: translateY(-50%);
}

.rs-trek-checker__info-backdrop {
  display: none;
}

.rs-trek-checker__info-panel {
  width: 100%;
  max-height: min(36rem, calc(100vh - 2rem));
  padding: 1.1rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--rs-line) !important;
  border-radius: 1rem !important;
  background: var(--rs-surface) !important;
  box-shadow: 0 1rem 2.8rem rgba(13, 18, 28, 0.15) !important;
  opacity: 0;
  transform: translateY(0.4rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.rs-trek-checker__info-layer.is-open .rs-trek-checker__info-panel {
  opacity: 1;
  transform: translateY(0);
}

.rs-trek-checker__sheet-handle {
  display: none;
}

.rs-trek-checker__info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.65rem;
}

.rs-trek-checker .rs-trek-checker__info-header h4 {
  color: var(--rs-ink) !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important;
}

.rs-trek-checker__info-close {
  border: 0 !important;
  background: transparent !important;
  color: var(--rs-muted) !important;
}

.rs-trek-checker__info-close:hover {
  background: var(--rs-accent-soft) !important;
  color: var(--rs-accent-strong) !important;
}

.rs-trek-checker__info-list {
  border-top: 1px solid var(--rs-line);
}

.rs-trek-checker__info-row {
  display: grid;
  grid-template-columns: minmax(7.4rem, 0.42fr) minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--rs-line);
}

.rs-trek-checker .rs-trek-checker__info-row dt {
  color: var(--rs-muted) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.rs-trek-checker .rs-trek-checker__info-row dd {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--rs-ink) !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.rs-trek-checker__info-section {
  padding-top: 0.8rem;
}

.rs-trek-checker .rs-trek-checker__info-section h5 {
  color: var(--rs-ink) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.rs-trek-checker .rs-trek-checker__info-section p {
  margin-top: 0.22rem !important;
  color: var(--rs-muted) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}


.rs-trek-checker__equipment-panel,
.rs-trek-checker__no-match {
  padding: clamp(1rem, 3.5vw, 1.35rem);
  border: 1px solid var(--rs-line) !important;
  border-radius: var(--rs-radius) !important;
  background: var(--rs-surface) !important;
}

.rs-trek-checker__equipment-panel fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.rs-trek-checker .rs-trek-checker__equipment-context {
  margin-top: 0.55rem !important;
  color: var(--rs-muted) !important;
  font-size: 0.92rem !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

.rs-trek-checker__choice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.rs-trek-checker__choice {
  position: relative;
  min-width: 0;
}

.rs-trek-checker__choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.rs-trek-checker .rs-trek-checker__choice-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--rs-line) !important;
  border-radius: 0.8rem !important;
  background: var(--rs-surface) !important;
  color: var(--rs-ink) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer;
}

.rs-trek-checker__choice input:checked + .rs-trek-checker__choice-label {
  border-color: var(--rs-accent) !important;
  background: var(--rs-accent) !important;
  color: #ffffff !important;
}

.rs-trek-checker__no-match {
  display: grid;
  gap: 0.65rem;
}

.rs-trek-checker .rs-trek-checker__no-match > p {
  color: var(--rs-muted) !important;
  font-size: 0.94rem !important;
  line-height: 1.45 !important;
}

.rs-trek-checker__fallback-form {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.4rem;
}

.rs-trek-checker__fallback-altitude {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 0.42fr);
  gap: 0.6rem;
}

.rs-trek-checker__fallback-field input,
.rs-trek-checker__fallback-field select {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0.7rem 0.8rem !important;
  border: 1px solid var(--rs-line) !important;
  border-radius: 0.8rem !important;
  background: var(--rs-surface) !important;
  box-shadow: none !important;
  color: var(--rs-ink) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.rs-trek-checker__fallback-field input:focus,
.rs-trek-checker__fallback-field select:focus {
  border-color: var(--rs-accent) !important;
  outline: 3px solid rgba(238, 44, 79, 0.13) !important;
}

.rs-trek-checker .rs-trek-checker__form-error {
  color: var(--rs-danger-ink) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.rs-trek-checker__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.9rem;
  padding: 0.85rem;
  border-radius: 0.8rem !important;
  background: var(--rs-surface-soft) !important;
}

.rs-trek-checker__contact--compact {
  border: 1px solid var(--rs-line);
}

.rs-trek-checker .rs-trek-checker__contact-title {
  width: 100%;
  color: var(--rs-ink) !important;
  font-size: 0.92rem !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}

.rs-trek-checker__contact-lines {
  display: grid;
  flex: 1 1 16rem;
  gap: 0.22rem;
  color: var(--rs-muted) !important;
  font-size: 0.82rem !important;
  line-height: 1.4 !important;
}

.rs-trek-checker .rs-trek-checker__contact-lines a {
  width: fit-content;
  color: var(--rs-accent-strong) !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.rs-trek-checker .rs-trek-checker__disclaimer {
  margin-top: 0.85rem !important;
  padding-top: 0.75rem;
  border-top: 1px solid var(--rs-line);
  color: var(--rs-muted) !important;
  font-size: 0.74rem !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.rs-trek-checker .rs-trek-checker__disclaimer a {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.15em;
}

.rs-trek-checker__noscript {
  display: grid;
  gap: 0.7rem;
}

.rs-trek-checker__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.rs-trek-checker :is(button, a, input, select):focus-visible,
.rs-trek-checker__option.is-active {
  outline: 3px solid rgba(238, 44, 79, 0.34) !important;
  outline-offset: 2px !important;
}

.rs-trek-checker .rs-trek-checker__input:focus-visible {
  outline: 0 !important;
}

/* Theme compatibility firewall: stays inside the shortcode root. */
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__header,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__eyebrow,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] h2,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__header > p,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__input,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-copy,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-title,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-secondary,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-support,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__text-button,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__guide-line,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__option-name,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__option-meta,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__option-route,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-header,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-row,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-row dt,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-row dd,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-section,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-section h5,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-section p,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__no-match,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__no-match h3,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__no-match > p,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__equipment-panel,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__equipment-panel legend,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__equipment-context,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__hint,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__fallback-field > span,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__fallback-field input,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__fallback-field select,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__contact-lines,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__contact-lines a,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__contact-lines span,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__disclaimer {
  text-align: left !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__answer-strip {
  display: grid !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-icon {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-copy,
.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-button {
  margin: 0 !important;
}

.rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__button {
  text-align: center !important;
}

@media (min-width: 38rem) {
  .rs-trek-checker__choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rs-trek-checker__fallback-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-trek-checker__fallback-altitude,
  .rs-trek-checker__fallback-form > .rs-trek-checker__button,
  .rs-trek-checker__fallback-form > .rs-trek-checker__form-error {
    grid-column: 1 / -1;
  }

  .rs-trek-checker__fallback-form > .rs-trek-checker__button {
    justify-self: start;
  }
}

@media (min-width: 48rem) {
  .rs-trek-checker__option {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
  }

  .rs-trek-checker__option-route {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .rs-trek-checker__enhanced,
  .rs-trek-checker__noscript {
    padding: 0.9rem 0.75rem 1.1rem;
  }

  .rs-trek-checker__header {
    gap: 0.38rem;
    margin-bottom: 0.8rem;
  }

  .rs-trek-checker h2 {
    font-size: clamp(1.7rem, 8.5vw, 2rem) !important;
    line-height: 1.02 !important;
  }

  .rs-trek-checker .rs-trek-checker__header > p:last-child {
    font-size: 0.92rem !important;
  }

  .rs-trek-checker__input-shell {
    min-height: 3.2rem;
    border-radius: 0.7rem !important;
  }

  .rs-trek-checker__answer-strip {
    grid-template-columns: 2.85rem minmax(0, 1fr) 44px;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 0.55rem 0.7rem;
    min-height: 0;
    padding: 0.8rem;
    border-radius: 0.85rem !important;
  }

  .rs-trek-checker__result-icon {
    grid-column: 1;
    grid-row: 1;
    width: 2.85rem;
    height: 2.85rem;
    flex-basis: 2.85rem;
  }

  .rs-trek-checker__result-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .rs-trek-checker .rs-trek-checker__result-title {
    font-size: clamp(1.12rem, 5.6vw, 1.35rem) !important;
    line-height: 1.08 !important;
  }


  .rs-trek-checker__answer-strip > .rs-trek-checker__button {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-height: 48px !important;
    margin-top: 0.15rem;
  }

  .rs-trek-checker__info-button {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }

  .rs-trek-checker__info-layer {
    position: fixed;
    inset: 0;
    z-index: 999999;
    transform: none;
    display: flex;
    align-items: flex-end;
    width: auto;
  }

  .rs-trek-checker__info-backdrop {
    position: absolute;
    inset: 0;
    display: block;
    background: rgba(9, 12, 20, 0.2);
    opacity: 0;
    transition: opacity 180ms ease;
  }

  .rs-trek-checker__info-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 75vh;
    padding: 0 1rem 1.1rem;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 1.2rem 1.2rem 0 0 !important;
    box-shadow: 0 -0.8rem 2.5rem rgba(13, 18, 28, 0.14) !important;
    opacity: 1;
    transform: translateY(100%);
    transition: transform 190ms ease;
  }

  .rs-trek-checker__info-layer.is-open .rs-trek-checker__info-backdrop {
    opacity: 1;
  }

  .rs-trek-checker__info-layer.is-open .rs-trek-checker__info-panel {
    transform: translateY(0);
  }

  .rs-trek-checker__sheet-handle {
    display: block;
    width: 2.75rem;
    height: 0.25rem;
    margin: 0.55rem auto 0.35rem;
    border-radius: 999px;
    background: #c7c9ce;
  }

  .rs-trek-checker__info-header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.25rem 0 0.6rem;
    background: var(--rs-surface);
  }

  .rs-trek-checker__info-row {
    grid-template-columns: minmax(5.8rem, 0.38fr) minmax(0, 1fr);
    gap: 0.65rem;
  }
}

/* Respond to the shortcode column, not only the browser viewport. */
@container rs-trek-checker (max-width: 45rem) {
  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__answer-strip {
    grid-template-columns: 2.85rem minmax(0, 1fr) 44px !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    gap: 0.55rem 0.7rem !important;
    min-height: 0 !important;
    padding: 0.8rem !important;
  }

  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 2.85rem !important;
    height: 2.85rem !important;
    flex-basis: 2.85rem !important;
  }

  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-copy {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    min-width: 0 !important;
  }

  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-title {
    font-size: clamp(1.12rem, 5.6cqi, 1.35rem) !important;
    line-height: 1.08 !important;
  }


  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__answer-strip > .rs-trek-checker__button {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    margin-top: 0.15rem !important;
  }

  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__info-button {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: end !important;
    transform: none !important;
  }
}

@container rs-trek-checker (max-width: 24rem) {
  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__answer-strip {
    grid-template-columns: 2.65rem minmax(0, 1fr) 44px !important;
    gap: 0.5rem 0.55rem !important;
    padding: 0.7rem !important;
  }

  .rs-trek-checker.rs-trek-checker.rs-trek-checker[data-rs-trek-checker] .rs-trek-checker__result-icon {
    width: 2.65rem !important;
    height: 2.65rem !important;
    flex-basis: 2.65rem !important;
  }
}

@media (max-width: 24rem) {
  .rs-trek-checker__enhanced,
  .rs-trek-checker__noscript {
    padding-right: 0.55rem;
    padding-left: 0.55rem;
  }

  .rs-trek-checker__answer-strip {
    grid-template-columns: 2.65rem minmax(0, 1fr) 44px;
    gap: 0.5rem 0.55rem;
    padding: 0.7rem;
  }

  .rs-trek-checker__result-icon {
    width: 2.65rem;
    height: 2.65rem;
  }

  .rs-trek-checker__fallback-altitude {
    grid-template-columns: 1fr;
  }

  .rs-trek-checker__contact {
    align-items: stretch;
    flex-direction: column;
  }

  .rs-trek-checker__contact .rs-trek-checker__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-trek-checker *,
  .rs-trek-checker *::before,
  .rs-trek-checker *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

