.plans .has-tooltip:before {
    content: '✔';
    color: var(--text-root-tertiary);
}

.plans .hide-check:before {
    content: '•';
}

@media screen and (min-width: 500px) {
    .plans .has-tooltip:after {
        content: '(?)';
        color: var(--text-root-tertiary);
    }
}
