/* ---- Petit bouton pinceau dans la rangée bookmark / collection / partager ----
   Il hérite déjà du style .king-ft-link du thème (taille, couleur, hover).
   Cette règle assure juste un curseur cohérent, rien de plus n'est requis. */
.mpxsb-use-model-btn {
    cursor: pointer;
}

/* ---- Bouton large sur la page de l'image ---- */
.mpxsb-large-btn-wrap {
    margin: 16px 0 24px;
}

.mpxsb-btn--large {
    --mpxsb-accent: #6c5ce7;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: var(--mpxsb-accent);
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-decoration: none !important;
    border: none;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.mpxsb-btn--large:hover,
.mpxsb-btn--large:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(108, 92, 231, .35);
    opacity: .95;
}

.mpxsb-btn--large i {
    color: #fff;
    flex-shrink: 0;
}

.mpxsb-btn--large .mpxsb-btn__label {
    white-space: nowrap;
}
