.max-w-sm {
    @media (min-width: 400px) {
        max-width: 750px !important;
    }
}

body {
    font-family: Google Sans, sans-serif;
    line-height: inherit;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

[x-cloak] { display: none !important; }

.banner-container {
    width: 100%;
    height: 14.4vw;
    max-height: 108px;
    position: relative;
}

    .banner-container .img-banner {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 750px;
        background-color: #fff;
        margin: 0 auto;
        object-fit: cover;
        z-index: 10;
    }

    .banner-container .img-banner.active {
        box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .3);
    }

.content-container {
    padding: 54px 22px 44px;
    width: 100%;
}

    .app-item-container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 28px;
    }

        .app-item-container .app-item-icon {
            align-items: center;
            display: flex;
            height: 74px;
            width: 74px;
            margin-right: 22px;
            justify-content: center;
            position: relative;            
        }

            .app-item-icon .circular-progress {
                height: 110px;
                width: 110px;
                background-color: lightgreen;
                border-radius: 50%;
                position: absolute;
                z-index: -1;
                place-items: center;
                display: none;
            }

                .circular-progress::before {
                    content: "";
                    position: absolute;
                    height: 90%;
                    width: 90%;
                    background-color: white;
                    border-radius: 50%;
                }

            .app-item-icon .img-app-icon {
                border-radius: 20%;
                display: block;
                height: 100%;
                width: 100%;
                overflow: hidden;
                transition: all .35s;
                object-fit: cover;
            }

    .app-item-container .app-item-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .app-item-info .item-info-title {
            line-height: 32px;
            display: flex;
            align-items: baseline;
        }

            .app-item-info .item-info-title .app-name {
                color: #111;
                font-size: 24px;
                font-weight: 500;
                letter-spacing: 0;
            }

            .app-item-info .item-info-title .certified-icon {
                height: 20px;
                width: 20px;
                margin-left: .5rem;
            }

        .app-item-info .item-info-description  {
            font-size: 1rem;
            color: #028760;
            line-height: 23px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .app-item-info .item-info-play {
            color: #333;
            display: flex;
            align-items: center;
            font-size: .625rem;
            font-weight: 400;
            height: 14px;
        }

            .app-item-info .item-info-play .play-icon {
                height: 10px;
                width: 10px;
                margin-right: 5px;
            }

            .app-item-info .item-info-play .play-text {
                color: #333;
                font-size: .625rem;
                font-weight: 400;
                line-height: 14px;
            }

            .app-item-info .item-info-play .value-progress {
                color: #333;
                font-size: .625rem;
                font-weight: 400;
                line-height: 14px;
                margin-left: .5rem;
                display: none;
            }

    .app-info {
        margin-bottom: 2.375rem;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
    }

        .app-info-review {
            display: flex;
            align-items: center;
            width: max-content;
            position: relative;
        }

        .app-info-review:not(:first-child):before {
            background: #ebebeb;
            bottom: 0;
            content: "";
            height: 24px;
            margin: auto 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
        }

            .app-info-review-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                min-width: 100px;
                padding: 0 .625rem;
                position: relative;
                white-space: nowrap;
                text-align: center;                
            }

                .app-info-review-label-1 {
                    color: #111;
                    font-size: .875rem;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                    margin-bottom: 6px;
                    line-height: 18px;
                }

                    .app-info-review-label-1 .star-icon {
                        height: 11px;
                        width: 11px;
                        margin-left: 2px;
                    }

                    .app-info-review-label-1 .editor-icon {
                        height: 18px;
                        width: 18px;
                    }

                .app-info-review-label-2 {
                    color: #606569;
                    font-size: .75rem;
                    font-weight: 400;                    
                    line-height: 17px;
                }

    .install-button-container {
        margin-bottom: 1.75rem;
        width: 100%;
    }

        .install-button {
            background: #028760;
            border: none;
            border-radius: 4px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .875rem;
            font-weight: 600;
            height: 44px;
            width: 100%;
            padding: 0 12px;
        }

    .share-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1.75rem;
    }

        .share-container .share-item {
            margin: .75rem;
            max-width: 220px;
            font-size: .875rem;
        }

            .share-container .share-item img {
                flex: 0 0 17px;
                height: 20px;
                width: 17px;
                margin-right: .625rem;
            }

    .img-example-container {
        width: 100%;
        margin-bottom: 1.5rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .img-example-list {
            display: flex;
            flex-wrap: nowrap;
            height: 224px;
            margin: auto;
            width: max-content;
        }

            .img-example-view {
                border-radius: 8px;
                height: 224px;
                overflow: hidden;
            }

            .img-example-view:not(:last-child) {
                margin-right: .688rem;
            }

                .img-example-view img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }

    .description-container .description-header, .data-safety-container .description-header{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-bottom: 1.5rem;
    }

        .description-container .description-header span{
            color: #202124;
            font-size: 1.125rem;
            font-weight: 500;
            line-height: 24px;            
        }

        .description-container .description-header img {
            width: 15px;
            height: 15px;
        }

    .description-container .description-content {
        color: #666;
        font-size: .813rem;
        line-height: 19px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 1.875rem;
        overflow-wrap: break-word;        
    }

        .description-category-container .description-label {
            color: #202124;
            font-size: .875rem;
            font-weight: 500;
            margin-bottom: .313rem;
            line-height: 24px;
        }

        .description-category-container .description-date {
            color: #666;
            font-size: .813rem;
            font-weight: 400;
            letter-spacing: 1px;
            line-height: 19px;
            margin-bottom: 1.875rem;
        }

        .description-category-container .description-category-list {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: .938rem;
        }

            .description-category-container .description-category-list .category-item {
                background: #fff;
                border: 1px solid #dadce0;
                border-radius: 15px;
                color: #5f6368;
                font-size: .875rem;
                font-weight: 400;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                width: fit-content;
                padding: 0 .75rem;
                margin: 0 .688rem 1rem 0;
            }

        .data-safety-container .data-safety-list {
            border: 1px solid #dadce0;
            border-radius: 7px;
            padding: 1.5rem 1.625rem .5rem;
            width: 100%;
        }

            .data-safety-container .data-safety-list .data-safety-item {
                display: flex;
                margin-bottom: 16px;
            }

                .data-safety-container .data-safety-list .data-safety-item .item-icon {
                    height: 20px;
                    width: 20px;
                    margin-right: 1rem;
                }

                .data-safety-container .data-safety-list .data-safety-item .item-content {
                    flex: 1;
                    font-size: .875rem;
                    color: #444;
                    font-weight: 400;
                    line-height: 23px;
                }

    .review-container {
        margin-top: 2.125rem;
    }

        .review-title {
            color: #222;
            font-size: 1.188rem;
            font-weight: 500;
        }

        .review-description {
            color: #444;
            font-size: .813rem;
            margin: 1.25rem 0 .625rem;
        }

        .review-type {
            display: flex;
            flex-wrap: wrap;
            margin: 2.5rem 0 1.25rem;
        }

            .review-type .review-type-item {
                margin: 0 .625rem .625rem 0;
                display: flex;
                align-items: center;
                justify-content: center;
                width: fit-content;
                border: 1px solid #dadce0;
                border-radius: 15.5px;
                font-size: .813rem;
                height: 31px;
                padding: 0 .938rem;
            }

                .review-type .review-type-item img {
                    margin-right: .625rem;
                    width: 13px;
                    height: auto;
                    max-width: 100%;
                }

            .review-type .review-type-active {
                background: #e6f3ef;
                border: 1px solid #e6f3ef;
                color: #028760;
            }

        .review-score {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .review-score .review-score-container {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: fit-content;
            }

                .review-score-container .review-score-point {
                    font-size: 3.625rem;
                    font-weight: 400;
                }

                .review-score-container .review-score-star {
                    display: flex;
                }

                    .review-score-star .star-icon {
                        height: 14px;
                        width: 14px;
                        margin-right: .125rem;
                    }

                .review-score-people {
                    color: #444;
                    font-size: .75rem;
                    margin-top: .813rem;
                }

            .review-score .review-comment-score-list {
                margin-left: .625rem;
                flex: 1;
                max-width: 180px;
            }

                .review-comment-score-list .review-comment-score-item {
                    display: flex;
                    align-items: center;
                    color: #444;
                    font-size: .688rem;
                    margin-bottom: .406rem;
                }

                    .score-progress {
                        margin-left: .906rem;
                        background-color: #e3e3e3;
                        border-radius: 5px;
                        flex: 1;
                        height: 9px;
                        max-width: 166px;
                        width: 100%;
                    }

                        .score-progress .score-progress-bar {
                            background-color: #028760;
                            border-radius: 5px;
                            height: 100%;
                        }

    .comment-list-container .comment-item {
        margin: 1.875rem 0;
    }

        .comment-item .comment-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.75rem;
        }

            .comment-header .comment-avatar {
                margin-right: 1rem;
                border-radius: 50%;
                height: 32px;
                object-fit: fill;
                width: 32px;
            }

            .comment-header .comment-username {
                margin-right: auto;
                color: #222;
                font-size: .906rem;
            }

            .comment-header .comment-option-bullet {
                height: 16px;
                width: 4px;
            }

        .comment-item .comment-stars {
            display: flex;
        }

            .comment-stars .star-icon {
                height: 11px;
                width: 11px;
                margin-right: .125rem;
            }

            .comment-stars span {
                color: #444;
                font-size: .75rem;
                margin-left: .5rem;
            }

        .comment-item .comment-detail {
            color: #444;
            font-size: .875rem;
            margin-top: .625rem;
            overflow-wrap: break-word;     
            line-height: 1.5;       
        }

        .comment-border-line {
            background-color: #dadce0;
            height: .5px;
            margin: 2.5rem 0 .625rem;
            width: 100%;
        }
    
    .footer-container .footer-section {
        padding-top: .938rem;
    }

        .footer-section .footer-section-title {
            color: #5f6368;
            font-size: .875rem;
            font-weight: 500;
            padding-top: .875rem;
            line-height: 1.5;
        }

        .footer-section .footer-section-item {
            color: #606468;
            font-size: .875rem;
            padding-top: .875rem;
            line-height: 1.5;
        }

    .footer-bottom {
        color: #606468;
        font-size: .813rem;
        margin-top: 3.313rem;
        line-height: 1.5;
    }

        .footer-bottom span {
            margin-right: 1.375rem;
        }

