.cybertill-loyalty-earn-points {
    margin-top: 8px;
}

.cybertill-loyalty-earn-points small {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: #2e7d32;
    font-weight: 600;
}

.cybertill-loyalty-earn-points__icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2e7d32;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 16px;
}

.cybertill-loyalty-earn-points__icon-text {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.cybertill-loyalty-earn-points__hint {
    align-self: baseline;
    color: #5f6368;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
}

.cybertill-loyalty-earn-points__hint--hidden {
    display: none;
}
