html
  .gs-buttons.gs-big-counter[class*="gs-color-"].gs-theme-light
  > .gs-big-counter {
  justify-content: flex-end !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.post-title {
  position: relative;
}

.post-title span {
  position: absolute;
  top: 12px;
}

.simple-category-page-content .post-title h1 {
  margin-top: 0;
}

.simple-category-page figure.wp-block-gallery {
  display: inline-flex !important;
}

#comments {
  padding-left: var(--gap) !important;
  padding-right: var(--gap) !important;
}

@media screen and (max-width: 1500px) {
  .share-trail .shared-info-list {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .simple-category-page-content span.category-title {
    top: 0px;
    left: 15px;
  }
}

@media screen and (max-width: 568px) {
  .simple-category-page-content span.category-title {
    font-size: 14px;
    top: -22px;
  }
}
