#search-overlay {
  backdrop-filter: none
}

.auth-btn {
  align-items: center;
  background: #9146FF;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.375rem;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: background 0.2s ease;
  width: 8.5rem;
}

.auth-btn:hover {
  background: #7d3ad6;
}

.auth-btn-text {
  color: #fff;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.auth-btn-icon {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.auth-section {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  height: 5rem
}

.avatar-btn {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  top: 0;
  width: 2.8125rem
}

.avatar-img {
  border-radius: 0.625rem;
  display: block;
  height: 2.8125rem;
  object-fit: cover;
  width: 2.8125rem
}

.avatar-wrap {
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  position: relative;
  z-index: 200
}

.notif-wrap {
  align-items: center;
  display: flex;
  height: 2.8125rem;
  overflow: visible;
  position: relative;
  z-index: 200;
}

.notif-btn {
  align-items: center;
  background: #2a2a2a;
  border: 0.0625rem solid #404040;
  border-radius: 0.625rem;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 2.8125rem;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 2.8125rem;
}

.notif-btn.has-unread {
  border-color: var(--accent);
  color: var(--accent);
}

.notif-btn:hover {
  background: #333;
  border-color: var(--accent);
  color: var(--accent);
  filter: brightness(1.15);
}

.notif-badge {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  min-width: 1.125rem;
  padding: 0 0.25rem;
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
}

.notif-item.unread {
  background: #2d3440;
  border-left: 2px solid #5f8cc9;
}

.notif-item.unread .notif-title {
  color: #f2f2f2;
}

.notif-item.unread .notif-message,
.notif-item.unread .notif-time {
  color: #d5dbe4;
}
.notif-menu {
  background: #252525;
  border-radius: 0.625rem;
  border: 0.0625rem solid #333;
  display: none;
  min-width: 20rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 3.625rem;
  z-index: 10001;
}

.notif-menu-header {
  align-items: center;
  border-bottom: 0.0625rem solid #333;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.notif-header-actions {
  align-items: center;
  display: inline-flex;
  gap: 0.375rem;
}

.notif-mark-read-btn {
  align-items: center;
  background: #2d2d2d;
  border-radius: 0.5rem;
  border: 0.0625rem solid #3c3c3c;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 1.75rem;
  justify-content: center;
  padding: 0;
  width: 1.75rem;
}

.notif-mark-read-btn:hover {
  background: #3a3a3a;
  border-color: #555;
}

.notif-mark-read-btn img {
  filter: brightness(0) invert(1);
  height: 0.95rem;
  pointer-events: none;
  width: 0.95rem;
}

.notif-filters {
  align-items: center;
  border-bottom: 0.0625rem solid #333;
  display: flex;
  gap: 0.375rem;
  overflow-x: auto;
  padding: 0.5rem 0.75rem;
}

.notif-filter-btn {
  background: #2e2e2e;
  border: 0.0625rem solid #3a3a3a;
  border-radius: 0.5rem;
  color: #bfbfbf;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.55rem;
  white-space: nowrap;
}

.notif-filter-btn.active {
  background: #3a3a3a;
  border-color: #565656;
  color: #fff;
}

.notif-list {
  max-height: 22rem;
  overflow-y: auto;
}

