.berkeley-lab-timeline {
  --blt-page-max: 1120px;
  --blt-layout-width: min(var(--blt-page-max), calc(100vw - 48px));
  --blt-copy-max: 900px;
  --blt-control-height: 46px;
  --blt-summary-margin-top: 0px;
  --blt-summary-margin-bottom: 0px;
  --blt-teal: #00313c;
  --blt-cyan: #008e9c;
  --blt-gold: #d57800;
  --blt-green: #7ab354;
  --blt-ink: #1c2f35;
  --blt-muted: #5d6d74;
  --blt-border: #d6e0e3;
  --blt-surface: #ffffff;
  --blt-soft: #eef5f6;
  color: var(--blt-ink);
  font-family: Candara, Calibri, "Segoe UI", Arial, sans-serif;
  left: calc((100% - var(--blt-layout-width)) / 2) !important;
  margin: 0 !important;
  max-width: none !important;
  position: relative !important;
  width: var(--blt-layout-width) !important;
}

@supports selector(body:has(.berkeley-lab-timeline)) {
  html:has(.berkeley-lab-timeline),
  body:has(.berkeley-lab-timeline),
  body:has(.berkeley-lab-timeline) .wp-site-blocks {
    overflow-x: clip;
  }
}

.berkeley-lab-timeline *,
.berkeley-lab-timeline *::before,
.berkeley-lab-timeline *::after {
  box-sizing: border-box;
}

.berkeley-lab-timeline [hidden] {
  display: none !important;
}

.berkeley-lab-timeline__intro {
  background: #ffffff;
  color: var(--blt-teal);
  margin: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}

.berkeley-lab-timeline__intro-inner {
  margin: 0 auto;
  max-width: var(--blt-page-max);
  padding: 0;
  width: 100%;
}

.berkeley-lab-timeline__intro > :not(.berkeley-lab-timeline__intro-inner) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--blt-page-max);
  padding-left: clamp(28px, 5vw, 56px);
  padding-right: clamp(28px, 5vw, 56px);
}

.berkeley-lab-timeline__intro > .berkeley-lab-timeline__eyebrow {
  padding-top: clamp(28px, 5vw, 56px);
}

.berkeley-lab-timeline__intro > :last-child:not(.berkeley-lab-timeline__intro-inner) {
  padding-bottom: clamp(28px, 5vw, 56px);
}

.berkeley-lab-timeline__intro::after {
  content: none;
}

.berkeley-lab-timeline__eyebrow {
  color: var(--blt-muted);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.berkeley-lab-timeline__heading {
  color: var(--blt-teal);
  font-family: franklin-gothic-urw, "Franklin Gothic Medium", "Franklin Gothic", Arial, sans-serif;
  font-size: clamp(2.6rem, 5vw, 3.95rem);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1.1;
  margin: 0;
  max-width: var(--blt-copy-max);
}

.berkeley-lab-timeline__description-wrap {
  color: var(--blt-teal);
  font-family: "Guardian Text Egyptian Web", Georgia, "Times New Roman", serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.05px;
  line-height: 1.56;
  margin: var(--blt-summary-margin-top) 0 var(--blt-summary-margin-bottom) !important;
  max-width: none;
  padding: 0 !important;
  width: 100%;
}

.berkeley-lab-timeline__description,
.berkeley-lab-timeline__description-wrap p,
.berkeley-lab-timeline__description-wrap ul,
.berkeley-lab-timeline__description-wrap ol {
  color: var(--blt-teal);
  font-family: "Guardian Text Egyptian Web", Georgia, "Times New Roman", serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.05px;
  line-height: 1.56;
  margin: 0 0 1em !important;
  padding: 0 !important;
}

.berkeley-lab-timeline__description:last-child,
.berkeley-lab-timeline__description-wrap > :last-child {
  margin-bottom: 0 !important;
}

.berkeley-lab-timeline__description-wrap a {
  color: inherit;
  font-weight: 700;
  text-decoration-color: var(--blt-gold);
  text-underline-offset: 3px;
}

.berkeley-lab-timeline__description-wrap ul,
.berkeley-lab-timeline__description-wrap ol {
  padding-left: 1.25em !important;
}

.berkeley-lab-timeline__intro + .berkeley-lab-timeline__data + .berkeley-lab-timeline__app {
  margin-top: clamp(22px, 3vw, 34px);
}

.berkeley-lab-timeline__controls {
  align-items: end;
  border-bottom: 1px solid var(--blt-border);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 1fr) 2fr minmax(140px, 180px) minmax(140px, 180px) minmax(160px, 220px) auto;
  margin-bottom: 18px;
  padding: 0 0 18px;
}