.bottom-navigation-bar {
    height: 54px;
    width: 100%;
}

    .bottom-navigation-bar .menu {
        display: flex;
        align-items: center;
        background: #fff;
        border-top: 1px solid #dadce0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: fixed;
        width: 100%;
        max-width: 750px;
        z-index: 50;
    }

        .bottom-navigation-bar .menu .menu-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 54px;
            width: 100%;
        }

            .bottom-navigation-bar .menu .menu-item img {
                height: 24px;
                width: 24px;
            }

            .bottom-navigation-bar .menu .menu-item span {
                color: #5f6368;
                font-size: .75rem;
                line-height: 1.1;
                font-weight: 500;
                margin-top: .125rem;
            }

            .bottom-navigation-bar .menu .menu-item.active span {
                color: #028760;
            }


.pop-up-container {
    display: none;
}

.pop-up-container.show {
    display: block;
}

        .pop-up-layout {
            animation-duration: .3s;
            animation-timing-function: ease-in-out;
            background: rgba(0, 0, 0, .6);
            height: 100%;
            position: fixed;
            inset: 0;
            width: 100%;
            z-index: 99;
        }

        .fade-in {
            animation: fadeIn .3s forwards ease-in-out;
        }

        .fade-out {
            animation: fadeOut .3s forwards ease-in-out;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }

    .pop-up-content {
        background: #202124;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        margin: 0 auto;        
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(100vh / 2);
        width: 100%;
        z-index: 100;
        animation-duration: .3s;
        animation-timing-function: ease-in-out;
    }

    .slide-up {
        animation: slideUp .3s forwards ease-in-out;
    }

    .slide-down {
        animation: slideDown .3s forwards ease-in-out;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }
        to {
            transform: translateY(0);
        }
    }

    @keyframes slideDown {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(100%);
        }
    }

        .pop-up-content .pop-up-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem;
        }
        
        .pop-up-content .pop-up-header img {
            height: 48px;
            width: 48px;
            margin-right: .8rem;
        }
        
        .pop-up-content .pop-up-header .info {
            display: flex;
            flex-direction: column;
            margin-right: auto;
        }

            .pop-up-header .info .app-name {
                color: #d8e7e3;
            }

            .pop-up-header .info .app-link {
                color: #a5a4a4;
            }

        .pop-up-content .pop-up-header .install-button {
            background: #e7d3fd;
            border: none;
            border-radius: 36px;
            color: black;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .875rem;
            font-weight: 600;
            height: 44px;
            width: 100px;
            padding: 0 12px;
            margin-left: .5rem;
        }

        .pop-up-content .border-line {
            height: .5px;
            width: 100%;
            background-color: #818181;
        }

        .pop-up-content .pop-up-img-example-container {
            width: 100%;
            margin: 1.5rem 0;
            overflow-x: auto;
            overflow-y: hidden;
        }

            .pop-up-content .pop-up-img-example-list {
                display: flex;
                flex-wrap: nowrap;
                height: calc((100vh / 2) - 90px );
                margin: auto;
                width: max-content;
            }

                .pop-up-content .pop-up-img-example-view {
                    border-radius: 8px;
                    height: calc((100vh / 2) - 90px );
                    overflow: hidden;
                }

                .pop-up-content .pop-up-img-example-view:not(:last-child) {
                    margin-right: .688rem;
                }

                    .pop-up-content .pop-up-img-example-view img {
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                    }        
        