/* ASL V929: Złoto i Kredyty w górnym pasku prowadzą do zakładki Zdobądź nagrody. */
.asl-topbar-offerwall-link-v929 {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.asl-topbar-offerwall-link-v929:hover {
    filter: brightness(1.12);
}

.asl-topbar-offerwall-link-v929:active {
    transform: translateY(1px) scale(.985);
}

.asl-topbar-offerwall-link-v929:focus-visible {
    outline: 2px solid rgba(255, 215, 96, .95);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255, 190, 58, .18);
}

@media (max-width: 900px) {
    .asl-mobile-resources-v347 .asl-topbar-offerwall-link-v929 {
        touch-action: manipulation;
    }
}