.berkeley-lab-timeline__field {
  display: grid;
  gap: 6px;
}

.berkeley-lab-timeline__field > span {
  color: var(--blt-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.berkeley-lab-timeline__search,
.berkeley-lab-timeline__select {
  appearance: none;
  background: #ffffff;
  border: 1px solid var(--blt-border);
  border-radius: 6px;
  color: var(--blt-ink);
  font: inherit;
  min-height: var(--blt-control-height);
  padding: 9px 12px;
  width: 100%;
}

.berkeley-lab-timeline__search:focus,
.berkeley-lab-timeline__select:focus,
.berkeley-lab-timeline__category-toggle:focus,
.berkeley-lab-timeline__chip:focus,
.berkeley-lab-timeline__view-button:focus,
.berkeley-lab-timeline__marker:focus,
.berkeley-lab-timeline__button:focus,
.berkeley-lab-timeline__source:focus,
.berkeley-lab-timeline__modal-close:focus,
.berkeley-lab-timeline__modal-link:focus,
.berkeley-lab-timeline__space-controls button:focus {
  outline: 3px solid rgba(0, 142, 156, 0.3);
  outline-offset: 2px;
}

.berkeley-lab-timeline__field--categories {
  position: relative;
  z-index: 5;
}

.berkeley-lab-timeline__category-toggle {
  align-items: center;
  appearance: none;
  background: #ffffff;
  border: 1px solid var(--blt-border);
  border-radius: 6px;
  color: var(--blt-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  min-height: var(--blt-control-height);
  padding: 9px 34px 9px 12px;
  position: relative;
  text-align: left;
  width: 100%;
}

.berkeley-lab-timeline__category-toggle::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--blt-muted);
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 2px);
}

.berkeley-lab-timeline__category-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.berkeley-lab-timeline__categories {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--blt-border);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 49, 60, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 0;
  min-width: min(520px, calc(100vw - 48px));
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 6px);
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
  z-index: 10;
}

.berkeley-lab-timeline__field--categories:hover .berkeley-lab-timeline__categories,
.berkeley-lab-timeline__field--categories:focus-within .berkeley-lab-timeline__categories,
.berkeley-lab-timeline__field--categories.is-open .berkeley-lab-timeline__categories {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.berkeley-lab-timeline__chip {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--blt-border);
  border-radius: 999px;
  color: var(--blt-ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  gap: 7px;
  min-height: 38px;
  padding: 7px 12px;
}

.berkeley-lab-timeline__chip[aria-pressed="true"] {
  background: var(--blt-teal);
  border-color: var(--blt-teal);
  color: #ffffff;
}

.berkeley-lab-timeline__views {
  align-self: end;
  background: var(--blt-soft);
  border: 1px solid var(--blt-border);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: var(--blt-control-height);
  max-height: var(--blt-control-height);
  min-height: 0;
  padding: 2px;
}

.berkeley-lab-timeline__view-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: var(--blt-muted);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  height: calc(var(--blt-control-height) - 6px);
  justify-content: center;
  line-height: 1;
  max-height: calc(var(--blt-control-height) - 6px);
  min-height: 0;
  padding: 0 8px;
  text-align: center;
}

.berkeley-lab-timeline__view-button[aria-pressed="true"] {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 49, 60, 0.14);
  color: var(--blt-teal);
}

