.bottom-sheet__content {
    display: flex !important;
    max-width: 390px !important;
    width: 100% !important;
    height: fit-content !important;
    padding-bottom: 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    border-radius: 20px 20px 0 0 !important;
    background: #222222 !important;
}
.bottom-sheet__header, .bottom-sheet__main {
    width: 100% !important;
}

.bottom-sheet__draggable-thumb {
    background: var(--Gray-500, #9E9E9E) !important;
}

.lang-wrap {
    width: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.lang-wrap:hover {
    background-color: var(--Gray-3depth, #4D4D4D);
    transition: background-color 0.3s ease;
}
