.pp-loyalty-badge {
    border-radius: 4px;
    background: var(--pink-pink-600, #956265);
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0.75rem 0.5rem;
    text-align: center;
}

.pp-gift-icon {
    font-size: 60px;
    color: #f780c7;
}

.pp-loyalty-badge-text b,
.pp-loyalty-badge-text {
    color: var(--white-white-100, #FEFEFE);

    /* Desktop/Body Text/S/S: Semi Bold */
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.21875rem */
    letter-spacing: -0.00813rem;
    margin-bottom: 0;
    
}

.pp-loyalty-badge-text b {
    font-weight: 600;
}

.pp-table-header {

    color: white;
}

.pp-tbody {
    background-color: white;
}

.pp-hover-row:hover {
  
}


.pp-money-icon {
    font-size: 35px;
    margin-right: 8px;
}



@media(max-width: 767px) {
    .pp-loyalty-badge-text {
        font-size: 0.6875rem;
        
    }
}