.fenice-apk-button {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #005177;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    border:1px solid #005177;
}

.fenice-apk-button:hover {
    background: #005177;
    color: #fff;
}


.fenice-apk-wrapper {
    text-align: center;
    margin: 20px 0;
}



.fenice-apk-button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.fenice-apk-status {
    margin-top: 15px;
    font-size: 14px;
    min-height: 20px;
    color: #666;
}

.fenice-apk-status.downloading {
    color: #0073aa;
    font-weight: 600;
}

.fenice-apk-status.success {
    color: #46b450;
    font-weight: 600;
}

.fenice-apk-status.error {
    color: #dc3232;
    font-weight: 600;
}