.btn-mercadopago {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009ee3;
    color: white;
    padding: 12px 20px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 600;
    margin: 20px 0;
    transition: all 0.3s ease;
    gap: 10px;
}

.btn-mercadopago:hover {
    background-color: #007eb5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-mercadopago span {
    font-size: 18px;
}
