/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.fire-block--release-note-wrapper {
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #efefef;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.fire-block--release-note-wrapper
.block-editor-block-list__layout
*:first-child {
  margin-top: 0; }

.fire-block--release-note-wrapper
.block-editor-block-list__layout
*:last-child {
  margin-bottom: 0; }
