.dome-sidebar-bullets-shortcode,
.dome-sidebar-bullets-shortcode * {
  box-sizing: border-box;
}

.dome-sidebar-bullets-shortcode {
  color: #808080;
}

.dome-sidebar-bullets-shortcode .summary-points {
  margin: 0 0 0 1.25rem;
  padding: 0;
  color: #808080;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 300;
  line-height: 1.35;
}

.dome-sidebar-bullets-shortcode .summary-point {
  margin: 0 0 0.35rem;
  padding-left: 0.1rem;
}

.dome-sidebar-bullets-shortcode .summary-point::marker {
  color: #808080;
  font-size: 0.65em;
}

@media only screen and (max-width: 720px) {
  .dome-sidebar-bullets-shortcode {
    padding: 30px 15px;
    background-color: #f9f9f9;
  }

  .dome-sidebar-bullets-shortcode .summary-points {
    font-size: 1.35rem;
  }
}
