/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-wp-authors-byline {
  list-style: none; }
  .wp-block-wp-authors-byline:before {
    content: 'By\00a0'; }
  .wp-block-wp-authors-byline li {
    display: inline-block; }
  .wp-block-wp-authors-byline li + li:before {
    content: ',\00a0'; }
  .wp-block-wp-authors-byline li + li:last-child:before {
    content: '\00a0 and\00a0'; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
