.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: 0px;
	/*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;
}

.inside-site-info{padding-top: 0;}

.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;
}


/* Global text emphasis refinement */
b,
strong,
.apk-content p strong,
.apk-lead-text strong,
.apk-content li strong,
.apk-info-table strong,
.apk-info-table td strong,
.apk-hero__table td:first-child strong {
    font-weight: 600;
}

/* FAQ premium accordion refinement */
.home .entry-content > .wp-block-heading + .wp-block-uagb-faq,
.home .entry-content .apk-faq-block {
    margin-top: 20px;
    margin-bottom: 52px;
}

.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 {
    display: block;
    column-count: 2;
    column-gap: 18px;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-item,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    overflow: hidden;
    break-inside: avoid;
    border: 1px solid #e4e9f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
    transform: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.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: #e4e9f0;
}

.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.24);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
    transform: none;
}

.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.38);
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(20, 149, 0, 0.06) inset;
}

.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,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 18px 56px 18px 20px;
    background: transparent;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions::before,
.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button::before,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions::before,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button::before {
    content: "?";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: rgba(20, 149, 0, 0.1);
    color: #149500;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions::after,
.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button::after,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions::after,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3f6f9;
    color: #1f2937;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-50%);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions::after,
.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button::after,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions::after,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button::after {
    content: "−";
    background: #149500;
    color: #ffffff;
}

.wp-block-uagb-faq.apk-faq-block .uagb-question,
.apk-faq-block.wp-block-uagb-faq .uagb-question,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-question,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-question {
    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: none;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content {
    padding: 0 20px 20px 62px;
    background: transparent;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content p,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
    margin: 0;
    padding: 14px 16px;
    border-top: 0;
    border-radius: 12px;
    background: #f7fafc;
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.62;
}

.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-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-questions:focus-visible,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-questions:focus-visible {
    outline: 3px solid rgba(20, 149, 0, 0.2);
    outline-offset: 3px;
}

@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 {
        column-count: 1;
        column-gap: 0;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-item,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-item {
        margin-bottom: 12px;
        border-radius: 16px;
    }

    .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,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button {
        padding: 16px 52px 16px 16px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions::before,
    .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button::before,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions::before,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button::before {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
        font-size: 14px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions::after,
    .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button::after,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions::after,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button::after {
        right: 15px;
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-question,
    .apk-faq-block.wp-block-uagb-faq .uagb-question,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-question,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-question {
        font-size: 15px;
        line-height: 1.42;
    }

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

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
        padding: 13px 14px;
        font-size: 14px;
        line-height: 1.58;
    }
}

/* FAQ spacing and visual cleanup */
.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions::before,
.wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button::before,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions::before,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button::before {
    content: none;
    display: none;
}

.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,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button {
    padding: 20px 58px 20px 22px;
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions,
.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button {
    padding-bottom: 14px;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content {
    padding: 0 22px 22px;
    background: transparent;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content p,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
    padding: 16px 18px;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    background: #f8fafc;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-item,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-item,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-item {
    border-color: #e5eaf1;
    background: #ffffff;
}

.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.34);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.075);
}

@media (max-width: 768px) {
    .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,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-questions-button,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-questions-button {
        padding: 16px 50px 16px 16px;
    }

    .wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions,
    .wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button,
    .apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions,
    .apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button {
        padding-bottom: 12px;
    }

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

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
        padding: 13px 14px;
    }
}

.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions::after,
.wp-block-uagb-faq.apk-faq-block.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button::after,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions::after,
.apk-faq-block.wp-block-uagb-faq.apk-faq-accordion-ready .uagb-faq-item.is-open .uagb-faq-questions-button::after {
    background: #f3f6f9;
    color: #1f2937;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content {
    padding: 0 22px 22px;
    background: #ffffff;
}

.wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.apk-faq-block.wp-block-uagb-faq .uagb-faq-content p,
.editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
.editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid #eef2f7;
    border-radius: 0;
    background: #ffffff;
}

@media (max-width: 768px) {
    .wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-content,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content {
        padding: 0 16px 16px;
    }

    .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p,
    .editor-styles-wrapper .wp-block-uagb-faq.apk-faq-block .uagb-faq-content p,
    .editor-styles-wrapper .apk-faq-block.wp-block-uagb-faq .uagb-faq-content p {
        padding: 13px 0 0;
    }
}

/* Mobile content spacing refinement */
@media (max-width: 768px) {
    .home .entry-content > .wp-block-group.apk-content,
    .home .entry-content .wp-block-group.apk-content {
        width: calc(100% + 20px);
        max-width: calc(100vw - 20px);
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
    }

    .home .entry-content > .wp-block-group.apk-content > .wp-block-group__inner-container,
    .home .entry-content .wp-block-group.apk-content > .wp-block-group__inner-container {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
    }

    .home .entry-content .wp-block-group.apk-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    .home .entry-content .wp-block-group.apk-content > .wp-block-group__inner-container > *,
    .home .entry-content .apk-content > * {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .home .entry-content > .wp-block-group.apk-content,
    .home .entry-content .wp-block-group.apk-content {
        width: calc(100% + 24px);
        max-width: calc(100vw - 16px);
        margin-right: -12px;
        margin-left: -12px;
    }

    .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 {
        padding-right: 12px;
        padding-left: 48px;
    }

    .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 {
        left: 12px;
    }

    .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-right: 12px;
    }

    .apk-info-table {
        max-width: 100%;
        overflow-x: auto;
    }
}

/* Align mobile content spacing with the hero block */
@media (max-width: 768px) {
    .home .entry-content > .wp-block-group.apk-content,
    .home .entry-content .wp-block-group.apk-content {
        padding-right: clamp(14px, 3.5vw, 22px);
        padding-left: clamp(14px, 3.5vw, 22px);
    }

    .home .entry-content > .wp-block-group.apk-content > .wp-block-group__inner-container,
    .home .entry-content .wp-block-group.apk-content > .wp-block-group__inner-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .home .entry-content > .wp-block-group.apk-content,
    .home .entry-content .wp-block-group.apk-content {
        padding-right: 16px;
        padding-left: 16px;
    }
}

/* Indonesian payment methods block */
.apk-payment-methods,
.editor-styles-wrapper .apk-payment-methods {
    width: min(100%, 1240px);
    margin: 42px auto 38px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #e5eaf1;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
}

.apk-payment-methods .apk-payment-title,
.editor-styles-wrapper .apk-payment-methods .apk-payment-title {
    margin: 0 0 8px;
    color: #111827;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.015em;
}

.apk-payment-methods .apk-payment-subtitle,
.editor-styles-wrapper .apk-payment-methods .apk-payment-subtitle {
    max-width: 760px;
    margin: 0 0 22px;
    color: #5b6472;
    font-size: 16px;
    line-height: 1.6;
}

.apk-payment-grid,
.editor-styles-wrapper .apk-payment-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.apk-payment-item,
.editor-styles-wrapper .apk-payment-item {
    display: flex;
    min-width: 0;
    min-height: 104px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 14px;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.035);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.apk-payment-item:hover,
.apk-payment-item:focus-within {
    transform: translateY(-2px);
    border-color: rgba(20, 149, 0, 0.28);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.apk-payment-item img,
.editor-styles-wrapper .apk-payment-item img {
    display: block;
    width: auto;
    max-width: 118px;
    height: auto;
    max-height: 42px;
    margin: 0;
    object-fit: contain;
}

.apk-payment-name,
.editor-styles-wrapper .apk-payment-name {
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.apk-payment-trust,
.editor-styles-wrapper .apk-payment-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #edf1f6;
}

.apk-payment-trust__text,
.editor-styles-wrapper .apk-payment-trust__text {
    margin: 0;
    color: #5b6472;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.apk-payment-trust__logos,
.editor-styles-wrapper .apk-payment-trust__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px 18px;
}

.apk-payment-trust__logos img,
.editor-styles-wrapper .apk-payment-trust__logos img {
    display: block;
    width: auto;
    max-width: 126px;
    height: auto;
    max-height: 24px;
    margin: 0;
    object-fit: contain;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .apk-payment-grid,
    .editor-styles-wrapper .apk-payment-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .apk-payment-methods,
    .editor-styles-wrapper .apk-payment-methods {
        width: auto;
        margin: 32px 16px 30px;
        padding: 18px;
        border-radius: 20px;
    }

    .apk-payment-methods .apk-payment-title,
    .editor-styles-wrapper .apk-payment-methods .apk-payment-title {
        font-size: 23px;
    }

    .apk-payment-methods .apk-payment-subtitle,
    .editor-styles-wrapper .apk-payment-methods .apk-payment-subtitle {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .apk-payment-grid,
    .editor-styles-wrapper .apk-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .apk-payment-item,
    .editor-styles-wrapper .apk-payment-item {
        min-height: 92px;
        padding: 14px 10px;
        border-radius: 15px;
    }

    .apk-payment-item img,
    .editor-styles-wrapper .apk-payment-item img {
        max-width: 104px;
        max-height: 34px;
    }

    .apk-payment-trust,
    .editor-styles-wrapper .apk-payment-trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .apk-payment-trust__logos,
    .editor-styles-wrapper .apk-payment-trust__logos {
        justify-content: flex-start;
        gap: 12px 16px;
    }

    .apk-payment-trust__logos img,
    .editor-styles-wrapper .apk-payment-trust__logos img {
        max-width: 112px;
        max-height: 22px;
    }
}

@media (max-width: 380px) {
    .apk-payment-methods,
    .editor-styles-wrapper .apk-payment-methods {
        margin-right: 12px;
        margin-left: 12px;
        padding: 16px;
    }

    .apk-payment-name,
    .editor-styles-wrapper .apk-payment-name {
        font-size: 12px;
    }
}

/* Payment methods cleanup */
.apk-payment-methods,
.editor-styles-wrapper .apk-payment-methods {
    border-radius: 0;
    box-shadow: none;
}

.apk-payment-item,
.editor-styles-wrapper .apk-payment-item {
    border-radius: 0;
    box-shadow: none;
}

.apk-payment-item:hover,
.apk-payment-item:focus-within {
    transform: none;
    box-shadow: none;
}

.apk-payment-trust,
.editor-styles-wrapper .apk-payment-trust {
    display: none;
}

.apk-payment-item img,
.editor-styles-wrapper .apk-payment-item img {
    max-width: 128px;
    max-height: 46px;
}

@media (max-width: 768px) {
    .apk-payment-methods,
    .editor-styles-wrapper .apk-payment-methods {
        border-radius: 0;
    }

    .apk-payment-item,
    .editor-styles-wrapper .apk-payment-item {
        border-radius: 0;
    }

    .apk-payment-item img,
    .editor-styles-wrapper .apk-payment-item img {
        max-width: 108px;
        max-height: 38px;
    }
}

/* Align payment methods block with other mobile blocks */
@media (max-width: 768px) {
    .apk-payment-methods,
    .editor-styles-wrapper .apk-payment-methods {
        width: min(100%, 1240px);
        max-width: 100%;
        margin: 32px auto 30px;
        padding: 16px;
        overflow-x: hidden;
    }

    .apk-payment-grid,
    .editor-styles-wrapper .apk-payment-grid {
        gap: 10px;
    }

    .apk-payment-item,
    .editor-styles-wrapper .apk-payment-item {
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (max-width: 380px) {
    .apk-payment-methods,
    .editor-styles-wrapper .apk-payment-methods {
        margin-right: auto;
        margin-left: auto;
        padding-right: 14px;
        padding-left: 14px;
    }
}

.footer-icons-widget .icon-row.payment-icons {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(92px, 112px));
    align-items: stretch !important;
    justify-content: start !important;
    gap: 12px !important;
    max-width: 620px;
    margin-top: 14px !important;
    margin-bottom: 34px !important;
}

.footer-icons-widget .icon-row.payment-icons img {
    display: block !important;
    width: 100% !important;
    height: 52px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    object-fit: contain !important;
    opacity: 1 !important;
    box-sizing: border-box;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.footer-icons-widget .icon-row.payment-icons img:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.36);
    background: #ffffff;
}

.footer-icons-widget p:has(+ .icon-row.payment-icons) {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .footer-icons-widget .icon-row.payment-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px !important;
        max-width: 100%;
    }

    .footer-icons-widget .icon-row.payment-icons img {
        height: 48px !important;
        padding: 8px !important;
        border-radius: 9px;
    }
}

@media (max-width: 420px) {
    .footer-icons-widget .icon-row.payment-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Footer payment icons: compact inline layout */
.footer-icons-widget .icon-row.payment-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px 16px !important;
    max-width: 720px;
    margin-top: 12px !important;
    margin-bottom: 34px !important;
}

.footer-icons-widget .icon-row.payment-icons img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 104px !important;
    max-height: 28px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 5px 7px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: none !important;
    object-fit: contain !important;
    opacity: 1 !important;
    box-sizing: content-box !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.footer-icons-widget .icon-row.payment-icons img:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.28) !important;
    background: #ffffff !important;
}

