/* Base spacing for internal use */
/* Default transition */
/* -----------------------------------------------------------------------------
 * 
 * # GTM About Author Block
 * 
 * -------------------------------------------------------------------------- */
.is-style-gtm-about-author-dark,
.is-style-gtm-about-author-light {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: var(--wp--custom--breadly--radius--normal);
}
.is-style-gtm-about-author-dark .wp-block-gtm-about-author__name,
.is-style-gtm-about-author-light .wp-block-gtm-about-author__name {
  font-weight: 500;
  font-size: var(--gtm--theme--font-size--md);
}
.is-style-gtm-about-author-dark .avatar,
.is-style-gtm-about-author-light .avatar {
  border-radius: var(--wp--custom--breadly--radius--normal);
}

.is-style-gtm-about-author-light {
  background: var(--wp--preset--color--area-bg-2);
}
.is-style-gtm-about-author-light .wp-block-gtm-about-author__bio {
  color: var(--wp--preset--color--tertiary-text);
}