/* Study mode badges in course cards — uses <span> to avoid nested <a> inside card link */
.rbt-category span {
    display: inline-block;
    padding: 0 20px;
    height: 34px;
    line-height: 33px;
    border: 1px solid var(--color-border);
    border-radius: 500px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-body);
    transition: 0.4s;
    margin: 0 5px;
    min-width: 56px;
    text-align: center;
}
