/* Shared chrome for the temporary VBC design comparison. */
html {
  overflow-x: clip;
}

.concept {
  padding-bottom: 4.8rem;
}

.concept .honeypot input {
  width: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.concept-switcher {
  position: fixed;
  right: 50%;
  bottom: 1rem;
  z-index: 900;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  width: max-content;
  max-width: calc(100vw - 1.25rem);
  padding: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: white;
  background: rgba(20, 17, 18, 0.94);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 0.76rem;
  line-height: 1;
  transform: translateX(50%);
  backdrop-filter: blur(18px);
}

.concept-switcher__label {
  padding: 0 0.65rem 0 0.55rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-switcher a {
  display: inline-flex;
  min-height: 2.3rem;
  gap: 0.35rem;
  align-items: center;
  padding: 0.55rem 0.78rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  text-decoration: none;
}

.concept-switcher a:hover,
.concept-switcher a[aria-current="page"] {
  color: #171214;
  background: white;
}

.concept-switcher b {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.62rem;
}

.concept-switcher__compare {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 700px) {
  .concept {
    padding-bottom: 4.2rem;
  }

  .concept-switcher {
    bottom: 0.55rem;
  }

  .concept-switcher__label,
  .concept-switcher__compare {
    display: none !important;
  }

  .concept-switcher a {
    min-height: 2.45rem;
    padding-inline: 0.65rem;
  }
}

@media print {
  .concept {
    padding-bottom: 0;
  }

  .concept-switcher {
    display: none;
  }
}
