/* Base spacing for internal use */
/* Default transition */
/* -----------------------------------------------------------------------------
 * 
 * core/comment-template Block
 * 
 * -------------------------------------------------------------------------- */
.is-style-gtm-core-comment-template-basic li {
  -webkit-column-gap: var(--gtm--space--2xs);
     -moz-column-gap: var(--gtm--space--2xs);
          column-gap: var(--gtm--space--2xs);
}
.is-style-gtm-core-comment-template-basic .wp-block-comment-author-name a,
.is-style-gtm-core-comment-template-basic .wp-block-comment-reply-link a,
.is-style-gtm-core-comment-template-basic .wp-block-comment-edit-link a {
  font-weight: 500;
  text-decoration: underline;
}
.is-style-gtm-core-comment-template-basic .wp-block-comment-author-name a:hover,
.is-style-gtm-core-comment-template-basic .wp-block-comment-reply-link a:hover,
.is-style-gtm-core-comment-template-basic .wp-block-comment-edit-link a:hover {
  color: var(--wp--preset--color--primary);
}
.is-style-gtm-core-comment-template-basic .wp-block-comment-content {
  --gtm-wp-block-comment-content--font-size: var(--gtm--theme--font-size--md);
}