/* Focused polish for the Publikasi Play Store category. */
.catalog-category-hero__background--play-store {
    display: none;
}

.catalog-category-page--play-store .catalog-category-items--one {
    width: min(100%, 520px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 640px) {
    .catalog-category-page--play-store .catalog-category-hero--play-store {
        min-height: 0;
        padding: 24px 0 40px;
        background: #edf6ff;
    }

    .catalog-category-page--play-store .catalog-category-hero--play-store::before {
        background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(250,253,255,.96) 42%, rgba(238,247,255,.82) 76%, rgba(228,241,253,.72) 100%);
    }

    .catalog-category-page--play-store .catalog-category-hero__background--play-store {
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        opacity: .82;
        object-fit: cover;
        object-position: 66% center;
        display: block;
    }

    .catalog-category-page--play-store .catalog-category-hero__inner--play-store {
        min-height: 0;
        display: block;
    }

    .catalog-category-page--play-store .play-store-hero__copy {
        padding: 0;
    }

    .catalog-category-page--play-store .catalog-category-hero--play-store h1 {
        max-width: 350px;
        margin-top: 11px;
        font-size: clamp(35px, 11vw, 44px);
        line-height: 1.08;
    }

    .catalog-category-page--play-store .catalog-category-hero--play-store .play-store-hero__copy > p {
        max-width: 350px;
        font-size: 13px;
        line-height: 1.68;
    }

    .catalog-category-page--play-store .play-store-hero__benefits {
        max-width: 350px;
        margin: 20px 0 0;
        gap: 9px;
    }

    .catalog-category-page--play-store .play-store-hero__benefits li {
        min-height: 52px;
        padding: 8px 10px;
        border-color: rgba(198,220,240,.78);
        background: rgba(255,255,255,.86);
        gap: 10px;
        box-shadow: 0 6px 18px rgba(15,69,124,.06);
        backdrop-filter: blur(4px);
    }

    .catalog-category-page--play-store .play-store-hero__benefits li > span {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        border-radius: 11px;
        font-size: 15px;
    }

    .catalog-category-page--play-store .play-store-hero__benefits strong {
        font-size: 12px;
    }

    .catalog-category-page--play-store .play-store-hero__benefits small,
    .catalog-category-page--play-store .play-store-hero__visual,
    .catalog-category-page--play-store .play-store-process {
        display: none;
    }

    .catalog-category-page--play-store .catalog-category-list {
        padding-top: 58px;
    }
}

@media (max-width: 360px) {
    .catalog-category-page--play-store .catalog-category-hero--play-store h1 {
        font-size: 34px;
    }
}
