.b5o1rg4 {
    flex-direction: row;
    margin-top: 32px
}

.b5o1rg4,
.b5o1rg4 .crumbs {
    display: flex;
    align-items: center;
    gap: 4px
}

.b5o1rg4 .crumbs span {
    color: var(--text-tetriary)
}

.b5o1rg4 .crumbs .last {
    color: var(--text-primary)
}

.b5o1rg4 .icon-hevron_right_16:before {
    color: var(--text-tetriary)
}

.wdxgmq9 {
    height: 1px;
    width: 100%;
    background: var(--separator);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

#targetElement-comments .postarea{
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--foreground-content);
    padding: 0 24px 24px;
    margin-top: 24px;
}

.wn81nz7 .non-comments {
    padding: 48px 32px;
    border-radius: 32px;
    background: var(--background-card);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px
}

.wn81nz7 .non-comments .info-non-comments {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    gap: 8px
}

.wn81nz7 .non-comments .info-non-comments .title-non-comments {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

.wn81nz7 .non-comments .info-non-comments .subtitle-non-comments {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-secondary);
    text-align: center
}

.wn81nz7.write-comment-container .comment-container {
    /* margin-top: 32px; */
    /* margin-bottom: 32px */
}

.wn81nz7.write-comment-container .comment-container.no-auth {
    /* margin-bottom: 32px */
}

@media screen and (min-width:769px) {
    .wn81nz7.write-comment-container .comment-container {
        /* margin-top: 32px */
    }
}

.wn81nz7.write-comment-container .text_label {
    margin-top: 12px
}

@media screen and (max-width:769px) {
    .wn81nz7.write-comment-container .data .left .ratig-stars-list svg {
        width: 22px !important;
        height: 22px !important
    }

    .wn81nz7.write-comment-container .row-2 {
        margin-bottom: 8px
    }
}

@media screen and (min-width:769px) {
    .wn81nz7.write-comment-container .row-2 {
        margin-bottom: 16px
    }
}

.wn81nz7.write-comment-container .row-1 {
    display: flex;
    gap: 16px;
    margin-bottom: 16px
}

.wn81nz7.write-comment-container .row-1 .img-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 100px
}

.wn81nz7.write-comment-container .row-1 .data {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.wn81nz7.write-comment-container .row-1 .data .left .title {
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 4px
}

.wn81nz7.write-comment-container .row-1 .data .left .click-to-rate {
    color: var(--text-tetriary)
}

.wn81nz7.write-comment-container .row-1 .data .left .ratig-stars-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 0;
    margin-top: 4px;
    gap: 6px;
    width: auto;
    height: 24px
}

.wn81nz7.write-comment-container .row-1 .data .left .ratig-stars-list .icon.hover .icon__content {
    color: #ebba34
}

.wn81nz7.write-comment-container .row-1 .data .left .ratig-stars-list .icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    text-align: center
}

.wn81nz7.write-comment-container .row-1 .data .left .ratig-stars-list .icon .icon__content {
    color: var(--text-secondary);
    width: 14.5px;
    height: 13.85px
}

.wn81nz7.write-comment-container .row-2 {
    position: relative
}

