﻿.bullet-title-point {
    display: flex;
    margin-bottom: 10px;
}

.bullet-title {
    margin: auto .7rem;
    font-weight: 600;
}

.bullet-title-point::before {
    content: '';
    background-color: rgb(var(--category-color-light, var(--primary-color-light)));
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    display: inline-block;
    border-radius: 50%;
}

.bullet-title-point::after {
    font-family: 'Font Awesome 6 Sharp';
    content: '\f00c';
    color: rgb(var(--category-color, var(--primary-color)));
    line-height: 90%;
    margin-left: 0.4rem;
    font-weight: 500;
    position: absolute;
    font-size: 1.8rem;
}

.bullet-list {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.bullet-container {
    margin-bottom: 1.5rem;
}

.bullet-container p {
    font-size: 1rem;
}
