.nav-bar.navbar-fixed-top {
  left: 20px;
  right: 20px;
  width: auto;
}
.nav-bar {
  background-color: #F9FAFB;
  border-bottom: 1px solid #000000;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 48px;
  margin-bottom: 0;
}
.nav-bar .rs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0;
}
.nav-bar .navbar-header {
  float: none;
}
.nav-bar .rs-header-sari-logo {
  height: 30px;
  width: auto;
  vertical-align: middle;
  margin-right: 6px;
}
.nav-bar .rs-header-logo {
  font-family: 'Familjen Grotesk', Arial, sans-serif;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  padding: 0;
  font-weight: 400;
}
.nav-bar .rs-header-logo:hover {
  color: #000000;
  text-decoration: none;
}
.nav-bar .rds-nav {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 400;
}
.nav-bar .rds-nav > li > a {
  font-size: 18px;
  color: #000000;
  padding: 0 12px;
  line-height: 48px;
  text-decoration: none;
}
.navbar-default .navbar-nav.rds-nav > li > a:hover,
.navbar-default .navbar-nav.rds-nav > li > a:focus {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
.detail-col {
  grid-column: 2;
  grid-row: 1;
  position: fixed;
  top: 82px;
  justify-self: end;
  align-self: start;
  z-index: 2;
  width: 0;
  max-height: calc(100vh - 102px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  background: #F9FAFB;
}
.detail-col:has(.detail-panel) {
  width: 600px;
}
.detail-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.detail-panel-header {
  display: flex;
  justify-content: space-between;
  background: #F9FAFB;
  flex-shrink: 0;
}
.detail-panel-header h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
}
.detail-panel-content {
  flex-grow: 1;
  overflow-y: auto;
  min-height: 0;
  overscroll-behavior: none;
}
.detail-panel-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.detail-panel-uri {
  display: inline;
  word-break: break-all;
}
.detail-panel-uri > span {
  margin-right: 0.25em;
  font-weight: 700;
}
.detail-panel-uri > div {
  display: inline;
}
.detail-close {
  cursor: pointer;
}
.detail-panel-section {
  padding: 20px;
  border-bottom: 1px solid #000000;
}
.detail-panel-section:last-of-type {
  border: none;
}
.detail-section-title {
  font-family: 'Geist Mono', 'Courier New', monospace;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.detail-row {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px dotted #000000;
}
.detail-row:last-of-type {
  border: none;
  padding-bottom: 0;
}
.detail-property {
  flex: 0 0 40%;
  word-break: break-all;
}
.detail-value {
  flex: 1;
  word-break: break-all;
}
.detail-value-expand,
.detail-value-collapse {
  text-decoration: underline;
  cursor: pointer;
}
.detail-inline-list {
  line-height: 1.5;
  word-break: break-word;
}
.detail-related-list {
  display: flex;
  flex-direction: column;
}
.detail-related-record {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: start;
}
.detail-related-record .rds-badge {
  justify-self: start;
}
.detail-related-content {
  min-width: 0;
}
.detail-related-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.detail-related-uri {
  color: #000000;
  word-break: break-all;
}
.detail-external-list {
  line-height: 1.5;
  margin-top: 0.4rem;
}
.detail-external-name {
  color: #000000;
  min-width: 0;
  word-break: break-word;
  text-decoration: underline;
}
.detail-external-item + .detail-external-item::before {
  content: ", ";
}
.detail-resource-link {
  display: block;
  width: 100%;
  padding: 1.4rem 20px;
  border-top: 1px solid #000000;
  color: #000000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.detail-resource-link:hover {
  background-color: #000000;
  color: #F9FAFB;
}
body {
  font-family: 'Familjen Grotesk', Arial, sans-serif;
  font-size: 16px;
  background: #F9FAFB;
  overscroll-behavior: none;
}
.rs-application {
  max-width: 100vw;
  overflow-x: hidden;
  overscroll-behavior: none;
}
.page {
  padding: 20px;
  padding-top: 40px;
}
.eyebrow-label {
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: #5F5F5F;
  font-family: 'Geist Mono', 'Courier New', monospace;
  font-weight: 500;
}
ol.page-breadcrumb {
  background-color: transparent;
  box-shadow: none;
}
/* filter-search-bar */
.filter-search-bar {
  display: flex;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
.filter-container {
  display: flex;
  gap: 2rem;
  flex: 1;
}
.keyword-search {
  flex: 1;
}
.keyword-search i {
  display: none;
}
.keyword-search .keyword-search-container {
  background-color: transparent;
  border: none;
  height: auto;
}
.keyword-search .input-wrap {
  position: relative;
}
.keyword-search .input-wrap .search-reset {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.keyword-search .keyword-search-search-input {
  background-color: transparent;
  font-family: 'Familjen Grotesk', Arial, sans-serif;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  background-color: #ECF0F3;
  padding: 10px 12px;
  border-radius: 0;
}
.keyword-search ::placeholder {
  color: #000000;
}
.filter-button-group {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.filter-button {
  padding: 2px 6px;
  font-size: 18px;
  font-family: 'Geist Mono', 'Courier New', monospace;
  border: 1px solid #000000;
}
.active-filter {
  background: #ECF0F3;
}
/* search meta bar */
.search-meta {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  font-family: 'Geist Mono', 'Courier New', monospace;
  font-size: 16px;
  line-height: 21px;
}
.search-meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-meta-left semantic-search-result {
  display: contents;
}
.search-meta-sep {
  color: #5F5F5F;
}
rds-filter-selection {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.rds-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3.6px 6px;
  border: 1px solid #000000;
  border-radius: 28px;
  font-family: 'Geist Mono', 'Courier New', monospace;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.rds-badge rds-nav-link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.rds-badge rds-nav-link button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}
rds-copy-popover {
  position: relative;
  display: inline-flex;
}
rds-copy-popover > .rds-badge {
  background: transparent;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
rds-copy-popover > .rds-badge:hover,
rds-copy-popover > .rds-badge[aria-expanded='true'] {
  background-color: #000000;
  color: #F9FAFB;
}
.rds-copy-popover {
  position: absolute;
  z-index: 20;
  bottom: calc(100% + 12px);
  left: 0;
  display: grid;
  width: max-content;
  min-width: 320px;
  max-width: min(480px, calc(100vw - 32px));
  border: 1px solid #000000;
  background: #ECF0F3;
  box-shadow: 4px 4px 0px 0px #00000012;
  box-sizing: border-box;
}
.rds-copy-popover[hidden] {
  display: none;
}
.rds-copy-popover::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 14px;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ECF0F3;
  transform: translateY(-8px) rotate(45deg);
}
.rds-copy-popover--left {
  position: fixed;
  z-index: 1070;
  right: auto;
  bottom: auto;
}
.rds-copy-popover--left::after {
  top: 50%;
  left: 100%;
  border: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translate(-8px, -50%) rotate(45deg);
}
.rds-copy-popover-action {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 14px 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  width: 100%;
  padding: 12px;
  border: 0;
  border-bottom: 1px dotted #000000;
  background: transparent;
  color: #000000;
  font-family: 'Geist Mono', 'Courier New', monospace;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.rds-copy-popover-action:last-of-type {
  border-bottom: 0;
}
.rds-copy-popover-action img {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}
.rds-copy-popover-action span {
  overflow-wrap: anywhere;
  font-family: 'Familjen Grotesk', Arial, sans-serif;
}
.rds-copy-popover-action strong {
  color: #5F5F5F;
}
.rds-copy-popover-action:hover,
.rds-copy-popover-action:focus {
  background: #DEE7ED;
}
.rds-copy-popover-action.is-copied {
  background: #86f39634;
}
.rds-copy-popover-action.is-copied img {
  display: none;
}
.rds-copy-popover-action.is-copied::before {
  content: '';
  justify-self: center;
  align-self: center;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
}
.rds-copy-popover-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
rds-copy-value {
  position: relative;
  display: inline;
}
rds-copy-value .rds-copy-value-text {
  display: inline;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
  white-space: normal;
  word-break: break-all;
}
rds-copy-value .rds-copy-value-actions {
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  vertical-align: middle;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
rds-copy-value .rds-copy-value-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
rds-copy-value .rds-copy-value-copy-icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}
rds-copy-value .rds-copy-value-open {
  display: inline-flex;
  align-items: center;
}
rds-copy-value .rds-copy-value-open img {
  width: 11px;
  height: 12px;
}
rds-copy-value:hover .rds-copy-value-text,
rds-copy-value:focus-within .rds-copy-value-text {
  text-decoration: underline;
}
rds-copy-value:hover .rds-copy-value-actions,
rds-copy-value:focus-within .rds-copy-value-actions {
  opacity: 1;
  pointer-events: auto;
}
rds-copy-value.is-copied .rds-copy-value-copy-icon {
  display: none;
}
rds-copy-value.is-copied .rds-copy-value-copy::after {
  content: '';
  width: 8px;
  height: 5px;
  margin: 0 2px 2px;
  border-bottom: 2px solid #5F5F5F;
  border-left: 2px solid #5F5F5F;
  transform: rotate(-45deg);
}
rds-copy-value.is-copied .rds-copy-value-actions {
  opacity: 1;
  pointer-events: auto;
}
.rds-item-truncate-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin-top: 1rem;
  border: 0;
  background: none;
  color: #000000;
  cursor: pointer;
}
.rds-item-truncate-toggle::before {
  content: '';
  width: 17px;
  height: 10px;
  background: url('/assets/no-auth/chevron.svg') center / contain no-repeat;
  transition: transform 0.2s ease;
}
.rds-item-truncate-toggle:hover {
  text-decoration: underline;
}
.rds-item-truncate-toggle.is-expanded::before {
  transform: rotate(180deg);
}
/* results table */
.main-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  margin-top: 2.5rem;
}
.facets-col {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
}
.facets-col:has(.show-facet-button__hide) {
  width: auto;
}
.results-col {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.table {
  margin-top: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td > a,
.table > tbody > tr > td > span a {
  font-size: 16px;
  color: #000000;
  border: none;
}
.table > thead > tr > th {
  vertical-align: top;
  font-family: 'Geist Mono', 'Courier New', monospace;
  font-size: 16px;
  color: #5F5F5F;
  font-weight: 500;
}
td[role="cell"]:empty {
  display: none;
  padding: 0;
  width: 0;
}
/* facets */
.show-facet-button__hide {
  left: 0;
}
.show-facet-button {
  width: 48px;
  height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
  margin: 0;
  margin-top: 26px;
  background: #ECF0F3;
  border: 0;
  color: #000000;
  font-size: 0;
}
.show-facet-button .show-facet-button__label {
  display: none;
}
.show-facet-button::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  margin-right: 5px;
}
.show-facet-button::after {
  content: "Filters";
  display: block;
  color: #000000;
  font-family: 'Familjen Grotesk', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-left: 5px;
}
.show-facet-button.show-facet-button__hide::before {
  transform: rotate(135deg);
  margin-right: -5px;
}
.record-label {
  cursor: pointer;
  text-decoration: underline;
}
