#lside .sc-sidebar-story-btn:not(.sc-active) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #545454 !important;
  text-shadow: none !important;
}

#lside .sc-sidebar-nav-item {
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#lside .sc-legacy-story-row,
#lside .row:has(.sc-sidebar-story-btn) {
  display: none !important;
}

#menuHolder .mnav-btn[data-sc-nav="works"] {
  color: #fff !important;
  font-weight: 800;
}

#menuHolder .mnav-btn[data-sc-nav="works"] .icon,
#menuHolder .mnav-btn[data-sc-nav="works"] .text {
  color: inherit !important;
}

#menuHolder .mnav-btn.sc-active {
  color: #ec5f78;
}

#lside .sc-vr-device-icon {
  fill: none;
  height: 1.55rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  width: 1.55rem;
}

@media (min-width: 992px) {
  #lside .col-12.py-4.px-3:has(> .sc-sidebar-story-btn) {
    padding-bottom: .35rem !important;
    padding-top: 1rem !important;
  }

  #lside .navigation-holder {
    padding-top: 1rem !important;
  }

  #lside .navigation ul {
    display: flex;
    flex-direction: column;
    gap: .35rem;
  }

  #lside .navigation li {
    margin: 0 !important;
  }

  #lside:hover .sc-sidebar-story-btn > .icon,
  #lside:hover .sc-sidebar-nav-item > .icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 47px;
    justify-content: center;
    margin: 0 !important;
    min-width: 47px;
    width: 47px;
  }

  #lside:hover .sc-vr-device-icon {
    height: 1.55rem;
  }
}

#lside .sc-sidebar-story-btn:hover,
#lside .sc-sidebar-nav-item:hover {
  background: #e2e2e2 !important;
  border-color: transparent !important;
  color: #545454 !important;
}

#lside .sc-sidebar-nav-item.sc-active,
#lside .sc-sidebar-story-btn.sc-active {
  background: #ec5f78 !important;
  border-color: #ec5f78 !important;
  box-shadow: 0 8px 18px rgba(236, 95, 120, .28) !important;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .16) !important;
}

#lside .sc-sidebar-nav-item.sc-active .icon,
#lside .sc-sidebar-story-btn.sc-active .icon,
#lside .sc-sidebar-nav-item.sc-active .text {
  color: inherit !important;
}

body.dark-mode #lside .sc-sidebar-story-btn:not(.sc-active) {
  color: #e2e2e2 !important;
}

body.dark-mode #lside .sc-sidebar-story-btn:hover,
body.dark-mode #lside .sc-sidebar-nav-item:hover {
  background: #545454 !important;
  color: #e2e2e2 !important;
}

.sc-desktop-top-nav {
  display: none;
}

@media (min-width: 992px) {
  #lside,
  #triggerLeft {
    display: none !important;
  }

  #header {
    padding-left: 20px !important;
  }

  html body #app #mainContainer {
    padding-left: 0 !important;
    width: 100% !important;
  }

  #header.sc-top-nav-ready > .row > :last-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  #header .sc-desktop-top-nav {
    align-items: center;
    display: flex !important;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 3;
  }

  #header .sc-desktop-top-nav ul {
    align-items: center;
    display: flex;
    gap: clamp(4px, .75vw, 12px);
    justify-content: center;
  }

  #header .sc-desktop-top-nav li {
    margin: 0;
  }

  #header .sc-desktop-nav-item {
    align-items: center;
    border-radius: 999px;
    color: #545454;
    display: inline-flex;
    font-size: .94rem;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    min-height: 40px;
    padding: 0 clamp(12px, 1.25vw, 20px);
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
    white-space: nowrap;
  }

  #header .sc-desktop-nav-item .icon {
    font-size: 1.05rem;
  }

  #header .sc-desktop-nav-item:hover {
    background: #f3f3f3;
    color: #ec5f78;
    transform: translateY(-1px);
  }

  #header .sc-desktop-nav-item.sc-active {
    background: #ec5f78;
    box-shadow: 0 8px 20px rgba(236, 95, 120, .24);
    color: #fff;
  }

  body.dark-mode #header .sc-desktop-nav-item {
    color: #e2e2e2;
  }

  body.dark-mode #header .sc-desktop-nav-item:hover {
    background: #454545;
    color: #fff;
  }

  body.dark-mode #header .sc-desktop-nav-item.sc-active {
    background: #ec5f78;
    color: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  #header .sc-desktop-nav-item {
    gap: 5px;
    padding-inline: 11px;
  }

  #header .sc-desktop-nav-item .icon {
    display: none;
  }
}

