/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/latest-users/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * File:	latest-users/style.scss
 * Plugin:	User Profiles by XtremelySocial
 *
 * Stylesheet for the latest users block. Compiles to /build/style-index.css.
 *
 * @package xs-users
 * @since	1.0
 */
/* Don't indent Latest Users list */
ol.wp-block-xs-users-latest-users,
ul.wp-block-xs-users-latest-users {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}

.xs-latest-user .avatar,
.xs-latest-user-avatar {
  border-radius: 50%;
}

/* If grid, then set up the spacing */
.wp-block-xs-users-latest-users.is-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

/* For grid, don't float the avatars or add margin */
.wp-block-xs-users-latest-users.is-grid .xs-latest-user-avatar {
  float: none;
  margin: 0;
}

/* If not grid, then setup the spacing */
.wp-block-xs-users-latest-users:not(.is-grid) .xs-latest-user {
  margin-bottom: 9px;
}

/* If not grid, clear the floats after each member */
.wp-block-xs-users-latest-users:not(.is-grid) .xs-latest-user:after {
  content: "";
  clear: both;
  display: table;
}

.xs-latest-user a {
  text-decoration: none;
}

.xs-latest-user-registered {
  font-size: var(--wp--preset--font-size--small);
}

.wp-block-xs-users-latest-users[style*=font-size] a,
.wp-block-xs-users-latest-users[class*=-font-size] a {
  font-size: inherit;
}

/* Pagination */
.xs-users-pagination a {
  text-decoration: none;
}

.xs-users-pagination {
  text-align: center;
}

.xs-users-pagination .prev.page-numbers {
  margin-right: var(--wp--style--block-gap, 18px);
}

.xs-users-pagination .next.page-numbers {
  margin-left: var(--wp--style--block-gap, 18px);
}

.xs-users-pagination .page-numbers:nth-last-child(n+2) {
  padding-right: calc(0.5 * var(--wp--style--block-gap, 18px));
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/latest-comments/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/**
 * File:	/latest-comments/style.scss
 * Plugin:	XS Users
 *
 * Stylesheet for the latest comments block. Compiles to /build/style-index.css.
 *
 * @package xs-users
 * @since	1.0
 */
/* Clear floats on avatar */
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
  clear: both;
}

/* Current User Only Styles */
.wp-block-latest-comments.is-current-user {
  /* Bullet style unless has avatars or there are no comments */
  /* Smaller comment date */
  /* Don't underline links */
}
.wp-block-latest-comments.is-current-user:not(.no-comments):not(.has-avatars) {
  list-style: disc;
  margin-left: 0;
  padding-left: 1.3em;
}
.wp-block-latest-comments.is-current-user:not(.no-comments):not(.has-avatars) .wp-block-latest-comments__comment {
  list-style: disc;
}
.wp-block-latest-comments.is-current-user .wp-block-latest-comments__comment-date {
  font-size: 1rem;
}
.wp-block-latest-comments.is-current-user .wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/login-profile/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * File:	login-profile/style.scss
 * Plugin:	User Profiles by XtremelySocial
 *
 * Stylesheet for the enhanced loginout block. Compiles to /build/style-index.css.
 *
 * @package xs-users
 * @since	1.0
 */
/*-----------------------------------------------------------------------------
# Loginout - Style the Block
------------------------------------------------------------------------------*/
/* Style user profile fields */
.xs-user-name,
.xs-user-registered,
.xs-user-bio,
.xs-user-meta {
  margin-top: 0;
  margin-bottom: 0;
}

.xs-user-name a,
.xs-user-registered a,
.xs-user-bio a,
.xs-user-meta a {
  text-decoration: none;
}

/* Style the the user's profile pic (avatar) */
.xs-user-avatar,
.xs-user-profile .avatar {
  float: left;
  border-radius: 50%;
  margin-top: 9px;
  margin-bottom: 9px;
}

.wp-block-loginout.logged-out .xs-user-avatar,
.has-display-user-name .xs-user-avatar,
.xs-user-profile .avatar {
  margin-right: 9px;
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Have login or logout link right below the user name or guest welcome message
 */
.wp-block-loginout .xs-user-name,
.xs-users-loginout .xs-user-name {
  margin-bottom: 0;
}

.xs-users-loginout.has-login-form #loginform {
  clear: both;
  margin-top: var(--wp--style--block-gap, 18px);
}

/* Don't inline login form fields */
/* TO-DO: Consider a setting toggle for this */
.xs-users-loginout #user_login,
.xs-users-loginout #user_pass {
  display: block;
}

/*
 * Clear float if login form displayed and also after our block
 * regardless
 */
.xs-users-loginout .xs-user-profile:after {
  content: "";
  clear: both;
  display: table;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-author/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * File:	post-author/style.scss
 * Plugin:	User Profiles by XtremelySocial
 *
 * Stylesheet for the enhanced Post Author block. Compiles to
 * /build/style-index.css.
 *
 * @package xs-users
 * @since	1.0
 */
/*-----------------------------------------------------------------------------
# Post Author Block
------------------------------------------------------------------------------*/
.wp-block-post-author__content > *:not(:first-child) + * {
  margin-block-start: var(--wp--style--block-gap, 18px);
}

.wp-block-post-author__meta {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-post-author__meta a {
  text-decoration: none;
}

/*# sourceMappingURL=style-index.css.map*/