.points-earned__heading {
    width: 100%;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    line-height: 1.71;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF; }
.points-earned__heading [class*="icon--"] {
    margin-left: 10px; }
.points-earned__heading [class*="icon--"], .points-earned__heading [class*="icon--"]:before {
    width: 24px;
    height: 24px; }

.points-earned__main {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #9D57B2;
    color: #9D57B2; }

.points-earned__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 8px 12px; }
.points-earned__item--loyalty {
    background-color: #9D57B2;
    color: #FFFFFF; }

.points-earned__icon {
    margin-right: 5px; }
.points-earned__icon, .points-earned__icon:before {
    width: 22px;
    height: 22px; }

.points-earned__title {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    line-height: 22px; }