.header-row {
    display: flex;
    justify-content: flex-end; /* Перемещаем баланс в правый бок */
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

.online-count-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: rgba(0, 234, 149, 0.1); /* Зеленый с 10% прозрачностью */
    border-radius: 15px;
    padding: 5px;
    color: rgba(0, 234, 149, 1); /* Зеленый цвет текста */
    font-size: 0.9em; /* Увеличен размер шрифта */
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    flex-grow: 0;
}

.online-count-wrapper i {
    font-size: 1.3em; /* Увеличен размер иконки */
    margin-bottom: 2px;
    color: green; /* Зеленый цвет иконки */
}

.online-drops-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px; /* Уменьшаем отступ сверху */
    gap: 10px;
}

.last-drops-container {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none;  /* Для Internet Explorer и Edge */
}

.drop-items-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.last-drops-container::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari и Opera */
}


.drop-list-enter-active,
.drop-list-leave-active {
  transition: all 0.5s ease;
}
.drop-list-enter-from {
  opacity: 0;
}

.bottom-nav ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-nav li a {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    display: block;
}

.bottom-nav ul li a i {
    font-size: 1.5em; /* Увеличиваем размер иконки */
    margin-bottom: 1px;
    display: block;
}

.bottom-nav li a.active {
    color: #4CAF50;
}

.drop-list-enter-active,
.drop-list-leave-active {
  transition: all 0.5s ease;
}
.drop-list-enter-from {
  opacity: 0;
}
.drop-list-leave-to {
  opacity: 0;
  width: 0;
  margin-right: 0;
}

.nav-bar-lobby{
    /* margin-bottom: 5px; */
    width: 32px;
    height: 32px;
}

.nav-bar-sticker{
    margin-bottom: 5px;
    width: 26px;
    height: 26px;
}

.nav-bar-share{
    margin-bottom: 5px;
    width: 24px;
    height: 24px;
}

.nav-bar-profile{
    margin-bottom: 7px;
    width: 22px;
    height: 22px;
}

.balance-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Перемещаем содержимое вправо */
    gap: 10px;
    background-color: rgba(234, 204, 0, 0.1); /* Желтый с прозрачностью 10% */
    padding: 8px 10px 8px 12px; /* Увеличиваем вертикальные отступы */
    border-radius: 20px;
  }


.full-width-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: stretch;
}

.cases-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
    justify-content: center;
  }

.case-item {
    background-color: #232323;
    /* border: 1px solid var(--border-color); */
    border-radius: 25px;
    padding: 5px 5px; /* Уменьшаем вертикальный отступ, увеличиваем горизонтальный */
    text-align: center;
}

/* .case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
} */

.case-item img {
    width: 95%;
    height: auto;
    margin-bottom: 0; /* Уменьшаем отступ под изображением */
}

.case-item h2 {
    margin-top: -3px;
    margin-bottom: 5px;
    color: var(--text-color);
    font-size: 1.1em;
    font-weight: normal;
}

.case-item p {
    color: var(--secondary-text-color);
    font-size: 0.9em;
}

.case-item .price-display {
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    color: white;
    width: fit-content;
    margin: 10px auto;
    margin-top: 0;
}

.drop-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.drop-price-wrapper {
    width: fit-content;
    margin: 10px auto 0 auto;
    background-color: rgba(128, 128, 128, 0.7);
    border-radius: 15px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: white;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(180deg);
}



.last-drops-container {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none;  /* Для Internet Explorer и Edge */
}

.drop-items-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.last-drops-container::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari и Opera */
}

.drop-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Изменено на center для центрирования содержимого */
    background-color: rgba(40, 40, 40, 1);
    padding: 5px;
    border-radius: 15px;
    white-space: nowrap;
    width: 65px; /* Уменьшено до 80% от 80px */
    height: 65px; /* Уменьшено до 80% от 80px */
    min-width: 65px; /* Уменьшено до 80% от 80px */
    position: relative;
    box-sizing: border-box; /* Добавлено для согласованности размеров */
}