/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * core/details Block
 * 
 * -------------------------------------------------------------------------- */
[open].wp-block-details.is-style-gtmt-pill summary:after,[open].wp-block-details.is-style-gtmt-large summary:after,[open].wp-block-details.is-style-gtmt-medium summary:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-details.is-style-gtmt-pill summary,.wp-block-details.is-style-gtmt-large summary,.wp-block-details.is-style-gtmt-medium summary {
  position: relative;
  list-style: none;
  font-weight: bold;
  padding-left: 1.5em;
  color: var(--wp--preset--color--primary-text);
}
.wp-block-details.is-style-gtmt-pill summary:after,.wp-block-details.is-style-gtmt-large summary:after,.wp-block-details.is-style-gtmt-medium summary:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI1NiAyNTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNTYiIHdpZHRoPSIyNTYiLz48cG9seWxpbmUgZmlsbD0ibm9uZSIgcG9pbnRzPSIyMDggOTYgMTI4IDE3NiA0OCA5NiIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMjQiLz48L3N2Zz4=");
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0.3em;
  left: 0;
  -webkit-transition: var(--gtm-transition);
  transition: var(--gtm-transition);
  -webkit-transition-property: var(--gtm-global--transition-property);
  transition-property: var(--gtm-global--transition-property);
  will-change: var(--gtm-global--transition-property);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.wp-block-details.is-style-gtmt-pill>:not(summary),.wp-block-details.is-style-gtmt-large>:not(summary),.wp-block-details.is-style-gtmt-medium>:not(summary) {
  margin-top: 1em;
}

.wp-block-details.is-style-gtmt-large summary {
  font-size: var(--wp--preset--font-size--lg);
}
.wp-block-details.is-style-gtmt-pill {
  background: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--radius--md);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
}
.wp-block-details.is-style-gtmt-pill summary {
  padding-left: unset;
  padding-right: 1.5em;
}
.wp-block-details.is-style-gtmt-pill summary:after {
  left: unset;
  right: 0;
}