.wn81nz7.write-comment-container .row-2 textarea {
    resize: none;
    height: 141px;
    max-height: 264px;
    overflow-y: scroll;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 20px;
    gap: 12px;
    width: 100%;
    min-height: 48px !important;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--foreground-content);
    flex: none;
    order: 1;
    flex-grow: 0;
    color: var(--text-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.wn81nz7.write-comment-container .row-2 textarea:hover {
    border: 1px solid var(--foreground-hover)
}

.wn81nz7.write-comment-container .row-2 textarea:focus {
    border: 1px solid var(--accent)
}

.wn81nz7.write-comment-container .row-2 textarea::placeholder {
    color: var(--text-tetriary);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.wn81nz7.write-comment-container .row-2 .counter {
    position: absolute;
    right: 20px;
    bottom: 12px;
    color: var(--text-tetriary)
}

.wn81nz7.write-comment-container .row-3 {
    display: flex;
    /* justify-content: space-between; */
}

@media screen and (max-width:769px) {
    .wn81nz7.write-comment-container .row-3 {
        flex-direction: column
    }

    .wn81nz7.write-comment-container .row-3 .buttons-container {
        justify-content: start;
        margin-top: 8px
    }

    .wn81nz7.write-comment-container .row-3 .text {
        /* white-space: pre-wrap; */
        display: block !important
    }
}

@media screen and (min-width:769px) {
    .wn81nz7.write-comment-container .row-3 {
        flex-direction: row
    }

    .wn81nz7.write-comment-container .row-3 .buttons-container {
        justify-content: end
    }

    .wn81nz7.write-comment-container .row-3 .text {
        white-space: nowrap !important;
        display: flex;
        margin: 8px 8px 8px 0;
    }
}

.wn81nz7.write-comment-container .row-3 .text {
    color: var(--text-primary);
    line-height: 36px;
    align-items: center
}

.wn81nz7.write-comment-container .row-3 .text a {
    color: var(--accent)
}

.wn81nz7.write-comment-container .row-3 .buttons-container {
    width: 100%;
    height: 36px;
    gap: 12px;
    display: flex;
    flex-direction: row
}

.wn81nz7.write-comment-container .row-3 .buttons-container .send.disabled button {
    color: var(--text-tetriary);
    background: var(--button-secondary-default)
}

.wn81nz7.write-comment-container .row-3 .buttons-container button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 8px 16px;
    height: 36px
}

.a9w2507 svg>g rect {
    fill: var(--foreground-content)
}

.a9w2507 svg>g circle,
.a9w2507 svg>g path {
    fill: var(--text-tetriary)
}

@media screen and (max-width:769px) {
    .w7odcl.SingleComment {
        margin-top: 16px
    }

    .w7odcl.SingleComment .comment-body {
        margin-bottom: 16px
    }
}

@media screen and (min-width:769px) {
    .w7odcl.SingleComment {
        margin-top: 32px
    }

    .w7odcl.SingleComment .comment-body {
        margin-bottom: 32px
    }
}

.w7odcl.SingleComment .starGray {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    text-align: center
}

.w7odcl.SingleComment .starGray .icon__content {
    color: var(--text-secondary) !important;
    width: 14.5px;
    height: 13.85px
}

.w7odcl.SingleComment .head {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.w7odcl.SingleComment .head .img-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}

.w7odcl.SingleComment .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.w7odcl.SingleComment .head .data {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}

.w7odcl.SingleComment .head .data .left .title {
    color: var(--text-primary)
}

.w7odcl.SingleComment .head .data .left .ratig-stars-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 0;
    margin-top: 4px;
    gap: 6px;
    width: auto;
    height: 24px
}

.w7odcl.SingleComment .head .data .left .ratig-stars-list .icon__content {
    color: #ebba34;
    width: 14.5px;
    height: 13.85px
}

.w7odcl.SingleComment .head .data .right {
    line-height: 56px;
    color: var(--text-tetriary);
    position: absolute;
    right: 0;
}

.w7odcl.SingleComment .comment-body.max {
    transition: max-height .8s;
    max-height: unset
}

.w7odcl.SingleComment .comment-body {
    /* transition: max-height .25s; */
    position: relative;
    color: var(--text-primary);
    /* animation-duration: .3s; */
    /* animation-name: lineInserted-w7odcl; */
    /* transition: height .3s; */
    max-height: 96px;
    height: auto;
    overflow: hidden
}

@keyframes lineInserted-w7odcl {
    0% {
        height: 0
    }

    to {
        height: 200px
    }
}

.w16iyslr.Comments {
    margin-top: 32px
}

@media screen and (max-width:769px) {
    .w16iyslr.Comments .list-comments {
        margin-top: 17px
    }
}

@media screen and (min-width:769px) {
    .w16iyslr.Comments .list-comments {
        margin-top: 45px
    }
}

.w16iyslr.Comments .title-container {
    display: flex;
    gap: 8px
}

.w16iyslr.Comments .title-container .title {
    margin: 0
}

.w16iyslr.Comments .title-container span {
    line-height: 32px !important;
    color: var(--text-tetriary)
}

.w16iyslr.Comments .pagination-wrap {
    margin-top: 32px
}

.w1tok1dj.SingleApp__PageBody__Left {
    flex: 1 1
}

@media screen and (max-width:769px) {
    .w1tok1dj.SingleApp__PageBody__Left .description-container {
        margin-bottom: 31px
    }

    .w1tok1dj.SingleApp__PageBody__Left .description-container .title {
        /* margin-bottom: 9px */
    }

    .w1tok1dj.SingleApp__PageBody__Left .news-container {
        margin-top: 17px
    }

    .w1tok1dj.SingleApp__PageBody__Left .news-container .title-container {
        margin-bottom: 9px
    }
}

