/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * # GTM Post Author Date
 * 
 * -------------------------------------------------------------------------- */
.wp-block-gtm-post-author-date.is-style-default .gtm-post-author-date__author,.wp-block-gtm-post-author-date[class*=" is-style-base-"] .gtm-post-author-date__author,.wp-block-gtm-post-author-date:not([class*=is-style-]) .gtm-post-author-date__author {
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
}
.wp-block-gtm-post-author-date.is-style-default .gtm-post-author-date__date,.wp-block-gtm-post-author-date[class*=" is-style-base-"] .gtm-post-author-date__date,.wp-block-gtm-post-author-date:not([class*=is-style-]) .gtm-post-author-date__date {
  font-size: var(--wp--preset--font-size--2-xs);
}