.bullet-list {
    margin: 1.5rem 0;
}

.bullet-list__item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.bullet-list__item:last-child {
    margin-bottom: 0;
}

.bullet-list__marker {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #A63A50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.bullet-list--bullets .bullet-list__marker {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 1rem;
}

.bullet-list--numbered .bullet-list__marker {
    margin-top: 0.25rem;
}

.bullet-list__content {
    flex: 1;
}

.bullet-list__title {
    font-weight: 700;
    color: #272b3e;
    margin-bottom: 0.25rem;
}

.bullet-list__description {
    color: #272b3e;
    line-height: 1.6;
}

.bullet-list__description p {
    margin: 0;
}