@media screen and (min-width:769px) {
    .w1tok1dj.SingleApp__PageBody__Left .description-container {
        margin-bottom: 32px
    }

    .w1tok1dj.SingleApp__PageBody__Left .description-container .title {
        /* margin-bottom: 16px */
    }

    .w1tok1dj.SingleApp__PageBody__Left .news-container {
        margin-top: 32px
    }

    .w1tok1dj.SingleApp__PageBody__Left .news-container .title-container {
        margin-bottom: 16px
    }
}

.w1tok1dj.SingleApp__PageBody__Left .description-container.maxContainer .show-more-btn {
    margin-top: 4px;
    position: relative !important
}

.w1tok1dj.SingleApp__PageBody__Left .description-container.maxContainer .show-more-btn .gradient {
    /* display: none */
}

.w1tok1dj.SingleApp__PageBody__Left .description-container {
    position: relative
}

.w1tok1dj.SingleApp__PageBody__Left .description-container .title {
    color: var(--text-primary)
}

.w1tok1dj.SingleApp__PageBody__Left .description-container .description.max {
    max-height: unset
}

.w1tok1dj.SingleApp__PageBody__Left .description-container .description {
    white-space: pre-line;
    max-height: 195px;
    overflow: hidden;
    color: var(--text-secondary);
    /* white-space: pre-wrap !important; */
}

.w1tok1dj.SingleApp__PageBody__Left .description-container .description a {
    cursor: pointer;
    color: var(--text-secondary);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.w1tok1dj.SingleApp__PageBody__Left .description-container .description a:hover {
    opacity: .7
}

.w1tok1dj.SingleApp__PageBody__Left .news-container .title-container {
    display: flex;
    justify-content: space-between
}

.w1tok1dj.SingleApp__PageBody__Left .news-container .title-container .title {
    margin: 0
}

.w1tok1dj.SingleApp__PageBody__Left .news-container .title-container span {
    line-height: 32px !important;
    color: var(--text-tetriary)
}

.w1tok1dj.SingleApp__PageBody__Left .news-container .sub-title {
    color: var(--text-primary);
    margin-bottom: 16px
}

.wc0vlsr.MainInfoRight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid;
    border-color: var(--separator)
}

@media screen and (max-width:769px) {
    .wc0vlsr.MainInfoRight {
        margin-left: 0;
        min-width: unset;
        width: 100%;
        border-radius: 20px;
        padding: 20px 16px;
        margin-bottom: 33px
    }
}

@media screen and (min-width:769px) {
    .wc0vlsr.MainInfoRight {
        margin-left: 32px;
        width: 408px;
        min-width: 356px;
        border-radius: 32px;
        padding: 32px 24px
    }
}

