:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.contentPage__header .article-show-more {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .contentPage__header .article-show-more {
      margin-top: 80px; } }

.article-show-more {
  font-family: "Ubuntu", sans-serif;
  padding: 0 24px; }
  @media (min-width: 768px) {
    .article-show-more {
      margin-top: 40px; } }
  .article-show-more__title {
    color: #464039;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.6px;
    font-family: "Ubuntu", sans-serif !important; }
    @media (min-width: 768px) {
      .article-show-more__title {
        font-size: 40px !important; } }
  .article-show-more__subtitle {
    color: #464039;
    font-size: 18px;
    font-weight: 500;
    line-height: 136%; }
  .article-show-more__btn {
    color: #7E7367;
    margin-bottom: 40px; }
    .article-show-more__btn svg {
      transition: transform .2s ease; }
    .article-show-more__btn[aria-expanded='true'] .article-show-more__label-more {
      display: none; }
    .article-show-more__btn[aria-expanded='true'] .article-show-more__label-less {
      display: block; }
    .article-show-more__btn[aria-expanded='false'] .article-show-more__label-more {
      display: block; }
    .article-show-more__btn[aria-expanded='false'] .article-show-more__label-less {
      display: none; }
    .article-show-more__btn[aria-expanded='false'] svg {
      transform: rotate(180deg); }

/*# sourceMappingURL=articleShowMore.css.map*/