@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ProductSans-Regular.woff2) format('woff2'), url(../fonts/ProductSans-Regular.woff) format("woff"), url(../fonts/ProductSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/ProductSans-Bold.woff2) format('woff2'), url(../fonts/ProductSans-Bold.woff) format("woff"), url(../fonts/ProductSans-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Helvetica'), local('Helvetica-Regular'), url(../fonts/Helvetica.woff2) format('woff2'), url(../fonts/Helvetica.woff) format("woff"), url(../fonts/Helvetica.ttf) format("truetype")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Helvetica Bold'), local('Helvetica-Bold'), url(../fonts/Helvetica-Bold.woff2) format('woff2'), url(../fonts/Helvetica-Bold.woff) format("woff"), url(../fonts/Helvetica-Bold.ttf) format("truetype")
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;
    scroll-behavior: smooth;
    color: #111;
}

a {
    text-decoration: none;
    display: block;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

body {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    -webkit-font-smoothing: antialiased;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-wh12 {
    height: 12px;
    width: 12px;
}

.icon-wh14 {
    height: 14px;
    width: 14px;
}

.icon-wh20 {
    height: 20px;
    width: 20px;
}

.icon-wh30 {
    height: 30px;
    width: 30px;
}

.pdbox {
    padding-left: 24px;
    padding-right: 24px;
}

.h2tit {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 40px;
}

/* header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
}

.header-main {
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo,
.logo-img {
    width: 137px;
    height: 42px;
    object-fit: contain;
}

.icon-menu {
    width: 24px;
    height: 24px;
}

/* header-nav */
.header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
    margin-right: 16px;
    margin-left: 24px;
}

.header-nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

.header-nav-item:hover {
    fill: #2fc0b7;
}

.header-nav-item:hover .header-nav-tit {
    color: #2fc0b7;
}

.header-nav-tit {
    display: none;
}

.header-nav-list {
    display: none;
}

.header-nav-list-item {
    width: 178px;
    margin: 12px 0;
}

.header-nav-list-item:hover {
    color: #2fc0b7;
}

div.header-nav-item:hover .header-nav-list {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(155, 153, 153, 0.2);
    background-color: #fff;
    border-radius: 8px;
}

.header-nav-list::before {
    content: '';
    height: 40px;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: transparent;
}

/* header-search */
.header-search {
    width: 40%;
    height: 40px;
    position: relative;
}

.header-searchicon {
    background-color: transparent;
    border: none;
    outline: 0;
    position: absolute;
    left: calc(100% - 36px);
    top: 8px;
    margin-left: 0;
    z-index: 9;
    width: 25px;
}

.header-searchtext {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    height: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 24px;
    background-color: #eeee;
    border: none;
    z-index: 8;
}

.icon-search {
    width: 22px;
    height: 22px;
}


#header-menu-btn {
    display: none;
}

.layout-minbox {
    max-width: 1210px;
    margin: auto;
    line-height: 100%;
}

.header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    box-sizing: border-box;
    height: 56px;
    transition: 0.5s;
}

.header-all {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.header-a {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 16px;
}

.header-app,
.header-game,
.header-topics {
    display: none;
    height: 100%;
    position: relative;
}

.header-app {
    margin-left: 8px;
}

.header-box {
    display: flex;
    align-items: center;
}

.header-icon {
    line-height: 1;
}

.header-text {
    display: none;
    position: relative;
    top: 2px;
    padding-bottom: 4px;
}

.header-logobox {
    float: left;
    width: 130px;
    height: 40px;
}

.header-logobox-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.icon-x {
    width: 24px;
    height: 24px;
}

.header-searchall .icon-x {
    width: 26px;
    height: 26px;
}

.icon-footer-games,
.icon-footer-apps,
.icon-footer-topics {
    width: 30px;
    height: 30px;
}

.header-searchall .icon-search {
    width: 22px;
    height: 22px;
}

.header-searchall {
    position: relative;
    display: none;
    right: 0;
    width: 100%;
    margin-left: 6%;
    height: 100%;
}

.header-searchall .header-search {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 7px;
    right: 0;
}

.header-searchall .header-searchicon {
    left: calc(100% - 10px);
    top: 8px;
    z-index: 10;
    width: 25px;
    margin-left: -24px;
}

.header-searchall .header-searchtext {
    position: absolute;
    left: 0;
    width: 100%;
}

.header-tool-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 8px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(155, 153, 153, 0.2);
    background-color: #fff;
    border-radius: 8px;
}