.wc0vlsr.MainInfoRight .container {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wc0vlsr.MainInfoRight .container .row.separator-container .icon-container {
    width: 24px;
    height: -moz-fit-content;
    height: fit-content
}

.wc0vlsr.MainInfoRight .container .row.separator-container .info {
    width: 100%;
    display: flex;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content
}

.wc0vlsr.MainInfoRight .container .row {
    display: flex;
    gap: 12px
}

.wc0vlsr.MainInfoRight .container .row .icon-container svg>path {
    fill: var(--text-tetriary)
}

.wc0vlsr.MainInfoRight .container .row .mediaContainer {
    margin-bottom: 4px
}

.wc0vlsr.MainInfoRight .container .row .info {
    width: 100%
}

.wc0vlsr.MainInfoRight .container .row .info .title {
    color: var(--text-tetriary)
}

.wc0vlsr.MainInfoRight .container .row .info .data {
    color: var(--text-primary)
}

.wc0vlsr.MainInfoRight .container .row .info .mediaLinksContainer {
    display: flex;
    padding: 6px 12px 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: var(--button-secondary-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    color: var(--text-primary)
}

.wc0vlsr.MainInfoRight .container .row .info .mediaLinksContainer:hover {
    background-color: var(--button-secondary-hover)
}

.wc0vlsr.MainInfoRight .container .row .info .mediaLinksContainer svg>path {
    fill: var(--text-primary)
}

.wc0vlsr.MainInfoRight .container .row .info .data.attention a {
    cursor: pointer;
    color: var(--text-primary);
    border-bottom: 1px solid;
    border-color: var(--text-primary)
}

.w1o5zfz8.SingleApp__PageBody {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:769px) {
    .w1o5zfz8.SingleApp__PageBody {
        flex-direction: column-reverse
    }
}

@media screen and (min-width:769px) {
    .w1o5zfz8.SingleApp__PageBody {
        flex-direction: row
    }
}

.p4nx0fw.SingleApp__PageBody {
    margin-bottom: 32px;
    transition: all .3s ease
}

.p4nx0fw.SingleApp__PageBody .swiper-button-next,
.p4nx0fw.SingleApp__PageBody .swiper-button-prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #fff;
    opacity: 0.6;
    cursor: pointer;
    z-index: 66;
}
.p4nx0fw.SingleApp__PageBody .swiper-button-next::after,
.p4nx0fw.SingleApp__PageBody .swiper-button-prev::after {
    color: #04060b;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 0px #000;
}
.p4nx0fw.SingleApp__PageBody .swiper-button-next:hover,
.p4nx0fw.SingleApp__PageBody .swiper-button-prev:hover{
    opacity: 1;
}


@media screen and (max-width:769px) {
    .p4nx0fw.SingleApp__PageBody>:first-child {
        margin: 17px 0
    }

    .p4nx0fw.SingleApp__PageBody .swiper-button-next,
    .p4nx0fw.SingleApp__PageBody .swiper-button-prev{
        display: none !important;
    }
}

@media screen and (min-width:769px) {
    .p4nx0fw.SingleApp__PageBody>:first-child {
        margin: 32px 0 16px
    }
}

.iavxm62 {
    margin-bottom: 40px;
    position: relative
}

@media screen and (max-width:769px) {
    .iavxm62 {
        margin-bottom: 32px !important
    }
}

.iavxm62 .swiper-pagination {
    display: none
}

.iavxm62 .swiper-slide {
    width: auto !important;
    min-width: 250px;
}

@media screen and (max-width:769px) {
    .iavxm62 {
        display: block;
        margin-left: -20px;
        margin-right: -20px
    }

    .iavxm62 .swiper {
        padding: 0 20px
    }
}

.ifqyno6,
.w1mng2oi.ScreenshotSlider__single-app {
    position: relative
}

.ifqyno6 {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-card);
    border-radius: 16px;
    overflow: hidden !important;
    border: 1px solid var(--separator);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* width: 276px; */
    height: 492px
}

.ifqyno6>img,
.ifqyno6>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:1300px) {
    .ifqyno6 {
        /* width: 372px; */
        height: 630px
    }
}

@media screen and (max-width:1000px) {
    .ifqyno6 {
        /* width: 276px; */
        height: 492px
    }
}

/* @media screen and (max-width:768px) {
    .ifqyno6 {
        height: 290px
    }
} */

.wh289jh.PageHeadLeftSide {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row
}

