.android-app-download {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 14px auto 0;
    padding: 0 18px;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: linear-gradient(180deg, #1765ff, #0d4bd0);
    box-shadow: 0 10px 24px rgba(16, 88, 232, 0.28);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.android-app-download:hover,
.android-app-download:focus-visible {
    color: #fff !important;
    filter: brightness(1.1);
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.android-app-download i {
    font-size: 18px;
}

.elemento-adicional .top-apk-download {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    padding: 3px 11px;
    color: #ffd700 !important;
    border: 0;
    border-radius: 8px;
    background: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none !important;
    white-space: nowrap;
    animation: apk-attention-pulse 2.8s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, box-shadow;
}

@keyframes apk-attention-pulse {
    0%, 72%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
    82% {
        transform: scale(1.045);
        box-shadow: 0 0 0 4px rgba(255, 215, 0, 0.18);
    }
    92% {
        transform: scale(1);
        box-shadow: 0 0 0 7px rgba(255, 215, 0, 0);
    }
}

.elemento-adicional .top-apk-download:hover,
.elemento-adicional .top-apk-download:focus-visible {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .elemento-adicional .top-apk-download {
        animation: none;
    }
}

@media (max-width: 767px) {
    .elemento-adicional .top-apk-download {
        min-height: 22px;
        padding: 2px 9px;
        font-size: 11px;
        line-height: 16px;
    }
}