.berkeley-lab-timeline__swatch,
.berkeley-lab-timeline__badge-swatch {
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.berkeley-lab-timeline__count {
  color: var(--blt-muted);
  font-size: 0.9rem;
  margin: 0 0 10px;
  white-space: nowrap;
}

.berkeley-lab-timeline__rail-wrap {
  margin: 0 0 26px;
  overflow: hidden !important;
  overflow-x: hidden !important;
  padding: 10px 14px 18px;
  scrollbar-width: none;
}

.berkeley-lab-timeline__rail-wrap::-webkit-scrollbar {
  display: none;
}

.berkeley-lab-timeline__rail {
  border-top: 2px solid var(--blt-border);
  height: 52px;
  min-width: 0;
  position: relative;
  width: 100%;
}

.berkeley-lab-timeline__marker {
  background: #ffffff;
  border: 3px solid var(--blt-cyan);
  border-radius: 999px;
  cursor: pointer;
  height: 16px;
  padding: 0;
  position: absolute;
  top: -9px;
  transform: translateX(-50%);
  width: 16px;
}

.berkeley-lab-timeline__marker:hover,
.berkeley-lab-timeline__marker.is-active {
  background: var(--blt-teal);
  border-color: var(--blt-teal) !important;
}

.berkeley-lab-timeline__events {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
}

.berkeley-lab-timeline__decade {
  border-bottom: 1px solid var(--blt-border);
  color: var(--blt-teal);
  font-family: "Franklin Gothic Medium", "Franklin Gothic", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  grid-column: 1 / -1;
  line-height: 1.1;
  margin: 18px 0 0;
  padding-bottom: 8px;
}

.berkeley-lab-timeline__event {
  background: var(--blt-surface);
  border: 1px solid var(--blt-border);
  border-radius: 8px;
  border-top: 5px solid var(--blt-cyan);
  display: grid;
  grid-column: span 4;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.berkeley-lab-timeline__event:hover,
.berkeley-lab-timeline__event.is-active {
  box-shadow: 0 14px 32px rgba(0, 49, 60, 0.13);
  transform: translateY(-2px);
}

.berkeley-lab-timeline__image {
  aspect-ratio: 16 / 10;
  background: var(--blt-soft);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.berkeley-lab-timeline__event-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.berkeley-lab-timeline__meta {
  align-items: center;
  color: var(--blt-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 8px;
  margin: 0;
  text-transform: uppercase;
}

.berkeley-lab-timeline__badge {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.berkeley-lab-timeline__event-title {
  color: var(--blt-teal);
  font-family: "Franklin Gothic Medium", "Franklin Gothic", Arial, sans-serif;
  font-size: 1.15rem;
  line-height: 1.22;
  margin: 0;
}

.berkeley-lab-timeline__event-text {
  color: #334b52;
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

.berkeley-lab-timeline__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.berkeley-lab-timeline__button,
.berkeley-lab-timeline__modal-close {
  background: var(--blt-cyan);
  border: 1px solid var(--blt-cyan);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 13px;
}

.berkeley-lab-timeline__button:hover,
.berkeley-lab-timeline__modal-close:hover {
  background: var(--blt-teal);
  border-color: var(--blt-teal);
}

.berkeley-lab-timeline__source,
.berkeley-lab-timeline__modal-link,
.berkeley-lab-timeline__static-item a {
  color: var(--blt-teal);
  font-weight: 700;
  text-decoration-color: var(--blt-gold);
  text-underline-offset: 3px;
}

.berkeley-lab-timeline__empty {
  background: var(--blt-soft);
  border-radius: 8px;
  color: var(--blt-muted);
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
}

.berkeley-lab-timeline__space {
  --blt-space-scrubber-height: 58px;
  background: linear-gradient(180deg, #007681 0%, #2f8983 42%, #c5792a 100%);
  border-radius: 8px;
  height: min(78vh, 760px);
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.berkeley-lab-timeline__space::before {
  background: radial-gradient(ellipse at 50% 24%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(0, 45, 50, 0.16), transparent 36%, rgba(0, 38, 44, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.berkeley-lab-timeline__space-canvas {
  cursor: grab;
  display: block;
  height: calc(100% - var(--blt-space-scrubber-height));
  position: relative;
  touch-action: none;
  width: 100%;
  z-index: 1;
}

.berkeley-lab-timeline__space-canvas:active {
  cursor: grabbing;
}

.berkeley-lab-timeline__space-status {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  color: var(--blt-teal);
  left: 18px;
  margin: 0;
  max-width: 360px;
  padding: 14px 16px;
  position: absolute;
  top: 18px;
  z-index: 4;
}

.berkeley-lab-timeline__space-panel {
  background: rgba(3, 11, 13, 0.78);
  border-top: 4px solid var(--blt-cyan);
  bottom: 78px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  display: grid;
  gap: 6px;
  max-width: min(280px, calc(100% - 36px));
  padding: 12px;
  position: absolute;
  right: 18px;
  z-index: 3;
}

.berkeley-lab-timeline__space-title {
  color: #ffffff;
  font-family: "Franklin Gothic Medium", "Franklin Gothic", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.2;
  margin: 0;
}

.berkeley-lab-timeline__space-meta {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.berkeley-lab-timeline__space-text {
  color: rgba(255, 255, 255, 0.86);
  display: none;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

.berkeley-lab-timeline__space-actions {
  margin-top: 4px;
}

.berkeley-lab-timeline__space-controls {
  display: flex;
  gap: 8px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
}

.berkeley-lab-timeline__space-controls button {
  background: rgba(4, 18, 20, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 36px;
  min-width: 36px;
  padding: 6px 10px;
}

.berkeley-lab-timeline__space-scrubber {
  background: rgba(0, 53, 60, 0.9);
  border-top: 2px solid rgba(255, 255, 255, 0.68);
  bottom: 0;
  height: var(--blt-space-scrubber-height);
  left: 0;
  position: absolute;
  right: 0;
  transition: transform 120ms ease;
  transform: none !important;
  will-change: transform;
  z-index: 3;
}

.berkeley-lab-timeline__space-scrubber-track {
  height: 100%;
  margin: 0 24px;
  position: relative;
}

.berkeley-lab-timeline__space-scrubber-track::before {
  background: rgba(255, 255, 255, 0.72);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 28px;
}

.berkeley-lab-timeline__space-scrubber-marker {
  background: var(--blt-cyan);
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  height: 10px;
  margin-left: -5px;
  padding: 0;
  position: absolute;
  top: 23px;
  width: 10px;
}

.berkeley-lab-timeline__space-scrubber-marker[aria-pressed="true"] {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.42);
  transform: scale(1.25);
}

.berkeley-lab-timeline__space-scrubber-label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 800;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
}

.berkeley-lab-timeline__modal-backdrop {
  align-items: center;
  background: rgba(0, 19, 24, 0.72);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.berkeley-lab-timeline__modal {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  max-height: min(86vh, 900px);
  max-width: 860px;
  overflow: auto;
  padding: 22px;
  position: relative;
  width: min(100%, 860px);
}

.berkeley-lab-timeline__modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.berkeley-lab-timeline__modal-body {
  display: grid;
  gap: 16px;
  padding-top: 46px;
}

.berkeley-lab-timeline__modal-title {
  color: var(--blt-teal);
  font-family: "Franklin Gothic Medium", "Franklin Gothic", Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 0;
  max-width: 720px;
}

.berkeley-lab-timeline__modal-meta {
  color: var(--blt-muted);
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.berkeley-lab-timeline__modal-text {
  color: #263f46;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}

.berkeley-lab-timeline__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.berkeley-lab-timeline__gallery figure {
  background: var(--blt-soft);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.berkeley-lab-timeline__gallery img {
  display: block;
  height: auto;
  width: 100%;
}

.berkeley-lab-timeline__gallery figcaption {
  color: var(--blt-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 10px 12px 12px;
}

.berkeley-lab-timeline__static-list {
  display: grid;
  gap: 16px;
}

.berkeley-lab-timeline__static-item {
  border: 1px solid var(--blt-border);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(160px, 260px) 1fr;
  overflow: hidden;
}

.berkeley-lab-timeline__static-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.berkeley-lab-timeline__static-body {
  padding: 16px;
}

.berkeley-lab-timeline__static-body h3 {
  color: var(--blt-teal);
  font-family: "Franklin Gothic Medium", "Franklin Gothic", Arial, sans-serif;
  margin: 0 0 10px;
}

.berkeley-lab-timeline__static-body p {
  line-height: 1.55;
}

.berkeley-lab-timeline__static-meta {
  color: var(--blt-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 10px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .berkeley-lab-timeline__controls {
    grid-template-columns: 1fr 1fr;
  }

  .berkeley-lab-timeline__categories,
  .berkeley-lab-timeline__count {
    grid-column: 1 / -1;
  }

  .berkeley-lab-timeline__event {
    grid-column: span 6;
  }
}

@media (max-width: 680px) {
  .berkeley-lab-timeline {
    --blt-layout-width: calc(100vw - 32px);
  }

  .berkeley-lab-timeline__intro-inner {
    padding: 0;
  }

  .berkeley-lab-timeline__intro > :not(.berkeley-lab-timeline__intro-inner) {
    padding-left: 18px;
    padding-right: 18px;
  }

  .berkeley-lab-timeline__intro > .berkeley-lab-timeline__eyebrow {
    padding-top: 34px;
  }

  .berkeley-lab-timeline__intro > :last-child:not(.berkeley-lab-timeline__intro-inner) {
    padding-bottom: 38px;
  }

  .berkeley-lab-timeline__heading {
    font-size: clamp(2.4rem, 11vw, 3.25rem);
    line-height: 1.05;
  }

  .berkeley-lab-timeline__description-wrap {
    margin: var(--blt-summary-margin-top) 0 var(--blt-summary-margin-bottom) !important;
    max-width: none;
    padding: 0 !important;
  }

  .berkeley-lab-timeline__description-wrap,
  .berkeley-lab-timeline__description,
  .berkeley-lab-timeline__description-wrap p,
  .berkeley-lab-timeline__description-wrap ul,
  .berkeley-lab-timeline__description-wrap ol {
    font-size: 1.0625rem;
    line-height: 1.55;
  }

  .berkeley-lab-timeline__controls {
    grid-template-columns: 1fr;
  }

  .berkeley-lab-timeline__field--search,
  .berkeley-lab-timeline__field--categories,
  .berkeley-lab-timeline__field--decade,
  .berkeley-lab-timeline__field--sort,
  .berkeley-lab-timeline__categories,
  .berkeley-lab-timeline__count {
    grid-column: auto;
  }

  .berkeley-lab-timeline__event {
    grid-column: 1 / -1;
  }

  .berkeley-lab-timeline__gallery {
    grid-template-columns: 1fr;
  }

  .berkeley-lab-timeline__space {
    --blt-space-scrubber-height: 48px;
    height: 70vh;
    min-height: 540px;
  }

  .berkeley-lab-timeline__space-panel {
    background: transparent;
    border-top: 0;
    bottom: 68px;
    box-shadow: none;
    max-width: min(230px, calc(100% - 24px));
    padding: 0;
    right: 12px;
  }

  .berkeley-lab-timeline__space-title {
    display: none;
  }

  .berkeley-lab-timeline__space-meta {
    display: none;
  }

  .berkeley-lab-timeline__space-text {
    display: none;
  }

  .berkeley-lab-timeline__space-controls {
    right: 12px;
    top: 12px;
  }

  .berkeley-lab-timeline__space-scrubber-track {
    margin: 0 12px;
  }

  .berkeley-lab-timeline__space-scrubber-track::before {
    top: 25px;
  }

  .berkeley-lab-timeline__space-scrubber-marker {
    height: 8px;
    margin-left: -4px;
    top: 21px;
    width: 8px;
  }

  .berkeley-lab-timeline__space-scrubber-marker[aria-pressed="true"] {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.42);
  }

  .berkeley-lab-timeline__space-scrubber-label {
    font-size: 0.66rem;
    top: 6px;
  }

  .berkeley-lab-timeline__modal-backdrop {
    align-items: stretch;
    padding: 12px;
  }

  .berkeley-lab-timeline__static-item {
    grid-template-columns: 1fr;
  }
}
