

/**
 *  
 * 	Styles related to the Paid Membership Pro label component. The following code is adding the 
 * 	label component style to the project.
 * 	
 * 	@author Alisson Eduardo Bagnara
 * 	@since 1.0.0
 * 	
 */


.premium-content-label {
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 12px;
    background-color: #4472c4;
	color: #fff;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 8px;
}

.premium-content-label i {
    margin-right: 10px;
}