.header-tool-item {
    width: 178px;
    margin: 12px 0;
}

.header-tool:hover .header-tool-list,
.header-tool:focus .header-tool-list {
    display: block;
}

.header-tool-item:hover {
    color: #2fc0b7;
}

.mobpart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    cursor: pointer;
}

.header-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
}

#header-menu-btn:checked~.header-menu {
    width: 100%;
    max-width: 300px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(155, 153, 153, 0.2);
    transition: width 0.3s;
    overflow: scroll;
    padding: 14px 24px 30px;
    display: flex;
    flex-direction: column;
}

.header-menu-closebox {
    height: 20px;
}

.header-menu-close {
    float: right;
    display: block;
    cursor: pointer;
}

.header-menu-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hmm-logo {
    width: 130px;
    height: 40px;
    margin-right: 20px;
}

.hmm-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.hmm-help-item {
    padding-bottom: 16px;
    font-size: 16px;
    color: #333;
}

.hmm-help {
    margin-top: 16px;
}

.hmm-des {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
}

.header-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.header-menu-item svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.header-menu-tool-item:hover,
.header-menu-item:hover,
.header-menu-item:hover div {
    color: #2fc0b7;
    fill: #2fc0b7;
}

.header-menu-tool-list {
    padding-left: 32px;
}

.header-menu-tool-item {
    margin-bottom: 20px;
}

.header-menu-triangle {
    position: absolute;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #666;
}


#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    vertical-align: baseline;
}


/* banner */
.banner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.banner-img {
    width: 106px;
    height: 106px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    border-radius: 20%;
    overflow: hidden;
    flex-shrink: 0;
}

.banner-info {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 96px;
}

.banner-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-decoration: underline;
}

.banner-cat {
    display: none;
}

.banner-other {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
    /* height: 42px; */
}

.banner-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    flex-wrap: wrap;
    line-height: 1;
}

.banner-info-line {
    height: 100%;
    width: 1px;
    background-color: #0000001a;
}

.banner-info-main {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.banner-info-des {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .banner-img {
        width: 88px;
        height: 88px;
    }

    .banner-info {
        padding-left: 16px;
    }

    .banner-title {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-info {
        height: auto;
        gap: 6px;
        justify-content: flex-start;
    }

    .banner-cat {
        display: inline-block;
        color: #666;
        font-size: 12px;
        line-height: 1.2;
        margin-top: -2px;
    }

    .banner-info-line-mobile-hide,
    .banner-info-des-votes,
    .banner-info-des-downloads {
        display: none;
    }

    .banner-other {
        gap: 12px;
    }

    .banner-other .banner-info-item:nth-child(3),
    .banner-other .banner-info-item:nth-child(5) {
        flex-direction: row;
        gap: 4px;
    }

    .banner-info-des-rating-inline {
        width: auto;
        font-size: 11px;
        line-height: 1;
    }
}

/* infolist */
.infolist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 20px;
}

.infolist-item {
    width: 25%;
    font-size: 14px;
    padding-right: 24px;
}

.infolist-item-tit {
    font-weight: 700;
}

.infolist-item-des {
    margin-bottom: 8px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* article */
.article-btn {
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 16px;
}

#article:checked~.article {
    height: auto;
}

.article-btn span {
    display: block;
    color: #999;
    text-decoration: underline;
}

.article-btn div {
    display: none;
    color: #999;
    text-decoration: underline;
}

#article:checked~.article-btn span {
    display: none;
}

#article:checked~.article-btn div {
    display: block;
}

.article {
    font-family: Helvetica, Arial, system-ui, sans-serif, serif;
    height: 50vh;
    max-height: fit-content;
    overflow: hidden;
}

.article h3 {
    font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-size: 22px;
    line-height: 26px;
    margin-top: 28px;
    margin-bottom: 12px;
    width: 100%;
}

.article h4 {
    padding-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}

.icon-features {
    width: 14px;
    height: 14px;
}

