/* Ícones dos Marketplaces - Versão simplificada */

/* Mercado Livre - Ícone de aperto de mãos */
.marketplace-icon-ml {
    color: #D4AF37 !important;
}

.marketplace-icon-ml::before {
    content: "\f2b5"; /* Font Awesome handshake icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Magalu - Ícone de carrinho de compras */
.marketplace-icon-magalu {
    color: #0e87fe !important;
}

.marketplace-icon-magalu::before {
    content: "\f07a"; /* Font Awesome shopping-cart icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Mercado Livre - Versão alternativa */
.marketplace-icon-ml-alt {
    color: #D4AF37 !important;
}

.marketplace-icon-ml-alt::before {
    content: "\f0c1"; /* Font Awesome link icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* Magalu - Versão alternativa */
.marketplace-icon-magalu-alt {
    color: #0e87fe !important;
}

.marketplace-icon-magalu-alt::before {
    content: "\f290"; /* Font Awesome shopping-bag icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
