.inside-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation .main-nav ul li a {
    line-height: 40px;
}

a {
    text-decoration: underline;
}

.apk-hero,
.apk-hero * {
    box-sizing: border-box;
}


.wp-image-298 {
    padding: 15px;
}

.btn {
    display: block;
    width: 75%;
    margin: 0 auto 20px;
    padding: 10px 24px;
    border: 0;
    border-radius: 6px;
    background-color: #149500;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn:hover,
.btn:focus {
    background-color: #0e6a00;
    color: #ffffff;
}

figure img {
    margin-bottom: 20px;
}

.uagb-toc__wrap {
    margin: 20px;
}

.uagb-toc__title {
    padding: 10px;
}

.wp-block-uagb-image-gallery {
    padding: 20px 0;
}

.uagb-toc__wrap + .wp-block-heading,
.uagb-toc__wrap + h2,
.uagb-toc__wrap + h3 {
    margin-top: 28px;
}

.wp-block-uagb-image-gallery + p,
.wp-block-uagb-image-gallery + .wp-block-paragraph {
    margin-top: 24px;
}

.site-footer,
.site-footer .site-info,
.site-footer .footer-widgets,
.site-footer .footer-widget-area,
footer {
    background: #2f313d !important;
}

.site-footer .widget,
.site-footer .widget_custom_html,
.site-footer .custom-html-widget {
    background: transparent !important;
}

.site-footer,
.site-footer p,
.site-footer span,
.site-footer h3,
.site-footer a {
    color: #ffffff !important;
}

.copyright-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.copyright-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-divider {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: auto;
    transform: none;
    border-top: 2px dashed rgba(255, 255, 255, 0.25);
    margin: 10px 0 5px;
}

.footer-security-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-security-badges img {
    display: block;
    width: auto;
    height: 20px;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-security-badges img:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.dmca-badge img,
.copyright-bar .dmca-badge img {
    display: block;
    width: auto;
    height: 40px;
}

.home .entry-header {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
}

.home .entry-title {
    max-width: none;
    margin-bottom: 0;
    color: #111827;
    font-size: clamp(30px, 2.6vw, 38px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.home .entry-content > .apk-hero {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
}

.home .entry-content > .apk-hero + .uagb-toc__wrap {
    margin-top: 8px;
}


.apk-hero {
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
    grid-template-areas:
        "media table"
        ". form"
        ". badges";
    column-gap: clamp(30px, 4vw, 56px);
    row-gap: 0;
    align-items: start;
}

.apk-hero__media {
    display: flex;
    grid-area: media;
    align-self: center;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.apk-hero__media figure {
    margin: 0;
}

.apk-hero__media img {
    display: block;
    width: clamp(140px, 12vw, 168px) !important;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.apk-hero__content {
    display: contents;
}

.apk-hero__table {
    grid-area: table;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.apk-hero__table table {
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-collapse: collapse;
    table-layout: fixed;
}

.apk-hero__table td {
    padding: 15px 24px;
    border-color: #e5e7eb !important;
    background: #ffffff !important;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left !important;
    vertical-align: middle;
}

.apk-hero__table td:first-child {
    width: 38%;
    background: #f8fafc !important;
    color: #111827;
}

.apk-hero__table td:first-child strong {
    font-weight: 700;
}

.apk-hero__table a {
    color: #0b63ce;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.apk-hero__table em {
    color: #6b7280;
    font-style: normal;
}

.apk-hero__form {
    display: flex;
    grid-area: form;
    justify-content: center;
    margin: 24px 0 0;
}

.apk-hero__form .btn,
.apk-hero__form .apk-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(100%, 720px);
    min-height: 56px;
    margin: 0;
    padding: 16px 28px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #18ad22 0%, #07820e 100%);
    box-shadow: 0 16px 30px rgba(7, 130, 14, 0.24);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.apk-hero__form .btn::before,
.apk-hero__form .apk-download-btn::before {
    content: "";
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23ffffff%22 stroke-width=%222.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 3v12%22/%3E%3Cpath d=%22m7 10 5 5 5-5%22/%3E%3Cpath d=%22M5 21h14%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.apk-hero__form .btn:hover,
.apk-hero__form .btn:focus,
.apk-hero__form .apk-download-btn:hover,
.apk-hero__form .apk-download-btn:focus {
    background: linear-gradient(180deg, #16a21f 0%, #066f0d 100%);
    box-shadow: 0 18px 34px rgba(7, 130, 14, 0.3);
    color: #ffffff;
    transform: translateY(-1px);
}

.apk-hero__form .btn:focus-visible,
.apk-hero__form .apk-download-btn:focus-visible {
    outline: 3px solid rgba(24, 173, 34, 0.28);
    outline-offset: 3px;
}

.apk-hero__badges {
    display: flex;
    grid-area: badges;
    flex-wrap: wrap;
    gap: 12px 28px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    color: #4b5563;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.apk-hero__badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.apk-hero__badge::before {
    content: "";
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.apk-hero__badge--latest::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23159b1c%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z%22/%3E%3Cpath d=%22m9 12 2 2 4-5%22/%3E%3C/svg%3E');
}

.apk-hero__badge--install::before,
.apk-hero__badge--android::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23159b1c%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M13 2 4 14h7l-1 8 10-13h-7l1-7z%22/%3E%3C/svg%3E');
}

.apk-hero__badge--secure::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23159b1c%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%223%22 y=%2211%22 width=%2218%22 height=%2211%22 rx=%222%22/%3E%3Cpath d=%22M7 11V7a5 5 0 0 1 10 0v4%22/%3E%3Cpath d=%22M12 15v3%22/%3E%3C/svg%3E');
}


.editor-styles-wrapper .apk-hero {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
}

.editor-styles-wrapper .apk-hero__media figure,
.editor-styles-wrapper .apk-hero__table {
    margin-top: 0;
    margin-bottom: 0;
}

.editor-styles-wrapper .apk-hero__form {
    margin-bottom: 0;
}

.editor-styles-wrapper .apk-hero__form .btn,
.editor-styles-wrapper .apk-hero__form .apk-download-btn {
    font-family: inherit;
}

@media (max-width: 900px) {
    .home .entry-header {
        margin-bottom: 18px;
    }

    .home .entry-title {
        font-size: clamp(25px, 5.8vw, 30px);
        line-height: 1.14;
    }

    .home .entry-content > .apk-hero {
        margin-bottom: 22px;
    }

    .apk-hero {
        grid-template-columns: 1fr;
        grid-template-areas: none;
        gap: 14px;
    }

    .apk-hero__media,
    .apk-hero__table,
    .apk-hero__form,
    .apk-hero__badges {
        grid-area: auto;
    }

    .apk-hero__media {
        align-self: auto;
        min-height: auto;
        padding: 0;
        border-radius: 0;
    }

    .apk-hero__media img {
        width: 124px !important;
        border-radius: 22px;
    }

    .apk-hero__table {
        border-radius: 16px;
    }

    .apk-hero__table table {
        table-layout: auto;
    }

    .apk-hero__table td {
        padding: 12px 16px;
        font-size: 15px;
        line-height: 1.35;
    }

    .apk-hero__table td:first-child {
        width: 42%;
    }

    .apk-hero__form {
        margin-top: 12px;
    }

    .apk-hero__form .btn,
    .apk-hero__form .apk-download-btn {
        width: 100%;
        min-height: 52px;
        padding: 15px 22px;
        font-size: 16px;
    }

    .apk-hero__badges {
        gap: 10px 16px;
        justify-content: center;
        margin-top: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .home .entry-header {
        margin-bottom: 14px;
    }

    .home .entry-title {
        font-size: clamp(24px, 6.4vw, 28px);
        line-height: 1.12;
    }

    .home .entry-content > .apk-hero {
        margin-bottom: 20px;
    }

    .apk-hero {
        gap: 12px;
    }

    .apk-hero__media {
        padding: 0;
        border-radius: 0;
    }

    .apk-hero__media img {
        width: 112px !important;
        border-radius: 20px;
    }

    .apk-hero__table td {
        padding: 11px 14px;
        font-size: 14px;
        line-height: 1.3;
    }

    .apk-hero__form {
        margin-top: 10px;
    }

    .apk-hero__form .btn,
    .apk-hero__form .apk-download-btn {
        min-height: 50px;
    }

    .apk-hero__badges {
        justify-content: center;
        margin-top: 10px;
        overflow: visible;
        flex-wrap: wrap;
        max-width: 100%;
        padding-bottom: 0;
        gap: 8px 14px;
        font-size: 13px;
    }

    .apk-hero__badge {
        white-space: nowrap;
    }
}

.apk-lead-text {
    margin-top: 22px;
    margin-bottom: 28px;
    padding: 22px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    color: #374151;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
}

.apk-lead-text a,
.apk-content p a,
.apk-content li a,
.apk-info-table a {
    color: #0b63ce;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.apk-lead-text a:hover,
.apk-lead-text a:focus,
.apk-content p a:hover,
.apk-content p a:focus,
.apk-content li a:hover,
.apk-content li a:focus,
.apk-info-table a:hover,
.apk-info-table a:focus {
    color: #084b9e;
}

.apk-content p {
    margin-top: 0;
    margin-bottom: 18px;
    color: #374151;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
}

.apk-content p strong,
.apk-lead-text strong,
.apk-content li strong {
    color: #111827;
    font-weight: 700;
}

.apk-content h2,
.apk-content h3,
.apk-content h4 {
    color: #111827;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.apk-content h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.22;
}

.apk-content h3 {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.28;
}

.apk-content ul:not(.apk-check-list):not(.apk-step-list):not(.apk-fix-list),
.apk-content ol:not(.apk-step-list):not(.apk-fix-list) {
    margin: 18px 0 26px;
    padding-left: 0;
    list-style: none;
}

.apk-content ul:not(.apk-check-list):not(.apk-step-list):not(.apk-fix-list) li,
.apk-content ol:not(.apk-step-list):not(.apk-fix-list) li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 28px;
    color: #374151;
    font-size: 17px;
    line-height: 1.6;
}

.apk-content ul:not(.apk-check-list):not(.apk-step-list):not(.apk-fix-list) li:last-child,
.apk-content ol:not(.apk-step-list):not(.apk-fix-list) li:last-child {
    margin-bottom: 0;
}

.apk-content ul:not(.apk-check-list):not(.apk-step-list):not(.apk-fix-list) li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
}

.apk-content ol:not(.apk-step-list):not(.apk-fix-list) {
    counter-reset: apk-default-counter;
}

.apk-content ol:not(.apk-step-list):not(.apk-fix-list) li {
    counter-increment: apk-default-counter;
}

.apk-content ol:not(.apk-step-list):not(.apk-fix-list) li::before {
    content: counter(apk-default-counter) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #64748b;
    font-weight: 700;
}

.apk-content ul.apk-check-list,
.apk-content ol.apk-check-list,
ul.apk-check-list,
ol.apk-check-list,
.apk-check-list ul,
.apk-check-list ol {
    margin: 18px 0 26px;
    padding-left: 0;
    list-style: none;
}

.apk-content ul.apk-check-list li,
.apk-content ol.apk-check-list li,
ul.apk-check-list li,
ol.apk-check-list li,
.apk-check-list ul li,
.apk-check-list ol li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 34px;
    color: #374151;
    font-size: 17px;
    line-height: 1.6;
}

.apk-content ul.apk-check-list li:last-child,
.apk-content ol.apk-check-list li:last-child,
ul.apk-check-list li:last-child,
ol.apk-check-list li:last-child,
.apk-check-list ul li:last-child,
.apk-check-list ol li:last-child {
    margin-bottom: 0;
}

.apk-content ul.apk-check-list li::before,
.apk-content ol.apk-check-list li::before,
ul.apk-check-list li::before,
ol.apk-check-list li::before,
.apk-check-list ul li::before,
.apk-check-list ol li::before {
    content: "";
    position: absolute;
    top: 0.28em;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(20, 149, 0, 0.1);
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 20 20%22 fill=%22none%22 stroke=%22%23149500%22 stroke-width=%222.2%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22m5 10 3 3 7-7%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.apk-content ul.apk-step-list,
.apk-content ol.apk-step-list,
ul.apk-step-list,
ol.apk-step-list,
.apk-step-list ul,
.apk-step-list ol {
    margin: 20px 0 28px;
    padding-left: 0;
    list-style: none;
    counter-reset: apk-step-counter;
}

.apk-content ul.apk-step-list li,
.apk-content ol.apk-step-list li,
ul.apk-step-list li,
ol.apk-step-list li,
.apk-step-list ul li,
.apk-step-list ol li {
    position: relative;
    min-height: 48px;
    margin-bottom: 12px;
    padding: 14px 18px 14px 58px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
    color: #374151;
    font-size: 17px;
    line-height: 1.55;
    counter-increment: apk-step-counter;
}

.apk-content ul.apk-step-list li:last-child,
.apk-content ol.apk-step-list li:last-child,
ul.apk-step-list li:last-child,
ol.apk-step-list li:last-child,
.apk-step-list ul li:last-child,
.apk-step-list ol li:last-child {
    margin-bottom: 0;
}

.apk-content ul.apk-step-list li::before,
.apk-content ol.apk-step-list li::before,
ul.apk-step-list li::before,
ol.apk-step-list li::before,
.apk-step-list ul li::before,
.apk-step-list ol li::before {
    content: counter(apk-step-counter);
    position: absolute;
    top: 14px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #149500;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.apk-content ul.apk-fix-list,
.apk-content ol.apk-fix-list,
ul.apk-fix-list,
ol.apk-fix-list,
.apk-fix-list ul,
.apk-fix-list ol {
    margin: 18px 0 26px;
    padding-left: 0;
    list-style: none;
}

.apk-content ul.apk-fix-list li,
.apk-content ol.apk-fix-list li,
ul.apk-fix-list li,
ol.apk-fix-list li,
.apk-fix-list ul li,
.apk-fix-list ol li {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 16px 12px 38px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f8fafc;
    color: #374151;
    font-size: 16px;
    line-height: 1.55;
}

.apk-content ul.apk-fix-list li:last-child,
.apk-content ol.apk-fix-list li:last-child,
ul.apk-fix-list li:last-child,
ol.apk-fix-list li:last-child,
.apk-fix-list ul li:last-child,
.apk-fix-list ol li:last-child {
    margin-bottom: 0;
}

.apk-content ul.apk-fix-list li::before,
.apk-content ol.apk-fix-list li::before,
ul.apk-fix-list li::before,
ol.apk-fix-list li::before,
.apk-fix-list ul li::before,
.apk-fix-list ol li::before {
    content: "";
    position: absolute;
    top: 1.05em;
    left: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #64748b;
}

.apk-info-table {
    margin-top: 22px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.apk-info-table table {
    margin: 0;
    border: 0 !important;
    border-collapse: collapse;
}

.apk-info-table td,
.apk-info-table th {
    padding: 14px 18px;
    border-color: #e5e7eb !important;
    color: #374151;
    font-size: 16px;
    line-height: 1.45;
    text-align: left !important;
    vertical-align: middle;
}

.apk-info-table tr:nth-child(odd) td,
.apk-info-table tr:nth-child(odd) th {
    background: #f8fafc !important;
}

.apk-info-table strong,
.apk-info-table th {
    color: #111827;
    font-weight: 700;
}

.editor-styles-wrapper .apk-lead-text,
.editor-styles-wrapper .apk-step-list li,
.editor-styles-wrapper .apk-fix-list li {
    box-sizing: border-box;
}

.editor-styles-wrapper .apk-content p,
.editor-styles-wrapper .apk-content li,
.editor-styles-wrapper .apk-lead-text {
    font-family: inherit;
}

@media (max-width: 768px) {
    .apk-lead-text {
        margin-top: 18px;
        margin-bottom: 22px;
        padding: 18px 18px;
        border-radius: 14px;
        font-size: 16px;
        line-height: 1.65;
    }

    .apk-content p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .apk-content h2 {
        margin-top: 32px;
        margin-bottom: 14px;
        font-size: 23px;
    }

    .apk-content h3 {
        margin-top: 26px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .apk-content ul:not(.apk-check-list):not(.apk-step-list):not(.apk-fix-list),
    .apk-content ol:not(.apk-step-list):not(.apk-fix-list),
    .apk-content ul.apk-check-list,
    .apk-content ol.apk-check-list,
    ul.apk-check-list,
    ol.apk-check-list,
    .apk-check-list ul,
    .apk-check-list ol,
    .apk-content ul.apk-step-list,
    .apk-content ol.apk-step-list,
    ul.apk-step-list,
    ol.apk-step-list,
    .apk-step-list ul,
    .apk-step-list ol,
    .apk-content ul.apk-fix-list,
    .apk-content ol.apk-fix-list,
    ul.apk-fix-list,
    ol.apk-fix-list,
    .apk-fix-list ul,
    .apk-fix-list ol {
        margin-top: 16px;
        margin-bottom: 22px;
    }

    .apk-content ul:not(.apk-check-list):not(.apk-step-list):not(.apk-fix-list) li,
    .apk-content ol:not(.apk-step-list):not(.apk-fix-list) li,
    .apk-content ul.apk-check-list li,
    .apk-content ol.apk-check-list li,
    ul.apk-check-list li,
    ol.apk-check-list li,
    .apk-check-list ul li,
    .apk-check-list ol li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.55;
    }

    .apk-content ul.apk-step-list li,
    .apk-content ol.apk-step-list li,
    ul.apk-step-list li,
    ol.apk-step-list li,
    .apk-step-list ul li,
    .apk-step-list ol li {
        min-height: 44px;
        margin-bottom: 10px;
        padding: 12px 14px 12px 52px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 1.5;
    }

    .apk-content ul.apk-step-list li::before,
    .apk-content ol.apk-step-list li::before,
    ul.apk-step-list li::before,
    ol.apk-step-list li::before,
    .apk-step-list ul li::before,
    .apk-step-list ol li::before {
        top: 12px;
        left: 14px;
        width: 26px;
        height: 26px;
        font-size: 13px;
    }

    .apk-content ul.apk-fix-list li,
    .apk-content ol.apk-fix-list li,
    ul.apk-fix-list li,
    ol.apk-fix-list li,
    .apk-fix-list ul li,
    .apk-fix-list ol li {
        padding: 11px 14px 11px 34px;
        font-size: 15px;
        line-height: 1.5;
    }

    .apk-content ul.apk-fix-list li::before,
    .apk-content ol.apk-fix-list li::before,
    ul.apk-fix-list li::before,
    ol.apk-fix-list li::before,
    .apk-fix-list ul li::before,
    .apk-fix-list ol li::before {
        left: 15px;
    }

    .apk-info-table {
        margin-top: 18px;
        margin-bottom: 24px;
        border-radius: 14px;
    }

    .apk-info-table td,
    .apk-info-table th {
        padding: 12px 14px;
        font-size: 15px;
    }
}

/* Content heading polish */
.apk-content h2,
.apk-content h3,
.apk-content h4 {
    font-weight: 600;
}

.apk-content h2 {
    font-size: clamp(23px, 2vw, 28px);
}

.apk-content h3 {
    font-size: clamp(19px, 1.55vw, 22px);
}

/* Update block */
.apk-content .wp-block-group.apk-update-box,
.apk-content .apk-update-box:not(.wp-block-heading):not(p):not(ul):not(ol) {
    margin: 38px 0 34px;
    padding: 24px 26px;
    border: 1px solid rgba(20, 149, 0, 0.18);
    border-radius: 18px;
    background: linear-gradient(135deg, #f4fff5 0%, #ffffff 58%, #f8fafc 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.apk-content .wp-block-group.apk-update-box > .wp-block-group__inner-container,
.apk-content .apk-update-box:not(.wp-block-heading):not(p):not(ul):not(ol) > .wp-block-group__inner-container {
    max-width: none;
}

.apk-content .apk-update-box .wp-block-heading,
.apk-content .apk-update-box h2,
.apk-content .apk-update-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #111827 !important;
    font-weight: 600;
    text-align: left !important;
}

.apk-content .apk-update-box .wp-block-heading::before,
.apk-content .apk-update-box h2::before,
.apk-content .apk-update-box h3::before {
    content: "";
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: rgba(20, 149, 0, 0.12);
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23149500%22 stroke-width=%222.1%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M21 12a9 9 0 0 1-15.5 6.2%22/%3E%3Cpath d=%22M3 12A9 9 0 0 1 18.5 5.8%22/%3E%3Cpath d=%22M7 18H3v4%22/%3E%3Cpath d=%22M17 6h4V2%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
}

.apk-content .apk-update-box p {
    margin-bottom: 0;
    color: #374151;
}

/* Fallback when the class is added directly to the heading block */
.apk-content h2.apk-update-box,
.apk-content h3.apk-update-box,
.apk-content .wp-block-heading.apk-update-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 38px 0 0;
    padding: 22px 24px 0;
    border: 1px solid rgba(20, 149, 0, 0.18);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(135deg, #f4fff5 0%, #ffffff 70%);
    color: #111827 !important;
    font-weight: 600;
    text-align: left !important;
}

.apk-content h2.apk-update-box::before,
.apk-content h3.apk-update-box::before,
.apk-content .wp-block-heading.apk-update-box::before {
    content: "";
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: rgba(20, 149, 0, 0.12);
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23149500%22 stroke-width=%222.1%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M21 12a9 9 0 0 1-15.5 6.2%22/%3E%3Cpath d=%22M3 12A9 9 0 0 1 18.5 5.8%22/%3E%3Cpath d=%22M7 18H3v4%22/%3E%3Cpath d=%22M17 6h4V2%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
}

.apk-content h2.apk-update-box + p,
.apk-content h3.apk-update-box + p,
.apk-content .wp-block-heading.apk-update-box + p {
    margin-top: 0;
    margin-bottom: 34px;
    padding: 12px 24px 22px;
    border: 1px solid rgba(20, 149, 0, 0.18);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(135deg, #f4fff5 0%, #ffffff 58%, #f8fafc 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
}

.editor-styles-wrapper .apk-update-box,
.editor-styles-wrapper h2.apk-update-box + p,
.editor-styles-wrapper h3.apk-update-box + p,
.editor-styles-wrapper .wp-block-heading.apk-update-box + p {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .apk-content h2 {
        font-size: 22px;
    }

    .apk-content h3 {
        font-size: 19px;
    }

    .apk-content .wp-block-group.apk-update-box,
    .apk-content .apk-update-box:not(.wp-block-heading):not(p):not(ul):not(ol) {
        margin: 30px 0 28px;
        padding: 18px 18px;
        border-radius: 16px;
    }

    .apk-content .apk-update-box .wp-block-heading,
    .apk-content .apk-update-box h2,
    .apk-content .apk-update-box h3,
    .apk-content h2.apk-update-box,
    .apk-content h3.apk-update-box,
    .apk-content .wp-block-heading.apk-update-box {
        gap: 9px;
        font-size: 21px;
        line-height: 1.24;
    }

    .apk-content .apk-update-box .wp-block-heading::before,
    .apk-content .apk-update-box h2::before,
    .apk-content .apk-update-box h3::before,
    .apk-content h2.apk-update-box::before,
    .apk-content h3.apk-update-box::before,
    .apk-content .wp-block-heading.apk-update-box::before {
        width: 24px;
        height: 24px;
        background-size: 16px 16px;
    }

    .apk-content h2.apk-update-box,
    .apk-content h3.apk-update-box,
    .apk-content .wp-block-heading.apk-update-box {
        margin-top: 30px;
        padding: 18px 18px 0;
        border-radius: 16px 16px 0 0;
    }

    .apk-content h2.apk-update-box + p,
    .apk-content h3.apk-update-box + p,
    .apk-content .wp-block-heading.apk-update-box + p {
        margin-bottom: 28px;
        padding: 10px 18px 18px;
        border-radius: 0 0 16px 16px;
    }
}

/* Heading weight refinement */
.home .entry-title {
    font-weight: 600;
}

.home .entry-content h2,
.home .entry-content h3,
.home .entry-content h4,
.apk-content h2,
.apk-content h3,
.apk-content h4,
.apk-content .apk-update-box .wp-block-heading,
.apk-content .apk-update-box h2,
.apk-content .apk-update-box h3,
.apk-content h2.apk-update-box,
.apk-content h3.apk-update-box,
.apk-content .wp-block-heading.apk-update-box {
    font-weight: 500;
}

.editor-styles-wrapper .editor-post-title__input,
.editor-styles-wrapper .wp-block-post-title {
    font-weight: 600;
}

.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper .wp-block-heading {
    font-weight: 500;
}

/* FAQ block */
.home .entry-content > .wp-block-heading + .wp-block-uagb-faq,
.home .entry-content .apk-faq-block {
    margin-top: 18px;
    margin-bottom: 46px;
}

.wp-block-uagb-faq.apk-faq-block,
.apk-faq-block.wp-block-uagb-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-item {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-item:hover,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-item:hover,
.wp-block-uagb-faq.apk-faq-block .uagb-faq-item:focus-within,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-item:focus-within {
    border-color: rgba(20, 149, 0, 0.35);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.075);
    transform: translateY(-1px);
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions,
.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 66px;
    padding: 16px 18px;
    background: #ffffff;
    cursor: pointer;
}

.wp-block-uagb-faq.apk-faq-block .uagb-question,
.apk-faq-block.wp-block-uagb-faq .uagb-question {
    flex: 1 1 auto;
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-icon-wrap,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    background: rgba(20, 149, 0, 0.09);
    color: #149500;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-icon-wrap svg,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-icon-wrap svg {
    display: block;
    width: 11px;
    height: 11px;
    fill: currentColor;
}

.wp-block-uagb-faq.apk-faq-block .uagb-icon-active,
.apk-faq-block.wp-block-uagb-faq .uagb-icon-active {
    background: #149500;
    color: #ffffff;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content {
    padding: 0 18px 18px;
    background: #ffffff;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid #eef2f7;
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-item:first-of-type,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-item:first-of-type {
    border-color: rgba(20, 149, 0, 0.28);
}

.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 768px) {
    .wp-block-uagb-faq.apk-faq-block,
    .apk-faq-block.wp-block-uagb-faq,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home .entry-content > .wp-block-heading + .wp-block-uagb-faq,
    .home .entry-content .apk-faq-block {
        margin-top: 14px;
        margin-bottom: 36px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions,
    .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button {
        min-height: 58px;
        padding: 14px 15px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-question,
    .apk-faq-block.wp-block-uagb-faq .uagb-question {
        font-size: 15px;
        line-height: 1.4;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-icon-wrap,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-icon-wrap {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-content {
        padding: 0 15px 16px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
        padding-top: 12px;
        font-size: 14px;
        line-height: 1.55;
    }
}

/* FAQ accordion behavior */
.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-content,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-content {
    display: none;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-content,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-content {
    display: block;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open {
    border-color: rgba(20, 149, 0, 0.32);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.075);
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-icon-active,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-icon-active {
    display: none;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-icon-active,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-icon-active {
    display: inline-flex;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-icon:not(.uagb-icon-active),
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-icon:not(.uagb-icon-active) {
    display: none;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-questions-button:focus-visible,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-questions-button:focus-visible,
.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item:focus-visible,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item:focus-visible {
    outline: 3px solid rgba(20, 149, 0, 0.22);
    outline-offset: 3px;
}