.article p {
    padding-bottom: 12px;
}

.article b {
    font-weight: 600;
}

.article ul {
    padding-left: 18px;
}

.article ol {
    padding-inline-start: 0;
    margin-block-start: 0;
    padding-left: 20px;
}

.article li:first-of-type {
    margin-top: 0;
}

.article li {
    margin: 8px 0;
}

.article ol li {
    list-style: auto;
    text-indent: 1px;
}

/* app intro / review sections (same as app-detail-page) */
.layout-art.review-intro {
    margin-bottom: 20px;
}

.review-intro-p {
    line-height: 1.6;
    color: #333;
}

.review-verdict {
    font-weight: 500;
    font-style: italic;
}

.review-audience {
    margin-bottom: 16px;
}

.review-audience:last-child {
    margin-bottom: 0;
}

.review-audience-tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.review-audience-list {
    padding-left: 20px;
    margin: 0 0 8px;
}

.review-user-exp {
    margin-bottom: 12px;
}

.review-user-exp:last-child {
    margin-bottom: 0;
}

.review-user-exp-tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.review-pac {
    display: flex;
    flex-wrap: wrap;
}

.article .prco-pr,
.article .prco-co {
    width: 50%;
    padding-left: 0;
}

.prco-pr .prco-pr-li,
.prco-co .prco-co-li {
    list-style: none;
    margin-bottom: 12px;
    margin-top: 12px;
}

.prco-pr-li,
.prco-co-li {
    display: flex;
    align-items: center;
}

.icon-no,
.icon-yes {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.review-faq-btn {
    margin-right: 2px;
    height: 20px;
    margin-right: 2px;
}

.icon-answer {
    height: 14px;
    width: 14px;
}

.review-faq-answer {
    display: none;
    margin-inline-start: 22px;
}

/* picbox */
.picbox-none {
    margin-bottom: 30px;
}

.picbox {
    position: relative;
    margin-top: 28px;
    /* margin-bottom: 30px; */
}

.pic-left,
.pic-right {
    height: 40px;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.16);
}

.pic-left {
    left: -20px;
}

.pic-right {
    right: -20px;
}

.icon-picleft,
.icon-picright {
    width: 100%;
    height: 100%;
}