.notif-item {
  align-items: flex-start;
  border-bottom: 0.0625rem solid #2f2f2f;
  color: #d7d7d7;
  display: flex;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.notif-item:last-child {
  border-bottom: none;
}

.notif-item:hover {
  background: #303030;
}

.notif-item.unread {
  background: #2b2b2b;
}

.notif-item.read {
  background: #242424;
}

.notif-item.read .notif-item-title {
  color: #adadad;
}

.notif-item.read .notif-item-message,
.notif-item.read .notif-item-time {
  color: #808080;
}

.notif-item-icon-wrap {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  width: 1.25rem;
}

.notif-item-icon {
  height: 1rem;
  object-fit: contain;
  width: 1rem;
}

.notif-item-content {
  flex: 1;
  min-width: 0;
}

.notif-item-title {
  color: #f0f0f0;
  font-size: 0.95rem;
  font-weight: 700;
}

.notif-item-message {
  color: #c9c9c9;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

.notif-item-time {
  color: #8f8f8f;
  font-size: 0.8rem;
  margin-top: 0.35rem;
}

.notif-empty,
.notif-loading {
  color: #a3a3a3;
  font-size: 0.95rem;
  padding: 1rem;
}

.turnstile-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30000;
}

.turnstile-overlay.show {
  display: flex;
}

.turnstile-modal {
  background: #242424;
  border: 0.0625rem solid #3a3a3a;
  border-radius: 0.75rem;
  box-sizing: border-box;
  max-width: 28rem;
  padding: 1.25rem;
  width: 100%;
}

.turnstile-title {
  color: #f2f2f2;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.turnstile-text {
  color: #bdbdbd;
  font-size: 0.92rem;
  margin-bottom: 0.85rem;
}

.turnstile-widget {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 4.5rem;
}

.turnstile-message {
  color: #e2a9b6;
  font-size: 0.85rem;
  margin-top: 0.65rem;
  min-height: 1rem;
  text-align: center;
}

.dropdown-admin-btn {
  align-items: center;
  background: var(--accent);
  border-radius: var(--ui-curve);
  display: flex;
  height: 1.75rem;
  justify-content: center;
  transition: background 0.15s;
  width: 1.75rem
}

.dropdown-admin-btn img {
  filter: brightness(0) invert(1);
  height: 1.35rem;
  width: 1.35rem;
}

.dropdown-header {
  align-items: center;
  border-bottom: 0.0625rem solid #333;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem
}

.dropdown-item {
  align-items: center;
  color: #ddd;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.625rem;
  padding: 0.75rem 1.125rem;
  text-decoration: none;
  transition: background 0.15s
}

.dropdown-item img {
  filter: brightness(0) invert(1);
  height: 1rem;
  width: 1rem
}

.dropdown-item.logout {
  border-top: 0.0625rem solid #333
}

.dropdown-item:hover {
  background: #343434;
  color: #fff
}

.dropdown-menu {
  background: #252525;
  border-radius: 0.625rem;
  border: 0.0625rem solid #333;
  display: none;
  min-width: 12.5rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 3.625rem;
  z-index: 10000
}

.dropdown-username {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 8.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.logo {
  height: 3rem;
}

.logo-tablet {
  display: none
}

.main-header {
  align-items: center;
  background: var(--bg);
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  height: 5rem;
  justify-content: space-between;
  left: 50%;
  max-width: 100%;
  overflow: visible;
  padding: 0 1.25rem;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  transition: top 0.28s ease;
  width: 75rem;
  will-change: top;
  z-index: 100;
}

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.28s ease;
  will-change: top;
  z-index: 1001;
  background: var(--bg);
}

body.header-scroll-hidden .main-header {
  top: -5.5rem;
}

body.header-scroll-hidden .mobile-header {
  top: -5rem;
}

.scroll-top-btn {
  align-items: center;
  background: var(--card-bg, #262626);
  border: 0.0625rem solid #404040;
  border-radius: var(--ui-curve, 0.375rem);
  bottom: calc(1rem + env(safe-area-inset-bottom));
  color: #ebebeb;
  cursor: pointer;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  left: calc(1rem + env(safe-area-inset-left));
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transform: translateY(0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 2.75rem;
  z-index: 1300;
}

.scroll-top-btn:hover {
  border-color: var(--accent, #789d2a);
  color: #fff;
}

.scroll-top-btn:focus-visible {
  border-color: var(--accent, #789d2a);
  outline: none;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-btn svg {
  display: block;
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem;
}

@media (max-width: 480px) {
  .scroll-top-btn {
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    height: 2.5rem;
    left: calc(0.75rem + env(safe-area-inset-left));
    width: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-header,
  .mobile-header,
  .scroll-top-btn {
    transition: none;
  }
}

.nav-btn {
  align-items: center;
  color: #8f8f8f;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  min-height: 2.25rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap
}

.nav-btn img {
  display: inline-block;
  margin-right: 0.375rem;
  object-fit: contain;
  vertical-align: middle
}

.nav-btn.active {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.25rem
}

.nav-btn:hover {
  color: #ffffffcc;
  scale: 1.05
}

.nav-section {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: clamp(0.75rem, 3vw, 2.5rem);
  margin-right: clamp(0.75rem, 3vw, 2rem);
  min-width: 0
}

.search-input {
  background-blend-mode: normal;
  background-color: #444;
  background-image: url('/static/image/search-icon.svg');
  background-position: 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #404040;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  outline: none;
  padding: 0.75rem 1rem 0.75rem 2.625rem;
  transition: border-color 0.2s;
  min-width: 0;
  width: 100%
}

.search-input::placeholder {
  color: #8f8f8f
}

.search-input:focus {
  border-color: var(--accent)
}

.search-section {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin-left: auto;
  max-width: 34rem;
  min-width: 10rem
}

.auth-section {
  margin-left: 1rem;
  flex: 0 0 auto
}

@media (max-width: 1024px) and (min-width: 481px) {
  .auth-btn {
    gap: 0.375rem;
    height: 2.375rem;
    width: 8.5rem;
  }

  .auth-btn-text {
    font-size: 1rem;
  }

  .auth-btn-icon {
    height: 1.25rem;
    width: 1.25rem;
  }

  .auth-section {
    gap: 0.5rem
  }

  .auth-section,
  .avatar-wrap {
    flex: 0 0 auto
  }

  .logo {
    height: clamp(2rem, 5vw, 3rem);
    max-width: 7.5rem;
    width: auto
  }

  .logo-desktop {
    display: none
  }

  .logo-tablet {
    display: block
  }

  .main-header {
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, 2vw, 1rem);
    height: 4rem;
    margin: 0;
    max-width: 100%;
    overflow: visible;
    padding: 0 clamp(0.75rem, 3vw, 1.5rem);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    z-index: 100
  }

  .nav-btn {
    font-size: 1.125rem;
    max-width: 8.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .nav-btn.hide-tablet {
    display: inline-flex !important
  }

  .nav-section {
    align-items: center;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    gap: clamp(0.375rem, 1.5vw, 0.75rem);
    min-width: 0
  }

  .nav-section .logo {
    flex: 0 0 auto;
    height: clamp(2rem, 5vw, 3rem);
    margin-right: 0;
    max-width: 7.5rem;
    width: auto
  }

  .nav-section a[href="/"].nav-btn {
    display: none !important
  }

  .search-input {
    background-position: 0.75rem center;
    background-size: 1.125rem 1.125rem;
    box-sizing: border-box;
    font-size: 1rem;
    min-width: 7.5rem;
    padding: 0.625rem 0.75rem 0.625rem 2.5rem;
    width: 100%
  }

  .search-section {
    flex: 0 1 22rem;
    margin-left: auto;
    margin-right: 0;
    max-width: 22rem;
    min-width: 10rem
  }

  .auth-section {
    flex: 0 0 auto;
    margin-left: 0.75rem
  }
}

@media (max-width: 600px) and (min-width: 481px) {
  .main-header {
    gap: 0.5rem;
    padding: 0 0.75rem
  }

  .nav-section {
    gap: 0.5rem
  }

  .nav-btn {
    font-size: 1rem;
    max-width: 7.25rem
  }

  .search-section {
    flex: 0 1 14rem;
    max-width: 14rem;
    min-width: 8rem
  }
}

@media (max-width: 480px) {
  .main-header {
    display: none
  }

  .mobile-dropdown {
    background: var(--bg);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    left: env(safe-area-inset-left);
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: env(safe-area-inset-right);
    top: 0;
    z-index: 9999
  }

  .mobile-dropdown:not(.show) {
    display: none
  }

  .mobile-header {
    align-items: center;
    background: var(--bg);
    display: flex;
    gap: 0.75rem;
    height: 4rem;
    justify-content: space-between;
    overflow: visible;
    padding: 0 calc(1rem + env(safe-area-inset-right)) 0 calc(1rem + env(safe-area-inset-left));
    z-index: 1001
  }

  .mobile-header .mobile-left img {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
  }

  .mobile-header .mobile-right img {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .mobile-header .mobile-left {
    align-items: center;
    display: flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center;
    background: transparent;
    border-radius: 0.625rem;
    box-sizing: border-box;
    color: #fff;
  }

  .mobile-header .mobile-right {
    align-items: center;
    display: flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center;
    background: var(--accent);
    border-radius: 0.625rem;
    box-sizing: border-box;
    color: #fff;
  }

  .mobile-header .mobile-search {
    display: flex;
    flex: 1 1 auto;
    margin: 0 0.25rem;
    min-width: 0
  }

  .mobile-header .mobile-search input {
    background-image: url('/static/image/search-icon.svg');
    background-position: 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    background-color: #444444;
    border-radius: 0.625rem;
    border: 0.0625rem solid #404040;
    box-sizing: border-box;
    color: #fff;
    display: block;
    flex: 1 1 auto;
    font-size: 1rem;
    height: 2.5rem;
    min-width: 0;
    outline: none;
    padding: 0 0.75rem 0 2.75rem;
    line-height: 2.5rem;
    text-align: left;
    width: 100%;
  }

  .mobile-header .mobile-search input::placeholder {
    color: #8f8f8f;
    text-align: left;
  }

  .mobile-menu-btn {
    align-items: center;
    background: #2a2a2a;
    border: 0.0625rem solid var(--muted);
    border-radius: 0.625rem;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex: none;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    line-height: 100%;
    min-height: 3rem;
    order: 0;
    padding: 0.75rem 1rem;
    text-decoration: none;
    text-transform: capitalize;
    width: 20.625rem
  }

  .mobile-menu-btn img {
    flex-grow: 0;
    flex-shrink: 0;
    flex: none;
    height: 1.25rem;
    order: 2;
    width: 1.25rem;
    filter: brightness(0) invert(1);
  }

  .mobile-menu-btn.new-post {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    text-decoration: none
  }

  .mobile-menu-btn.new-post:hover {
    color: #ffffff;
    filter: brightness(1.1);
  }

  .mobile-menu-btn.new-post img {
    filter: brightness(0) invert(1);
  }

  .mobile-menu-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0.75rem;
    margin-top: auto;
    padding: 0;
    width: 100%
  }

  .mobile-menu-close {
    align-items: center;
    background: var(--accent);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: clamp(2.5rem, 8vw, 3.25rem);
    justify-content: center;
    width: clamp(2.5rem, 8vw, 3.25rem)
  }

  .mobile-menu-close img {
    aspect-ratio: 1 / 1;
    display: block;
    flex-shrink: 0;
    height: clamp(2.5rem, 8vw, 3.25rem);
    object-fit: contain;
    width: clamp(2.5rem, 8vw, 3.25rem)
  }

  .mobile-menu-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2rem;
    min-height: 0;
    overflow-y: auto;
    padding: 2rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom))
  }

  .mobile-menu-header {
    align-items: center;
    border-bottom: 0.0625rem solid #404040;
    display: flex;
    justify-content: space-between;
    height: 4rem;
     padding: 0 calc(1rem + env(safe-area-inset-right)) 0 calc(1rem + env(safe-area-inset-left));
  }

  .mobile-menu-item {
    align-items: center;
    align-self: center;
    border-radius: 0.5rem;
    color: #ffffff80;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex: none;
    font-size: 2.25rem;
    font-style: bold;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    letter-spacing: 0;
    line-height: 100%;
    order: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s
  }

  .mobile-menu-item img {
    flex-shrink: 0;
    height: clamp(1.75rem, 5vw, 2.25rem);
    width: clamp(1.75rem, 5vw, 2.25rem)
  }

  .mobile-menu-item.active {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--accent);
    text-underline-offset: 0.25rem
  }

  .mobile-menu-item:hover {
    color: var(--accent)
  }

  .mobile-menu-items {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    width: 100%
  }

  .mobile-menu-logo {
    align-items: center;
    display: flex;
    gap: 0.75rem
  }

  .mobile-menu-logo img {
    height: clamp(2.5rem, 8vw, 3.25rem);
    width: auto
  }

  .mobile-menu-search {
    padding: 0.75rem calc(1rem + env(safe-area-inset-right)) 0.75rem calc(1rem + env(safe-area-inset-left))
  }

  .mobile-menu-search .search-input {
    background-image: url('/static/image/search-icon.svg');
    background-position: 0.625rem center;
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    background: #444444;
    border-radius: 0.625rem;
    border: 0.0625rem solid #404040;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    min-width: 0;
    outline: none;
    padding: 0.625rem 0.75rem 0.625rem 2.5rem;
    width: 100%
  }

  @media(max-width: 380px) {
    .mobile-header {
      gap: 0.5rem;
      padding: 0 calc(0.75rem + env(safe-area-inset-right)) 0 calc(0.75rem + env(safe-area-inset-left))
    }

    .mobile-header .mobile-left img {
      height: 2.5rem;
      width: 2.5rem;
    }

    .mobile-header .mobile-right img {
      height: 1.25rem;
      width: 1.25rem;
      filter: brightness(0) invert(1);
    }

    .mobile-header .mobile-left {
      flex-basis: 2.25rem;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0.5625rem;
      background: transparent;
    }

    .mobile-header .mobile-right {
      flex-basis: 2.25rem;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0.5625rem;
      background: var(--accent);
    }

    .mobile-header .mobile-search input {
      font-size: 1rem;
      height: 2.25rem;
      line-height: 2.25rem;
      padding: 0 0.625rem 0 2.375rem;
      background-image: url('/static/image/search-icon.svg');
      background-position: 0.5625rem center;
      background-size: 1rem 1rem;
      background-repeat: no-repeat;
      background-color: #444444;
      text-align: left;
    }

    .mobile-menu-btn {
      font-size: 0.875rem;
      min-height: 2.75rem;
      padding: 0.75rem 0.875rem
    }

    .mobile-menu-buttons {
      bottom: 1rem;
      gap: 0.375rem;
      left: calc(0.75rem + env(safe-area-inset-left));
      right: calc(0.75rem + env(safe-area-inset-right))
    }

    .mobile-menu-item {
      font-size: 1.25rem
    }

    .mobile-menu-items {
      gap: 1rem;
      padding: 0.9375rem 0
    }
  }
}