@media (max-width: 768px) {
    .footer-icons-widget .icon-row.payment-icons {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        max-width: 100%;
    }

    .footer-icons-widget .icon-row.payment-icons img {
        max-width: 90px !important;
        max-height: 24px !important;
        padding: 5px 6px !important;
        border-radius: 6px !important;
    }
}

@media (max-width: 420px) {
    .footer-icons-widget .icon-row.payment-icons {
        gap: 10px !important;
    }

    .footer-icons-widget .icon-row.payment-icons img {
        max-width: 82px !important;
        max-height: 22px !important;
    }
}

/* Footer widget: equal vertical spacing between icon sections */
.footer-icons-widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-icons-widget p {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

.footer-icons-widget p strong {
    font-weight: 600;
}

.footer-icons-widget .icon-row {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.footer-icons-widget .icon-row.download-icons,
.footer-icons-widget .icon-row.payment-icons {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.footer-icons-widget .icon-row.social-icons {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.footer-icons-widget .icon-row.payment-icons {
    gap: 12px 14px !important;
    max-width: 690px;
}

@media (max-width: 768px) {
    .footer-icons-widget p {
        margin-bottom: 12px !important;
    }

    .footer-icons-widget .icon-row,
    .footer-icons-widget .icon-row.download-icons,
    .footer-icons-widget .icon-row.payment-icons {
        margin-bottom: 26px !important;
    }

    .footer-icons-widget .icon-row.social-icons {
        margin-bottom: 0 !important;
    }
}
