.dm-bullet-list{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:12px;padding:1.25rem 1.5rem}.dm-bullet-list__list{list-style:none;margin:0;padding:0}.dm-bullet-list__item{align-items:flex-start;border-bottom:.5px solid rgba(0,0,0,.08);border-radius:6px;cursor:default;display:flex;gap:12px;padding:14px 10px;transition:background-color .18s ease}.dm-bullet-list__item:first-child{padding-top:4px}.dm-bullet-list__item:last-child{border-bottom:none;padding-bottom:4px}.dm-bullet-list__item:hover{background-color:rgba(0,0,0,.03)}.dm-bullet-list__dot{background-color:var(--bullet-color,#888);border-radius:50%;flex-shrink:0;height:7px;margin-top:8px;width:7px}.dm-bullet-list__text{color:#4a4a4a;font-family:Poppins,sans-serif;font-size:19px;font-weight:400;line-height:1.6}