.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}

.icon-lg {
    width: 1.15em;
    height: 1.15em;
}

.star {
    color: var(--color-accent);
    letter-spacing: 0.05em;
}

.star::before {
    content: '★';
}

.verified::before {
    content: '✓ ';
    font-weight: 700;
}
