/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * # GTM About Author Block
 * 
 * -------------------------------------------------------------------------- */
.wp-block-gtm-about-author.is-style-default .avatar,.wp-block-gtm-about-author[class*=" is-style-base-"] .avatar,.wp-block-gtm-about-author:not([class*=is-style-]) .avatar {
  border-radius: 100%;
}

.is-style-gtm-about-author-dark,.is-style-gtm-about-author-light {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: var(--wp--custom--radius--md);
}
.is-style-gtm-about-author-dark .wp-block-gtm-about-author__name,.is-style-gtm-about-author-light .wp-block-gtm-about-author__name {
  color: var(--wp--preset--color--primary-text);
}
.is-style-gtm-about-author-dark .avatar,.is-style-gtm-about-author-light .avatar {
  border-radius: var(--wp--custom--radius--md);
}
.is-style-gtm-about-author-dark .wp-block-gtm-about-author__social-networks,.is-style-gtm-about-author-light .wp-block-gtm-about-author__social-networks {
  gap: 0.75em;
  font-size: var(--wp--preset--font-size--xs);
}
.is-style-gtm-about-author-dark .gtm-author-social-network__icon:not(:last-child),.is-style-gtm-about-author-light .gtm-author-social-network__icon:not(:last-child) {
  margin-right: 0.5em;
}
.is-style-gtm-about-author-dark .gtm-author-social-network__icon,.is-style-gtm-about-author-light .gtm-author-social-network__icon {
  vertical-align: middle;
}
.is-style-gtm-about-author-dark a:not(:hover),.is-style-gtm-about-author-light a:not(:hover) {
  text-decoration: none;
}
.is-style-gtm-about-author-dark .wp-block-gtm-about-author__tagline,.is-style-gtm-about-author-light .wp-block-gtm-about-author__tagline {
  color: var(--wp--preset--color--tertiary);
  font-weight: bold;
}

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