.category-bullet {
  display: flex;
  align-items: center;
  background-color: #009fe3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: max-content;
  min-height: 20px; }
  .category-bullet span {
    display: block;
    font-size: 10px;
    padding: 0 10px;
    color: white;
    text-transform: uppercase; }
  .category-bullet div {
    background-color: white;
    border: solid 1px #009fe3;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    width: 20px;
    height: 20px;
    padding: 3px;
    transform: scale(1.3);
    display: flex;
    align-items: center;
    justify-content: center; }
    .category-bullet div img {
      width: 100%;
      height: 100%; }
