/* The separate rating block under your dashboard content */
.primebuilder-footer-rating {
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.primebuilder-footer-rating a {
    text-decoration: none;
}

/* Stars in the rating block */
.primebuilder-footer-rating .stars {
    color: orange;
    margin: 0 4px;
}

/* Stars in the default admin footer text (what you see in your screenshot) */
#wpfooter #footer-left .stars {
    color: orange;
    margin: 0 4px;
}
