#moreContent {
    position: fixed;
    inset: 0;
    gap: 50px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: calc(env(safe-area-inset-top) + 85px);
    padding-bottom: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.more-label {
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
}

.morebtn {
    width: 100%;
    height: 70px;
    border-radius: 50px;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px;
    padding-left: 24px;
}

.morebtn-label {
    font-size: 18px;
    font-weight: bold;
}