.elementor-45 .elementor-element.elementor-element-a460413{--display:flex;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-45 .elementor-element.elementor-element-6aa5391{--e-image-carousel-slides-to-show:1;}.elementor-45 .elementor-element.elementor-element-516d759{padding:0px 50px 0px 50px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-45 .elementor-element.elementor-element-516d759{padding:0px 10px 0px 10px;}}/* Start custom CSS for html, class: .elementor-element-97283fc */:root {
            --primary-color: #01875f;
            --text-color: #202124;
            --secondary-text: #5f6368;
            --bg-color: #ffffff;
            --border-color: #dadce0;
        }

        body {
            font-family: 'Roboto', Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: var(--text-color);
            background-color: var(--bg-color);
            line-height: 1.5;
        }

        .container {
            max-width: 1024px;
            margin: 0 auto;
            padding: 20px;
        }

        /* App Header Section */
        .app-header {
            display: flex;
            align-items: flex-start;
            gap: 24px;
            margin-bottom: 32px;
        }

        .app-icon {
            width: 120px;
            height: 120px;
            border-radius: 20%;
            box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
            object-fit: cover;
        }

        .app-info-main {
            flex: 1;
        }

        .app-title {
            font-size: 44px;
            font-weight: 500;
            margin: 0 0 4px 0;
            color: #202124;
        }

        .developer-name {
            font-size: 16px;
            color: var(--primary-color);
            font-weight: 500;
            text-decoration: none;
            margin-bottom: 12px;
            display: block;
        }

        .app-stats {
            display: flex;
            gap: 24px;
            margin-bottom: 24px;
            color: var(--secondary-text);
            font-size: 14px;
        }

        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .stat-value {
            font-weight: 500;
            color: var(--text-color);
            font-size: 16px;
        }

        /* Buttons */
        .action-buttons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .btn-install {
            background-color: var(--primary-color);
            color: white;
            padding: 10px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: background-color 0.2s;
        }

        .btn-install:hover {
            background-color: #006e4e;
        }

        .btn-secondary {
            border: 1px solid var(--border-color);
            color: var(--primary-color);
            padding: 10px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
        }

        /* Screenshots Section */
        .screenshots-container {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            padding-bottom: 16px;
            margin-bottom: 32px;
            scrollbar-width: thin;
        }

        .screenshot-item {
            height: 300px;
            border-radius: 8px;
            border: 1px solid var(--border-color);
        }

        /* Content Sections */
        .section-title {
            font-size: 18px;
            font-weight: 500;
            margin: 24px 0 12px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .section-content {
            color: var(--secondary-text);
            font-size: 14px;
            margin-bottom: 24px;
        }

        .more-info-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
        }

        /* Elementor specific notice */
        .elementor-tip {
            background: #f1f3f4;
            padding: 15px;
            border-left: 4px solid #01875f;
            margin: 20px 0;
            font-size: 13px;
        }

        @media (max-width: 600px) {
            .app-header {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .app-title {
                font-size: 32px;
            }
            .action-buttons {
                justify-content: center;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-516d759 */:root {
            --primary-color: #01875f;
            --text-color: #202124;
            --secondary-text: #5f6368;
            --bg-color: #ffffff;
            --border-color: #dadce0;
        }

        body {
            font-family: 'Roboto', Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: var(--text-color);
            background-color: var(--bg-color);
            line-height: 1.5;
        }

        .container {
            max-width: 1024px;
            margin: 0 auto;
            padding: 20px;
        }

        /* App Header Section */
        .app-header {
            display: flex;
            align-items: flex-start;
            gap: 24px;
            margin-bottom: 32px;
        }

        .app-icon {
            width: 120px;
            height: 120px;
            border-radius: 20%;
            box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
            object-fit: cover;
        }

        .app-info-main {
            flex: 1;
        }

        .app-title {
            font-size: 44px;
            font-weight: 500;
            margin: 0 0 4px 0;
            color: #202124;
        }

        .developer-name {
            font-size: 16px;
            color: var(--primary-color);
            font-weight: 500;
            text-decoration: none;
            margin-bottom: 12px;
            display: block;
        }

        .app-stats {
            display: flex;
            gap: 24px;
            margin-bottom: 24px;
            color: var(--secondary-text);
            font-size: 14px;
        }

        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .stat-value {
            font-weight: 500;
            color: var(--text-color);
            font-size: 16px;
        }

        /* Buttons */
        .action-buttons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .btn-install {
            background-color: var(--primary-color);
            color: white;
            padding: 10px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: background-color 0.2s;
        }

        .btn-install:hover {
            background-color: #006e4e;
        }

        .btn-secondary {
            border: 1px solid var(--border-color);
            color: var(--primary-color);
            padding: 10px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
        }

        /* Screenshots Section */
        .screenshots-container {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            padding-bottom: 16px;
            margin-bottom: 32px;
            scrollbar-width: thin;
        }

        .screenshot-item {
            height: 300px;
            border-radius: 8px;
            border: 1px solid var(--border-color);
        }

        /* Content Sections */
        .section-title {
            font-size: 18px;
            font-weight: 500;
            margin: 24px 0 12px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .section-content {
            color: var(--secondary-text);
            font-size: 14px;
            margin-bottom: 24px;
        }

        .more-info-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
        }

        /* Elementor specific notice */
        .elementor-tip {
            background: #f1f3f4;
            padding: 15px;
            border-left: 4px solid #01875f;
            margin: 20px 0;
            font-size: 13px;
        }

        @media (max-width: 600px) {
            .app-header {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .app-title {
                font-size: 32px;
            }
            .action-buttons {
                justify-content: center;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4054133 */:root {
            --primary-color: #01875f;
            --text-color: #202124;
            --secondary-text: #5f6368;
            --bg-color: #ffffff;
            --border-color: #dadce0;
        }

        body {
            font-family: 'Roboto', Arial, sans-serif;
            margin: 0;
            padding: 20px;
            color: var(--text-color);
            background-color: var(--bg-color);
            line-height: 1.5;
        }

        .details-container {
            max-width: 1024px;
            margin: 0 auto;
            border-top: 1px solid var(--border-color);
            padding-top: 24px;
        }

        /* App Info Header */
        .app-info-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .app-icon-small {
            width: 64px;
            height: 64px;
            border-radius: 12px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        .app-name-small {
            font-size: 24px;
            font-weight: 500;
            margin: 0;
        }

        .section-subtitle {
            font-size: 16px;
            color: var(--secondary-text);
            margin: 4px 0 0 0;
        }

        /* Description */
        .description-text {
            font-size: 14px;
            color: var(--secondary-text);
            margin-bottom: 32px;
        }

        /* Grid Table */
        .info-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px 40px;
            margin-bottom: 32px;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 32px;
        }

        .info-item {
            display: flex;
            flex-direction: column;
        }

        .info-label {
            font-size: 14px;
            font-weight: 500;
            color: var(--text-color);
            margin-bottom: 4px;
        }

        .info-value {
            font-size: 14px;
            color: var(--secondary-text);
        }

        .link-text {
            color: var(--primary-color);
            text-decoration: none;
        }

        /* Compatibility Section */
        .compatibility-section {
            margin-top: 32px;
        }

        .compatibility-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .compatibility-notice {
            font-size: 14px;
            color: var(--text-color);
            margin-bottom: 16px;
        }

        .compatibility-footer {
            font-size: 12px;
            color: var(--secondary-text);
            margin-top: 24px;
            border-top: 1px solid var(--border-color);
            padding-top: 16px;
        }

        @media (max-width: 600px) {
            .info-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */