.gg-show-more {
  --gg-show-more-color: #cc0000;
  --gg-show-more-size: 100%;
  --gg-show-more-align: left;
}

.gg-show-more__toggle {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gg-show-more-color);
  font: inherit;
  font-size: var(--gg-show-more-size);
  line-height: inherit;
  text-align: var(--gg-show-more-align);
  cursor: pointer;
}

.gg-show-more__toggle:hover,
.gg-show-more__toggle:focus-visible {
  text-decoration: underline;
}

.gg-show-more__toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.gg-show-more__content[hidden],
.gg-show-more__toggle[hidden] {
  display: none !important;
}