@media screen and (max-width:769px) {
    .wh289jh.PageHeadLeftSide .icon-wrapper {
        margin-right: 16px;
        border-radius: 12px;
        height: 100%;
        width: 82px;
        display: block;
        overflow: hidden;
        flex-shrink: 0;
        position: relative
    }

    .wh289jh.PageHeadLeftSide .icon-wrapper img {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:769px) {
    .wh289jh.PageHeadLeftSide .icon-wrapper {
        margin-right: 32px;
        border-radius: 16px;
        height: 120px;
        width: 120px;
        display: block;
        overflow: hidden;
        flex-shrink: 0;
        position: relative
    }

    .wh289jh.PageHeadLeftSide .icon-wrapper img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.wh289jh.PageHeadLeftSide .icon-wrapper {
    height: 120px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    position: relative
}

.wh289jh.PageHeadLeftSide .icon-wrapper img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data {
    max-width: 618px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .title {
    color: var(--text-primary);
    display: flex;
    margin-top: 5px;
    align-items: center
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .title .icon {
    display: flex;
    align-items: center;
    margin-left: 6px;
    width: 24px;
    height: 24px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .title .icon__content {
    color: var(--accent);
    width: 20px;
    height: 20px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .sub-title {
    margin: 4px 0 8px;
    color: var(--text-secondary)
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .rating-ct {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .dot {
    width: 4px;
    height: 4px;
    background-color: var(--text-tetriary);
    border-radius: 50%
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .wrapper-stars {
    display: flex;
    flex-direction: row;
    gap: 6px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .wrapper-stars .star-gold {
    width: 16px;
    height: 16px;
    background-size: 100%
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .amount {
    color: var(--text-tetriary);
    align-self: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .review-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px 4px 10px;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    background: var(--dynamic-yellow);
    border-radius: 8px
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .review-btn .rating {
    color: #fff
}

.wh289jh.PageHeadLeftSide .data-wrapper.app__data .reviews .review-btn .icon__content {
    margin: 0;
    color: #fff
}

.wg8rd2i.PageHeadRightSide {
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media screen and (max-width:768px) {
    .wg8rd2i.PageHeadRightSide {
        width: 100%
    }
}

.wg8rd2i.PageHeadRightSide .top {
    gap: 8px;
    display: flex;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content
}

.wg8rd2i.PageHeadRightSide .top .element {
    height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 8px;
    gap: 10px;
    background: var(--foreground-hover);
    color: var(--text-primary);
    border-radius: 6px
}

.wg8rd2i.PageHeadRightSide .down {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-end
}

.wg8rd2i.PageHeadRightSide .down .unpublished-button button {
    background-color: var(--dynamic-red) !important
}

.wg8rd2i.PageHeadRightSide .down .edit-button button {
    background-color: var(--button-secondary-default) !important
}

@media screen and (max-width:768px) {
    .wg8rd2i.PageHeadRightSide .down {
        width: 100%;
        flex-direction: column
    }
}

.wg8rd2i.isMobile .mobile-topapp-wrapper {
    padding: 16px 0;
    border-bottom: 1px solid var(--separator);
    width: 100%
}

.wg8rd2i.isMobile .down .ButtonCustomComponent,
.wg8rd2i.isMobile .down .ButtonCustomComponent button {
    width: 100%
}

.wg8rd2i.isAdmin .buttonControllApp {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px
}

@media screen and (max-width:768px) {
    .wg8rd2i.isAdmin .buttonControllApp {
        width: 100%
    }
}

.wg8rd2i.isTopApp .down {
    align-items: center
}

@media screen and (min-width:768px) {

    .wg8rd2i.isTopApp .down .topAppBage:hover svg text,
    .wg8rd2i.isTopApp .down .topAppBage:hover svg>path {
        fill: var(--accent)
    }
}

.wg8rd2i.isTopApp .down .topAppBage {
    cursor: pointer;
    margin-right: 12px
}

.dnwrs4o {
    position: absolute;
    z-index: 2;
    top: calc(48px + 8px);
    right: 0;
    background-color: var(--background-dropdown);
    min-width: 205px;
    padding: 4px;
    border-radius: 12px;
    border: .5px solid var(--selection-alpha-024);
    box-shadow: var(--notify-shadow)
}

.dnwrs4o a{
    flex: 1;
    display: none;
}
.isMobile .dnwrs4o a{
    justify-content: center;
}

@media screen and (max-width:768px) {
    .dnwrs4o {
        left: 0
    }
}

.d1jrb5zs {
    border-radius: 8px;
    padding: 12px;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.d1jrb5zs,
.d1jrb5zs .iconPlatforms {
    display: flex;
    align-items: center
}

.d1jrb5zs .iconPlatforms svg>path {
    fill: var(--text-primary)
}

@media screen and (min-width:768px) {
    .d1jrb5zs:hover {
        background: var(--selection-alpha-024)
    }
}

.w5s4wfv {
    position: relative
}

.w5s4wfv,
.w5s4wfv .button__open__dropdown {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.w5s4wfv .button__open__dropdown button svg {
    transform: rotate(180deg)
}

.w5s4wfv .button__open__dropdown button svg path {
    fill: #fff
}

@media screen and (min-width:768px) {
    .w5s4wfv .button__open__dropdown button svg {
        transform: rotate(180deg) translateY(0);
        transition: .2s
    }

    .w5s4wfv .button__open__dropdown button:hover svg {
        transform: rotate(180deg) translateY(-2px)
    }
}

.w5s4wfv .button__open__dropdown.active svg {
    transform: rotate(180deg) translateY(-2px)
}

.wdyp0z7.PageHeadMobileUpSide {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%
}

.wdyp0z7.PageHeadMobileUpSide .row-1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .icon-wrapper {
    height: 82px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    margin-right: 16px;
    border-radius: 12px;
    width: 82px
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .icon-wrapper img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .data-wrapper {
    width: 100%;
    height: 100%
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .data-wrapper .title {
    display: flex;
    align-items: center;
    color: var(--text-primary)
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .data-wrapper .title .verification {
    margin-left: 6px;
    width: 24px;
    height: 24px
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .data-wrapper .title .verification svg {
    fill: var(--accent);
    width: 20px;
    height: 20px
}

.wdyp0z7.PageHeadMobileUpSide .row-1 .data-wrapper .sub-title {
    margin-top: 4px;
    color: var(--text-primary)
}

.wdyp0z7.PageHeadMobileUpSide .row-2 {
    margin-top: 16px;
    padding: 16px 0;
    display: flex;
    height: 64px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    border-color: var(--separator)
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reviews {
    align-items: center
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .rating-ct {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .dot {
    width: 4px;
    height: 4px;
    background-color: var(--text-tetriary);
    border-radius: 50%
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .wrapper-stars {
    display: flex;
    flex-direction: row;
    gap: 6px
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .wrapper-stars .star-gold {
    width: 16px;
    height: 16px;
    background-size: 100%
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .amount {
    color: var(--text-tetriary);
    align-self: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reiting-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reiting-wrapper .topAppBage svg {
    height: 54px;
    width: auto
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .container-slide {
    overflow: scroll;
    gap: 8px;
    display: flex;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 10px;
    margin-top: 4px
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .container-slide::-webkit-scrollbar {
    display: none
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .container-slide .element {
    height: 32px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 8px;
    gap: 10px;
    background: var(--foreground-hover);
    color: var(--text-primary);
    border-radius: 6px
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reviews {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-right: 17px;
    border-color: var(--separator);
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reviews .amount {
    color: var(--text-secondary);
    align-self: center
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reviews .review-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px 4px 10px;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    background: var(--dynamic-yellow);
    border-radius: 8px
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .reviews .review-btn .icon__content,
.wdyp0z7.PageHeadMobileUpSide .row-2 .reviews .review-btn .rating {
    color: #fff
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .list {
    margin-right: -16px;
    width: 100%;
    height: 100%;
    border-left: 1px solid;
    border-color: var(--separator);
    position: relative;
    overflow: scroll
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .list::-webkit-scrollbar {
    display: none
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .list .shadow-left {
    position: absolute;
    width: 16px;
    height: 100%;
    left: 0;
    top: 0
}

.wdyp0z7.PageHeadMobileUpSide .row-2 .list .shadow-right {
    position: absolute;
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    transform: rotate(180deg)
}

.wdyp0z7.PageHeadMobileUpSide .row-3 {
    padding: 8px 0;
    align-items: center;
    border-bottom: 1px solid var(--separator);
    height: 80px
}

@media screen and (max-width:768px) {
    .wdyp0z7.PageHeadMobileUpSide .row-3 svg {
        height: 65px;
        width: auto
    }
}

.wdyp0z7.PageHeadMobileUpSide .row-4 {
    margin-top: 16px
}

.wdyp0z7.PageHeadMobileUpSide .buttonControllApp,
.wdyp0z7.PageHeadMobileUpSide .down,
.wdyp0z7.PageHeadMobileUpSide .row-4,
.wdyp0z7.PageHeadMobileUpSide .row-4 .ButtonCustomComponent a {
    width: 100%
}

.wt4l9jm.SingleApp__PageHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin: 16px 0
}

@media screen and (min-width:769px) {
    .wt4l9jm.SingleApp__PageHead {
        margin: 44px 0 31px
    }
}

.wt4l9jm.top_app {
    display: flex;
    align-items: center
}

.ixoAax.ButtonCustomComponent {
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
}

.ixoAax.ButtonCustomComponent>.button {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    outline: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    padding: 12px 20px 12px 24px;
    width: fit-content;
    height: 52px;
    background: var(--button-primary-default);
    border-radius: 100px;
    flex: 0 0 auto;
    order: 1;
    -webkit-box-flex: 0;
    transition: background 0.3s ease-out 0s;
}

.ixoAax.ButtonCustomComponent>.button.only-text {
    padding: 16px 32px;
}

.ixoAax.ButtonCustomComponent>.button.md {
    height: 48px;
}

.bGHUtN .wrapBtn {
    padding: 4px 8px;
}

.cJOPC.ThemeSwitcher {
    cursor: pointer;
    height: 48px;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    display: inline-block;
    width: 56px;
    box-sizing: border-box;
    text-align: center;
    transition: background-color 0.3s ease-out 0s;
    border-radius: 12px;
}

.cJOPC.ThemeSwitcher input#themeSwitcher {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.cJOPC.ThemeSwitcher>svg {
    fill: rgb(4, 6, 11);
    height: 100%;
}

.cJOPC.ThemeSwitcher:hover {
    color: var(--text-primary);
    background-color: var(--selection-alpha-024);
    border-radius: 12px;
}

.dTvmzU {
    border-radius: 12px;
    transition: background-color 0.3s ease-out 0s;
    position: relative;
    flex-direction: column;
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.dTvmzU:hover {
    color: var(--text-primary);
    background-color: var(--selection-alpha-024);
    border-radius: 12px;
}

.dTvmzU>span {
    cursor: pointer;
    text-align: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: unset;
}

.cYjfSL {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 11px;
    transition-duration: 0.3s;
}

.bGHUtN span {
    margin: 0px !important;
}

.bGHUtN {
    display: none;
}

.bGHUtN button {
    max-height: 40px;
    padding: 10px 16px !important;
    gap: 8px !important;
}

/* 侧边抽屉 */
.ewkYjz.open>div {
    right: 0px;
    transition: all 0.3s ease 0s;
}

.ewkYjz.close>div {
    right: -100vw;
    transition: all 0.3s ease 0s;
}

.inoYIQ {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    background: rgb(242, 242, 245);
    height: 100%;
    position: absolute;
    right: 0px;
    width: 392px;
    z-index: 9999;
    transform: translateX(0px);
    transition: all 0.3s ease 0s;
}

.jNweAt {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease 0s;
}

.hksoEy {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hksoEy .icons-wrap {
    display: flex;
    width: fit-content;
}

.hksoEy svg path {
    fill: rgb(0, 37, 56);
}


.cYjfSL svg>path {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
}

.gRNikT .sidebar__content .sidebar__content__links li {
    height: 52px;
}

.gRNikT .sidebar__content .sidebar__content__links li a {
    padding: 12px 0px;
    color: rgb(4, 6, 11);
}

.l163ek5s:first-child {
    margin: 0;
}

.l163ek5s {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.l163ek5s a {
    font-size: 16px;
    line-height: 128%;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    transition: all .3s ease;
    border-radius: 10px;
    position: relative;
}

.text-l2-semibold {
    font-size: 18px !important;
    line-height: 28px !important;
}

.text-l1-semibold,
.text-l2-semibold {
    font-style: normal !important;
    font-weight: 600 !important;
}

.gRNikT .sidebar__content .sidebar__content__links {
    transition: none 0s ease 0s !important;
}

.w2yc3wo {
    position: relative;
}

.w2yc3wo .navigation__label {
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    gap: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.w2yc3wo .navigation__label .icon__wrapper {
    max-height: 24px;
    min-height: 24px;
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.d15k57xv {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--background-card);
    border: 1px solid var(--selection-alpha-024);
    box-sizing: border-box;
    box-shadow: 0 4px 32px 0 rgba(4, 6, 11, .04), 0 0 4px 0 rgba(4, 6, 11, .02);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    min-width: 120px;
    z-index: 1;
    padding: 4px;
}

.w2yc3wo .links__dropdown {
    position: absolute;
    top: calc(8px + 48px);
    z-index: 12;
    display: flex;
    flex-direction: column;
    border: 0.5px solid var(--selection-alpha-024);
    border-radius: 12px;
    min-width: 172px;
    padding: 4px;
    background-color: var(--background-dropdown);
    box-shadow: 0 4px 32px 0 rgba(4, 6, 11, .04), 0 0 4px 0 rgba(4, 6, 11, .02);
}

.w2yc3wo .links__dropdown .link__navigation {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.hYXKvp {
    border-radius: 12px;
    transition: background-color 0.3s ease-out 0s;
    position: relative;
    flex-direction: column;
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.hYXKvp>span {
    cursor: pointer;
    text-align: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}

.hYXKvp>span .chevron {
    transform: rotate(180deg);
    display: block;
}

.hYXKvp>span svg {
    fill: var(--text-primary);
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1300px) {
    .bGHUtN {
        -webkit-box-align: center;
        align-items: center;
        margin-left: auto;
        display: flex !important;
    }

    .bGHUtN .wrapBtn {
        padding: 4px 8px;
    }

    .mtjpset {
        display: none;
    }

    .w2yc3wo .navigation__label {
        justify-content: space-between;
        padding: 12px 0;
        align-items: center;
        height: 52px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .w2yc3wo .links__dropdown {
        transition: .2s ease-in;
        box-shadow: none;
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        position: -webkit-sticky;
        position: sticky;
    }

    .w2yc3wo .links__dropdown .link__navigation a {
        max-height: 48px;
        height: 48px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 1000px) {
    .inoYIQ {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .ixoAax.ButtonCustomComponent>.button {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

}

@media screen and (min-width: 1300px) {
    .list-item {
        width: 420px !important;
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 1300px) {
    .list-item {
        width: 482px !important;
    }
}

@media screen and (max-width: 1000px) {
    .list-item {
        width: 410px !important;
    }
}

/* 搜索框蒙蔽层 */
.sdr4u4v .bg__search__bar {
    z-index: 77;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .52);
    display: block;
    animation: fadeStart-sdr4u4v .15s ease-in;
}

.sdr4u4v .active {
    border: 1px solid var(--accent);
}

.close-icon-container {
    cursor: pointer;
}

/* 总结评分 */
.up-side {
    display: none !important;
}

@media screen and (max-width:768px) {
    .up-side {
        display: flex !important;
    }

    .wh289jh.PageHeadLeftSide.left,
    .wg8rd2i.PageHeadRightSide.right {
        display: none !important;
    }

    .wg8rd2i.PageHeadRightSide.right.isMobile {
        display: flex !important;
    }
}

/* 评论区的星星评级 */
#targetElement-comments .wrapper-stars {
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin: 18px 0;
}

#targetElement-comments .star-gold {
    width: 16px;
    height: 16px;
    background-image: var(--star-off);
    background-size: cover;
    cursor: pointer;
    transition: background-image 0.2s;
}

#targetElement-comments .star-gold.active {
    background-image: var(--star-on);
}

/* 评论区post-loading */
/* 默认隐藏 loading 图标 */
#submitCommentBtn .post-loading-icon {
    display: none;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/* loading 状态下按钮样式 */
#submitCommentBtn.loading {
    opacity: 0.6; /* 半透明 */
    pointer-events: none; /* 禁止点击 */
}

/* loading 状态下显示 SVG，并旋转 */
#submitCommentBtn.loading .post-loading-icon {
    display: inline-block;
    animation: comment_loading_spin 1s linear infinite;
}

/* loading 状态下隐藏文字 */
#submitCommentBtn.loading .btn-text {
    display: none;
}

/* 旋转动画 */
@keyframes comment_loading_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#postCommentResult {
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* 分页器 */
.w16iyslr.Comments .pagination-wrap {
    margin-top: 32px;
}

.wt8pbsw.custom-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}

.wt8pbsw.custom-pagination nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px !important;
    height: 56px;
    border: 1px solid;
    border-color: var(--foreground-content);
    border-radius: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.wt8pbsw.custom-pagination nav li {
    color: var(--text-tetriary);
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-direction: row;
    align-items: center;
    border-radius: 100px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.wt8pbsw.custom-pagination nav li button {
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-tetriary);
}

.wt8pbsw.custom-pagination nav li button.change-page-btn {
    display: flex;
    width: 24px;
    height: 24px;
}

.wt8pbsw.custom-pagination nav li button.change-page-btn .icon-wrapper {
    width: 24px;
    display: flex !important;
    height: 24px !important;
}

.wt8pbsw.custom-pagination nav li button.change-page-btn .icon-wrapper svg {
    fill: var(--text-tetriary);
}

.wt8pbsw.custom-pagination nav li.active {
    background: var(--foreground-content);
}

.wt8pbsw.custom-pagination nav li.active button {
    color: var(--text-primary);
}

.wt8pbsw.custom-pagination nav li:hover button {
    color: var(--text-secondary);
}

.wt8pbsw.custom-pagination nav li button.isLastBtn svg {
    rotate: 180deg;
}

/* img zoom view */
.imgZoomView {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}

.imgZoomView img{
    max-height: 100vh;
    max-width: 100%;
    object-fit: contain;
}

.imgZoomView .closebtn {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999999;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    /* opacity: .4; */
    background-color: #4f4f4f;
    border-radius: 50%;
}

.imgZoomView .closebtn:hover {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.imgZoomView .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 769px){
    .imgZoomView .closebtn {
        top: 21px;
        right: 21px;
    }   
}

.nYxlv.ShowMoreBtn{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    position: absolute;
    height: 24px;
    right: 0px;
    bottom: -2px;
    justify-content: end;
}
.nYxlv.ShowMoreBtn .gradient {
    width: 24px;
    height: 24px;
    background: var(--show-more-gredient);
}
.nYxlv.ShowMoreBtn .text {
    background-color: rgb(247, 248, 250);
    color: rgb(0, 160, 240);
}

.w1tok1dj.SingleApp__PageBody__Left .description-container .description.max {
    max-height: unset;
}

.swiper-zoom-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* @media screen and (max-width: 430px){
    .swiper-zoom-container img{
        object-fit: contain;
    }  
} */

.ixoAax.ButtonCustomComponent>.button:active{
    transform: scale(0.95); /* 缩小按钮 */
}