/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-newsshooter-key-features-block {
  padding: 1em 0;
  border-top: 2px solid #576f7b;
  border-top: 0.375rem solid #BBC6CA;
  border-bottom: 1px solid #576f7b;
  border-bottom: 0.175rem solid #BBC6CA;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
}

@media screen and (min-width: 460px) {

  .wp-block-newsshooter-key-features-block.alignright,
  .wp-block-newsshooter-spec-table-block.alignleft {
    float: right;
    clear: both;
    margin: .25em 0 0 1em;
    width: 275px;
  }

  .wp-block-newsshooter-key-features-block.alignleft {
    float: left;
    margin: .25em 1em 0 0;
  }
}

.wp-block-newsshooter-key-features-block h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #576f7b;
  text-align: center;
}

.wp-block-newsshooter-key-features-block ul {
  padding-left: 1em !important;
  font-size: 0.8333em;
  list-style-type: square;
  margin-bottom: 0 !important;
}

.wp-block-newsshooter-key-features-block:after {
  content: "";
  clear: both;
  display: table;
}