#explorer-app {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}
#explorer-app .explorer__form-wrapper {
  padding-bottom: 1rem;
}
#explorer-app {
  /* Form labels should be readable on the page background */
}
#explorer-app .explorer__form label,
#explorer-app .explorer__form legend {
  color: #ffffff;
}
#explorer-app .explorer__form {
  /* Add a subtle light-grey border and padding for better separation */
  border: 1px solid #e0e0e0;
  padding: 1rem 3rem 1rem 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 4px;
}
#explorer-app .explorer__form .explorer__form__actions {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#explorer-app .explorer__form .explorer__form__actions .pure-button {
  margin: 0;
}/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.explorer__form {
  margin: 0 auto;
  padding: 1rem;
  max-width: 1024px;
  position: relative;
  font: inherit;
}
.explorer__form legend {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.75rem;
  padding: 0 0.1rem;
  zoom: 1;
  display: block;
  max-width: 30rem;
  box-sizing: border-box;
}
.explorer__form__input {
  height: 2.2rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-size: 1.3em;
  line-height: 2.2rem;
  padding: 0 0.5rem;
  transition: none;
}
.explorer__form__group {
  display: inline-block;
  width: 100%;
}
.explorer__form__group label {
  color: #000;
  font-size: 1.2rem;
  margin-top: 0.75rem;
  zoom: 1;
}
.explorer__form__group p {
  margin: 0;
  margin-top: -2px;
}
.explorer__form__group .Select {
  width: 100%;
}
.explorer__form__group .explorer__form__error {
  color: red;
}
.explorer__form__group--error .explorer__form__input {
  background-color: #f7d8d8;
  border: 1px solid red;
}
.explorer__form__group--error .explorer__form__input:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.explorer__form__group--error .explorer__form__message {
  color: red;
}
.explorer__form__radio p {
  padding-top: 2px;
  padding-bottom: 2px;
}
.explorer__form__radio label {
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  color: #111;
}
.explorer__form__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.explorer__form__actions .pure-button {
  min-height: 2.08rem;
  padding: 0.39rem 0.78rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.04rem;
  line-height: 1;
  box-sizing: border-box;
  background-color: #ccc !important;
  color: #000 !important;
  border: 1px solid #999 !important;
}
.explorer__form__actions .explorer__form__submit,
.explorer__form__actions .explorer__form__clear {
  min-width: 5.85rem;
}
.explorer__form__actions .pure-button:hover {
  background-color: #b3b3b3 !important;
}
.explorer__form .Select-control:focus-within {
  outline: 2px dotted #aeb0b5;
  outline-offset: 3px;
}
.explorer__form {
  /* Stronger focus rules so blue border is visible despite other styles */
}
.explorer__form .explorer__form__input:focus,
.explorer__form .explorer__form input[type=text]:focus {
  border-color: #0056b3 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12) !important;
}
.explorer__form .Select-control,
.explorer__form .Select-control.is-focused,
.explorer__form .Select-control:focus-within {
  border-color: #0056b3 !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12) !important;
}
.explorer__form .Select-control, .explorer__form input[type=text] {
  height: 2.4rem;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  min-height: 2.2rem;
  transition: none;
}
.explorer__form .Select-placeholder, .explorer__form .Select-value {
  padding: 0.32rem 10px;
}
.explorer__form .Select-placeholder {
  color: #757575;
}
.explorer__form .Select-input > input {
  padding: 0 0.5rem;
  font-size: 1.3em;
  line-height: 2.2rem;
  transition: none;
}
.explorer__form {
  /* Ensure the Select's inner input and the dropdown menu share the same border
     and focus appearance as text inputs */
}
.explorer__form .Select-input > input {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
.explorer__form .Select-input > input:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12);
}
.explorer__form .Select-menu,
.explorer__form .Select-menu-outer {
  border: 1px solid #d0d0d0;
  box-shadow: none;
  box-sizing: border-box;
}

/* Remove border and extra padding from first form group */
.explorer__form__group:first-of-type {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 1rem;
  max-width: 100% !important;
}

/* Title style for the form header */
.Header-1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: inherit;
}

/* Ensure form text is visible but preserve error message coloring */
.explorer__form :not(.explorer__form__error):not(.explorer__form__message) {
  color: #111 !important;
}

/* Explicitly style error messages so they stay red */
.explorer__form__error,
.explorer__form__message {
  color: red !important;
}

