html,
* {
  user-select: none;
  -webkit-user-select: none;
}
input,
textarea,
select,
[contenteditable='true'] {
  user-select: text;
  -webkit-user-select: text;
}
#logo span {
  display: inline-block;
  text-indent: 0;
  font-family: 'Grand Bold', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: #f0ecd9;
  font-style: italic;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
}
#logo svg {
  display: none;
}
#video-wrap,
.grecaptcha-badge,
.home-social,
.ws-grid.grid-between:has(img[alt*="instagram"]),
a.light.upper.bs {
  display: none !important;
}
.wd-credit,
.wd-credit span {
  font-family: 'Grand Bold', sans-serif !important;
  font-style: italic !important;
  font-weight: normal !important;
  color: #f0ecd9 !important;
}
body.loading .wd-credit-wrap {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1002;
  padding: 0;
  pointer-events: auto;
}
body.loading .wd-credit,
body.loading .wd-credit span {
  color: #282d35 !important;
}