.sc-header-auth {
  align-items: center;
  gap: 10px;
}

.sc-header-auth .sc-auth-login,
.sc-header-auth .sc-auth-register {
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, opacity .12s ease;
}

.sc-header-auth.sc-auth-pending .sc-auth-login,
.sc-header-auth.sc-auth-pending .sc-auth-register {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#header .sc-header-controls {
  flex: 0 0 auto;
  margin-left: auto;
  padding-right: 10px;
  position: relative;
  transform: translateY(-7px);
  z-index: 4;
}

#header .sc-theme-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  color: #ec5f78;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 38px;
}

#header .sc-theme-toggle:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
  transform: translateY(-1px);
}

.sc-header-auth .btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 86px;
  padding: 0 22px;
  text-decoration: none;
}

.sc-header-auth .sc-auth-login {
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  color: #545454;
}

.sc-header-auth .sc-auth-login:hover {
  background: #f8f8f8;
  border-color: #e4e4e4;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .1);
  color: #ec5f78;
}

.sc-header-auth .sc-auth-register {
  box-shadow: 0 10px 24px rgba(236, 95, 120, .28);
  color: #fff;
}

.sc-header-auth .sc-auth-user {
  max-width: 150px;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-header-auth .btn:disabled,
.sc-auth-submit:disabled {
  cursor: wait;
  opacity: .68;
}

body.dark-mode .sc-header-auth .sc-auth-login {
  background: #232323;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
  color: #f8f8f8;
}

body.dark-mode .sc-header-auth .sc-auth-login:hover {
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .26);
  color: #ec5f78;
}

body.dark-mode #header .sc-theme-toggle {
  background: #303030;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
  color: #fff;
}

@media (max-width: 991.98px) {
  #header {
    height: 44px !important;
    min-height: 44px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #header > .row {
    height: 44px;
    min-height: 44px;
  }

  #header > .row > :first-child,
  #header > .row > :last-child {
    align-items: stretch;
    display: flex;
    justify-content: flex-end;
  }

  #header > .row > :first-child {
    justify-content: flex-start;
  }

  #header #logo {
    max-height: 36px;
  }

  #header .sc-header-controls {
    align-items: center;
    align-self: stretch;
    gap: 9px;
    height: 100%;
    margin-left: auto;
    padding: 4px 9px 4px 0;
    transform: none;
  }

  #header .sc-theme-toggle {
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(84, 84, 84, .16);
    border-radius: 0;
    box-shadow: none;
    color: #545454;
    flex-basis: 42px;
    font-size: 1.25rem;
    height: 34px;
    width: 42px;
  }

  #header .sc-theme-toggle:hover {
    box-shadow: none;
    transform: none;
  }

  .sc-header-auth .sc-auth-login {
    display: none !important;
  }

  .sc-header-auth .sc-auth-register {
    font-size: 13px;
    height: 34px;
    min-height: 34px;
    min-width: 60px;
    padding: 0 15px;
  }

  body.dark-mode #header .sc-theme-toggle {
    background: transparent;
    border-color: rgba(255, 255, 255, .14);
    box-shadow: none;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  #header .sc-header-controls {
    gap: 7px;
    padding-right: 6px;
  }

  #header .sc-theme-toggle {
    flex-basis: 34px;
    font-size: 1.05rem;
    height: 34px;
    width: 34px;
  }

  .sc-header-auth .btn {
    font-size: 13px;
    height: 36px;
    min-height: 36px;
    min-width: 64px;
    padding-inline: 12px;
  }
}