/* Make all links inside the form blue (override vendor/global color) */
.explorer__form a,
.explorer__form a:visited {
  color: #007bff !important;
}

.explorer__form a:hover,
.explorer__form a:active {
  color: #0056b3 !important;
  text-decoration: underline;
}

/* Stronger selector: ensure links stay blue even when parent elements are forced dark */
.explorer__form :not(.explorer__form__error):not(.explorer__form__message) a,
.explorer__form :not(.explorer__form__error):not(.explorer__form__message) a:visited {
  color: #007bff !important;
}

.explorer__form :not(.explorer__form__error):not(.explorer__form__message) a:hover,
.explorer__form :not(.explorer__form__error):not(.explorer__form__message) a:active {
  color: #0056b3 !important;
  text-decoration: underline;
}.explorer__result-item {
  margin-top: 10px;
  outline: #112e51 solid 1px;
}
.explorer__result-item__detail {
  margin-top: 1rem;
}
.explorer__result-item a.explorer__result-item__label {
  color: #126aa8;
  padding: 0 5px 0 10px;
}
.explorer__result-item ol {
  margin: 0;
  padding-left: 20px;
}
.explorer__result-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.explorer__result-item td {
  border: 0;
  vertical-align: top;
}
.explorer__result-item td:nth-child(2) {
  word-wrap: break-word;
  word-break: break-word;
}
.explorer__result-item__addresses {
  margin: 0;
  padding: 0 0 0 20px;
}
.explorer__result-item__detail {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.explorer__result-item__detail td {
  padding: 0.5em 1em;
  vertical-align: top;
}
.explorer__result-item__detail td.explorer__result-field-name {
  min-width: 15rem;
}
.explorer__result-item__detail ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.explorer__result-item p {
  display: inline-block;
  padding: 0 10px;
}
.explorer__result-item p.outline__right {
  border-right: #112e51 solid 1px;
}
.explorer__result-item-table {
  border: 3px solid #112e51;
  border-collapse: collapse;
  display: inline-block;
  margin: 0;
  min-width: auto;
  vertical-align: top;
  width: auto;
}
.explorer__result-item-table thead th {
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}
.explorer__result-item-table td {
  min-width: 8rem;
  padding: 0.25rem 0; /* remove left/right padding */
  text-align: center;
  white-space: nowrap;
}
.explorer__result-item-table td.explorer__result-field-name {
  min-width: 8rem;
}

.explorer__result {
  max-width: 1024px;
  margin: 3rem auto 0;
  padding: 0 2rem;
}
.explorer__result__pages {
  margin-top: 12px;
}
.explorer__result__page-item {
  background-color: #E6E6E6;
  border: transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 0.5em 1em;
  text-decoration: none;
}
.explorer__result__page-item.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}.explorer__spinner .sk-circle {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  position: relative;
}
.explorer__spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.explorer__spinner .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 12%;
  height: 12%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
}
.explorer__spinner .sk-circle2 {
  transform: rotate(30deg);
}
.explorer__spinner .sk-circle3 {
  transform: rotate(60deg);
}
.explorer__spinner .sk-circle4 {
  transform: rotate(90deg);
}
.explorer__spinner .sk-circle5 {
  transform: rotate(120deg);
}
.explorer__spinner .sk-circle6 {
  transform: rotate(150deg);
}
.explorer__spinner .sk-circle7 {
  transform: rotate(180deg);
}
.explorer__spinner .sk-circle8 {
  transform: rotate(210deg);
}
.explorer__spinner .sk-circle9 {
  transform: rotate(240deg);
}
.explorer__spinner .sk-circle10 {
  transform: rotate(270deg);
}
.explorer__spinner .sk-circle11 {
  transform: rotate(300deg);
}
.explorer__spinner .sk-circle12 {
  transform: rotate(330deg);
}
.explorer__spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.explorer__spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.explorer__spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.explorer__spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.explorer__spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.explorer__spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.explorer__spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.explorer__spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.explorer__spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.explorer__spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.explorer__spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}.explorer {
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.explorer .Header-1 {
  margin: 0;
}
.explorer__header__banner {
  height: 102px;
}
.explorer__result-item__addresses ol {
  margin: 0;
  padding-left: 20px;
}
.explorer__result-item__addresses ul {
  list-style-type: none;
}