.ffg-download {
    display: flex;
    margin: 10px 0 0;
    padding: 11px 14px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--ffg-accent), #ff4db2);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(236, 0, 140, .2);
    transition: .2s;
}

.ffg-download:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(236, 0, 140, .32);
}

.ffg-download > span {
    font-size: 19px;
    line-height: 1;
}

.ffg-download small {
    color: rgba(255, 255, 255, .78);
    font-size: 9px;
    font-weight: 700;
}

.ffg-download-inline {
    display: inline-flex;
    margin: 10px auto 4px;
}

@media (max-width: 520px) {
    .ffg-download {
        flex-wrap: wrap;
    }
}