.sc-header-login-compact {
  display: none !important;
}

body.sc-auth-open {
  overflow: hidden;
}

.sc-auth-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(18px, 4vw, 56px);
  pointer-events: none;
  position: fixed;
  transition: opacity .22s ease;
  visibility: hidden;
  z-index: 10050;
}

.sc-auth-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sc-auth-backdrop {
  backdrop-filter: blur(9px);
  background: rgba(10, 10, 12, .78);
  inset: 0;
  position: absolute;
}

.sc-auth-dialog {
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
  display: grid;
  grid-template-columns: minmax(300px, 350px) minmax(480px, 1fr);
  height: min(600px, calc(100vh - 72px));
  max-width: 980px;
  overflow: hidden;
  position: relative;
  transform: translateY(14px) scale(.985);
  transition: transform .25s ease;
  width: min(980px, calc(100vw - 64px));
  z-index: 1;
}

.sc-auth-modal.is-open .sc-auth-dialog {
  transform: translateY(0) scale(1);
}

.sc-auth-close {
  align-items: center;
  background: #f5f5f7;
  border: 1px solid #e0e0e4;
  border-radius: 50%;
  color: #4d4b50;
  display: flex;
  font-size: 22px;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background .18s ease, transform .18s ease;
  width: 40px;
  z-index: 4;
}

.sc-auth-close:hover {
  background: #ec5f78;
  color: #fff;
  transform: rotate(5deg);
}

.sc-auth-visual {
  background: #eee9e5;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.sc-auth-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 20%;
  position: absolute;
  width: 100%;
}

.sc-auth-visual-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), transparent 30%, rgba(0, 0, 0, .22));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sc-auth-logo {
  background: rgba(255, 255, 255, .82);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  left: 20px;
  max-height: 52px;
  max-width: 190px;
  object-fit: contain;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

.sc-auth-panel {
  align-content: center;
  color: #28262b;
  display: grid;
  min-width: 0;
  overflow-y: auto;
  padding: 42px clamp(42px, 5vw, 64px) 28px;
}

.sc-auth-tabs {
  background: #f1f1f4;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 22px;
  padding: 5px;
  width: 190px;
}

.sc-auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #77757c;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 18px;
}

.sc-auth-tabs button.is-active {
  background: #ec5f78;
  box-shadow: 0 7px 18px rgba(236, 95, 120, .28);
  color: #fff;
}

