/**
 * Theme Styles for Front and Admin.
 * Here you should add common styles related to blocks composition.
 */


/**
 * ================================
 * Reset STYLES
 * ================================
 */
mark { background-color: transparent; color: inherit; }



/**
 * ================================
 * COMMON FIXES (changes)
 * ================================
 */

/* Limit the site max-width for wide screens */
.wp-site-blocks {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
}

/* Remove gap between root blocks in template */
.wp-site-blocks[class] > *,
.editor-styles-wrapper .is-root-container.is-layout-constrained > * {
  margin-block-start: 0;
}

/* Remove gap between root blocks in content */
.wp-block-post-content.is-layout-constrained > * {
  margin-block-start: 0;
}



/**
 * ================================
 * WP BLOCKS
 * ================================
 */

/** social-links */
.wp-block-social-links.has-small-icon-size { font-size: 80%; }
.wp-block-social-links,
  .wp-block-social-links.has-normal-icon-size { font-size: 120%; }
.wp-block-social-links.has-large-icon-size { font-size: 160%; }
.wp-block-social-links.has-huge-icon-size { font-size: 220%; }