.icon-picright {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.slides {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    height: 200px;
    align-items: center;
    padding-left: 2px;
}

.slides-item {
    border-radius: 12px;
    height: 196px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}

/* btnbox */
.btnbox {
    margin-top: 20px;
}

.downloadbtn-n,
.downloadbtn {
    font-size: 16px;
    font-weight: 700;
    background-color: #2fc0b7;
    fill: #fff;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    height: 60px;
    vertical-align: text-bottom;
    gap: 6px;
}

.downloadbtn:hover {
    background-color: #2cb3ab;
}

.downloadbtn.is-disabled {
    background-color: #b8bec4;
    color: #f3f4f6;
    fill: #f3f4f6;
    cursor: not-allowed;
    pointer-events: none;
}

.linkbtnbox {
    display: flex;
    justify-content: space-between;
}

.linkbtn {
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    height: 50px;
    width: calc(50% - 6px);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-bottom;
    color: #fff;
    fill: #fff;
    gap: 6px;
}

.linkbtn-goplay {
    background-color: #01875f;
}

.linkbtn-goplay:hover {
    background-color: #056449;
}

.linkbtn-apple {
    background-color: rgba(0, 0, 0, 0.8);
}

.linkbtn-apple:hover {
    background-color: rgba(0, 0, 0);
}

@media screen and (max-width: 600px) {
    .linkbtn-apple {
        background-color: #3333330d;
        color: rgba(0, 0, 0, 0.8);
        fill: rgba(0, 0, 0, 0.8);
    }

    .linkbtn-apple:hover {
        background-color: #3333330d;
        color: rgba(0, 0, 0, 0.8);
        fill: rgba(0, 0, 0, 0.8);
    }
}

.nullbtn,
.nullbtn:hover {
    background-color: #ddd;
}

.icon-btnicon {
    height: 20px;
    width: 20px;
}

/* ratings */
.ratings {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ratings-left {
    padding-right: 24px;
    box-sizing: border-box;
    width: 25%;
}

.ratings-me {
    display: flex;
    justify-content: center;
    margin: 8px 0;
}

.icon-mystar {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #efeff4;
}

.ratings-left-grade {
    line-height: 36px;
    font-size: 48px;
    text-align: center;
}

.ratings-left-vot {
    font-size: 14px;
    text-align: center;
    color: #666;
}

.ratings-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
}

.ratings-right-item {
    display: flex;
    align-items: center;
}

.right-item-grade {
    width: 8px;
    font-size: 14px;
}

.right-item-peo {
    height: 10px;
    background-color: #efeff4;
    margin-left: 16px;
    flex: 1 1 0%;
    border-radius: 16px;
}

.peo-num {
    height: 100%;
    background-color: #2fc0b7;
    border-radius: 24px;
}

/* apps */
.apps {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.app-item {
    width: 50%;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.app-item:hover {
    background-color: #f5f5f5;
}

.app-img {
    height: 72px;
    width: 72px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    flex-shrink: 0;
}

.app-tit {
    font-size: 16px;
    line-height: 22px;
}

.app-cat {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.app-score {
    color: #666;
    fill: #666;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* footer */
.footer {
    max-width: 1210px;
    margin: 28px auto 0;
}

.footer-top {
    padding-top: 34px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px rgba(153, 153, 153, 0.4);
}

.footer-topbtn {
    padding: 0 18px;
    height: 42px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeee;
    border-radius: 8px;
    gap: 8px;
}

.icon-top {
    width: 20px;
    height: 20px;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

@media (max-width: 359px) {
    .footer-links {
        grid-template-columns: 1fr;
    }
}

.footer-item {
    padding-bottom: 16px;
    font-size: 16px;
}

.footer-des {
    margin-bottom: 34px;
    font-size: 16px;
    color: #666;
}

/* layout */
.doublebox {
    max-width: 1210px;
    margin: 74px auto 0;
}

.rightbox,
.leftbox {
    max-width: 728px;
}

/* other */
.modal-overlay.hidden {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-container {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

.modal-text {
    margin-bottom: 30px;
}

.modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.modal-btn-cancel {
    background: white;
    color: #2fc0b7;
    border: 2px solid #2fc0b7;
}

.modal-btn-continue {
    background: #2fc0b7;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .header-search {
        width: 25%;
    }

    .header-nav-item {
        gap: 10px;
    }

    .header-nav-tit {
        display: block;
    }

    .header-text {
        display: block;
    }

    .header-searchall {
        width: 25%;
    }
}

@media screen and (min-width: 901px) {
    .header-nav {
        gap: 24px;
        margin-left: 48px;
    }

    .header-a {
        gap: 24px;
    }

    .header-app {
        margin-left: 24px;
    }
}

@media screen and (min-width: 321px) {
    .header-all {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 601px) {
    .banner-download-icon-mobile-only {
        display: none;
    }

    .header {
        height: 64px;
    }

    .header-logobox {
        width: 137px;
        height: 42px;
    }

    .header-app,
    .header-game,
    .header-topics {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-searchall {
        display: block;
        width: 40%;
        margin-left: 0;
    }

    .header-searchall .header-search {
        top: 12px;
    }

    .header-searchall .header-searchicon {
        left: calc(100% - 36px);
        top: 8px;
        margin-left: 0;
    }

    .header-app:hover,
    .header-game:hover,
    .header-topics:hover {
        fill: #2fc0b7;
    }

    .header-app:hover .header-text,
    .header-game:hover .header-text,
    .header-topics:hover .header-text {
        color: #2fc0b7;
    }

    .mobpart {
        display: none;
    }

    .doublebox {
        margin-top: 82px;
    }
}

@media screen and (max-width: 600px) {
    .infolist {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 16px;
    }

    .infolist-item {
        width: auto;
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    .doublebox {
        display: flex;
        gap: 60px;
    }

    .leftbox {
        width: 728px;
    }

    .rightbox {
        flex: 1;
    }

    .rightbox .app-item {
        width: 100%;
    }

    .modal-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .apps-mobile-single {
        width: 100%;
        margin-left: 0;
    }

    .apps-mobile-single .app-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .apps-mobile-single .app-item:nth-child(n + 9) {
        display: none;
    }
}