.sc-auth-heading > span {
  color: #ec5f78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.sc-auth-heading h2 {
  color: #242228;
  font-size: clamp(28px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.035em;
  margin: 8px 0 8px;
}

.sc-auth-heading p {
  color: #747179;
  font-size: 15px;
  margin: 0 0 20px;
}

.sc-auth-form {
  display: grid;
  gap: 11px;
}

.sc-auth-field {
  align-items: center;
  background: #f7f7f9;
  border: 1px solid #dedee4;
  border-radius: 14px;
  display: flex;
  height: 52px;
  margin: 0;
  padding: 0 18px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.sc-auth-field:focus-within {
  background: #fff;
  border-color: #ec5f78;
  box-shadow: 0 0 0 3px rgba(236, 95, 120, .15);
}

.sc-auth-field > .icon {
  color: #ec5f78;
  flex: 0 0 26px;
  font-size: 20px;
  margin-right: 11px;
}

.sc-auth-field input {
  background: transparent;
  border: 0;
  color: #28252b;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  min-width: 0;
  outline: 0;
  padding: 0;
}

.sc-auth-field input::placeholder {
  color: #99969d;
  opacity: 1;
}

.sc-auth-password-toggle {
  background: transparent;
  border: 0;
  color: #87848b;
  font-size: 19px;
  padding: 8px;
}

.sc-auth-password-toggle:hover {
  color: #28252b;
}

.sc-auth-captcha-row {
  display: grid;
  gap: 11px;
  grid-template-columns: minmax(0, 1fr) 140px;
}

.sc-auth-captcha {
  align-items: center;
  background: rgba(236, 95, 120, .1);
  border: 1px solid rgba(236, 95, 120, .42);
  border-radius: 14px;
  color: #ff7192;
  display: flex;
  height: 52px;
  justify-content: center;
  letter-spacing: .25em;
  padding: 0 15px;
}

.sc-auth-captcha strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 20px;
}

.sc-auth-captcha .icon {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.sc-auth-captcha:hover .icon {
  opacity: 1;
  transform: rotate(30deg);
}

.sc-auth-submit {
  background: linear-gradient(100deg, #ec5f78, #ff6599);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 13px 28px rgba(236, 95, 120, .25);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  height: 52px;
  margin-top: 3px;
  transition: box-shadow .18s ease, transform .18s ease;
}

.sc-auth-submit:hover {
  box-shadow: 0 16px 34px rgba(236, 95, 120, .36);
  transform: translateY(-1px);
}

.sc-auth-message {
  color: #7fd8ae;
  font-size: 13px;
  margin: -3px 3px -5px;
  min-height: 19px;
}

.sc-auth-message.is-error {
  color: #ff9caf;
}

.sc-auth-age {
  color: #85828a;
  font-size: 13px;
  margin: 17px 0 0;
  text-align: center;
}

.sc-auth-switch {
  background: transparent;
  border: 0;
  color: #77747c;
  font-size: 13px;
  margin: 9px auto 0;
  padding: 4px 10px;
}

.sc-auth-switch strong {
  color: #ec5f78;
  margin-left: 3px;
}

body.dark-mode .sc-auth-dialog {
  background: #202125;
  border-color: rgba(255, 255, 255, .08);
}

body.dark-mode .sc-auth-close {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
}

body.dark-mode .sc-auth-panel {
  color: #f7f7f8;
}

body.dark-mode .sc-auth-tabs {
  background: #2b2c31;
}

body.dark-mode .sc-auth-tabs button {
  color: #aeb0b7;
}

body.dark-mode .sc-auth-tabs button.is-active {
  color: #fff;
}

body.dark-mode .sc-auth-heading h2,
body.dark-mode .sc-auth-field input {
  color: #fff;
}

body.dark-mode .sc-auth-heading p,
body.dark-mode .sc-auth-field input::placeholder,
body.dark-mode .sc-auth-password-toggle,
body.dark-mode .sc-auth-switch {
  color: #aeb0b7;
}

body.dark-mode .sc-auth-password-toggle:hover {
  color: #fff;
}

body.dark-mode .sc-auth-field {
  background: #2a2b30;
  border-color: #555861;
}

body.dark-mode .sc-auth-field:focus-within {
  background: #2e2f34;
}

body.dark-mode .sc-auth-age {
  color: #999ca3;
}

@media (min-width: 821px) and (max-height: 760px) {
  .sc-auth-dialog {
    height: min(570px, calc(100vh - 36px));
  }

  .sc-auth-panel {
    padding: 26px clamp(40px, 5vw, 58px) 18px;
  }

  .sc-auth-tabs {
    margin-bottom: 18px;
  }

  .sc-auth-heading h2 {
    font-size: 34px;
  }

  .sc-auth-heading p {
    margin-bottom: 18px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 56px;
  }

  .sc-auth-age {
    margin-top: 16px;
  }
}

@media (max-width: 820px) {
  .sc-auth-modal {
    align-items: center;
    padding: 6px;
  }

  .sc-auth-dialog {
    border-radius: 20px;
    grid-template-rows: clamp(84px, 16dvh, 112px) minmax(0, 1fr);
    grid-template-columns: 1fr;
    height: min(620px, calc(100dvh - 12px));
    max-height: calc(100dvh - 12px);
    width: min(100%, 560px);
  }

  .sc-auth-visual {
    min-height: 0;
  }

  .sc-auth-photo {
    object-position: 50% 24%;
  }

  .sc-auth-visual-shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .15) 60%, #fff 100%);
  }

  body.dark-mode .sc-auth-visual-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(32, 33, 37, .18) 60%, #202125 100%);
  }

  .sc-auth-logo {
    left: 14px;
    max-height: 40px;
    max-width: 160px;
    padding: 6px 9px;
    top: 12px;
  }

  .sc-auth-close {
    font-size: 18px;
    height: 34px;
    right: 12px;
    top: 12px;
    width: 34px;
  }

  .sc-auth-panel {
    align-content: start;
    margin-top: -18px;
    overflow: hidden;
    padding: 8px 20px 12px;
    position: relative;
    z-index: 2;
  }

  .sc-auth-tabs {
    margin-bottom: 9px;
    padding: 4px;
    width: 176px;
  }

  .sc-auth-tabs button {
    font-size: 13px;
    padding: 6px 15px;
  }

  .sc-auth-heading > span {
    font-size: 10px;
  }

  .sc-auth-heading h2 {
    font-size: 25px;
    margin: 4px 0;
  }

  .sc-auth-heading p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 9px;
  }

  .sc-auth-form {
    gap: 7px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 44px;
  }

  .sc-auth-field {
    border-radius: 12px;
    padding: 0 14px;
  }

  .sc-auth-field > .icon {
    font-size: 17px;
    margin-right: 7px;
  }

  .sc-auth-field input {
    font-size: 14px;
  }

  .sc-auth-captcha-row {
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .sc-auth-captcha {
    border-radius: 12px;
  }

  .sc-auth-captcha strong {
    font-size: 17px;
  }

  .sc-auth-submit {
    font-size: 14px;
    margin-top: 1px;
  }

  .sc-auth-message {
    font-size: 11px;
    line-height: 1.2;
    margin: -2px 2px -4px;
    max-height: 28px;
    min-height: 14px;
    overflow: hidden;
  }

  .sc-auth-age {
    font-size: 11px;
    margin-top: 8px;
  }

  .sc-auth-switch {
    font-size: 11px;
    margin-top: 2px;
    padding-block: 2px;
  }
}

