:root {
  color-scheme: light;
}

html {
  background: #f7f7f7;
  scroll-behavior: smooth;
}

body,
#root {
  background: #f7f7f7 !important;
}

.fjdz-brand {
  display: inline-flex;
  width: 258px;
  min-height: 32px;
  align-items: center;
  gap: 10px;
  color: #000;
  white-space: nowrap;
}

.fjdz-home-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  object-fit: cover;
}

.fjdz-brand strong {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.fjdz-brand span {
  border-left: 1px solid rgba(0, 0, 0, 0.32);
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.fjdz-hide-locale,
.fjdz-hidden-services {
  display: none !important;
}

.fjdz-nav-workbench {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 500 !important;
  transition: background-color 180ms ease, color 180ms ease !important;
}

.fjdz-nav-workbench:hover,
.fjdz-nav-workbench:focus-visible {
  background: #252525 !important;
  color: #fff !important;
}

.fjdz-redundant-workbench-cta {
  display: none !important;
}

.fjdz-footer-brand {
  height: 35px;
}

.fjdz-toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 9999;
  max-width: min(520px, calc(100vw - 32px));
  transform: translate(-50%, 16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.82);
  padding: 13px 18px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(24px);
}

.fjdz-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 1023px) {
  a[href*="/blog/#foundation-"] div[class*="text-black/70"] {
    display: block !important;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.64);
    font-size: 14px;
    line-height: 1.55;
  }

  .fjdz-brand {
    width: auto;
    min-height: 24px;
  }

  .fjdz-brand strong {
    font-size: 19px;
  }

  .fjdz-home-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    border-radius: 7px;
  }

  .fjdz-brand span {
    display: none;
  }

  nav .fjdz-nav-workbench {
    width: fit-content;
    justify-content: center;
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .fjdz-toast {
    bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fjdz-toast {
    transition: none;
  }
}
