.leftshoutout,
.rightshoutout,
.shoutout {
  /*@include card;*/
  background: #E2EAF0;
  border: solid 1px var(--colour-links);
  border-radius: 4px;
  float: right;
  margin: 0 0 0.5em 1.5em;
  padding: 0.9em;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 380px) {
  .leftshoutout,
  .rightshoutout,
  .shoutout {
    width: 18em;
    max-width: 50%;
  }
}
.leftshoutout.left,
.rightshoutout.left,
.shoutout.left {
  float: left;
  margin: 0 1.5em 0.5em 0;
}
.leftshoutout .field,
.rightshoutout .field,
.shoutout .field {
  margin-top: 0;
  margin-bottom: 0;
}
.leftshoutout p:first-of-type,
.rightshoutout p:first-of-type,
.shoutout p:first-of-type {
  margin-top: 0;
}
.leftshoutout p:last-child,
.rightshoutout p:last-child,
.shoutout p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=shoutout.css.map */