@media (max-width: 480px) {
  .sc-auth-dialog {
    grid-template-rows: clamp(76px, 14dvh, 96px) minmax(0, 1fr);
    height: min(590px, calc(100dvh - 10px));
    max-height: calc(100dvh - 10px);
  }

  .sc-auth-panel {
    padding: 7px 14px 10px;
  }

  .sc-auth-heading h2 {
    font-size: 23px;
  }

  .sc-auth-heading p {
    font-size: 11px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 42px;
  }

  .sc-auth-captcha-row {
    grid-template-columns: minmax(0, 1fr) 108px;
  }

  .sc-auth-captcha strong {
    font-size: 16px;
  }
}

@media (max-width: 820px) and (max-height: 560px) {
  .sc-auth-dialog {
    grid-template-rows: 58px minmax(0, 1fr);
    height: calc(100dvh - 8px);
    max-height: calc(100dvh - 8px);
  }

  .sc-auth-logo {
    max-height: 32px;
    top: 8px;
  }

  .sc-auth-close {
    height: 30px;
    right: 9px;
    top: 8px;
    width: 30px;
  }

  .sc-auth-panel {
    margin-top: -10px;
    padding: 4px 12px 7px;
  }

  .sc-auth-tabs {
    margin-bottom: 4px;
  }

  .sc-auth-heading > span,
  .sc-auth-heading p {
    display: none;
  }

  .sc-auth-heading h2 {
    font-size: 20px;
    margin: 0 0 4px;
  }

  .sc-auth-form {
    gap: 5px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 36px;
  }

  .sc-auth-message {
    min-height: 11px;
  }

  .sc-auth-age {
    margin-top: 4px;
  }

  .sc-auth-switch {
    margin-top: 0;
  }
}

#logo,
#logoLS {
  height: auto;
  max-height: 54px;
  object-fit: contain;
  width: auto;
}

@media (max-width: 575.98px) {
  #logo,
  #logoLS {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  #lside:not(:hover) .sc-sidebar-story-btn {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: 0;
    height: 47px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 47px !important;
  }

  #lside:not(:hover) .sc-sidebar-story-btn .icon {
    font-size: 1.45rem;
    margin: 0;
  }

  #lside:hover .sc-sidebar-story-btn {
    gap: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
