.wp-block-group > .wp-block-columns img {
  max-width: auto;
  max-height: auto;
  width: auto;
  height: auto;
  display: block;
}
.wp-block-group .wp-block-column > .fse-paragraph {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 130px;
  left: 44px;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: center;
  flex: 0;
  float: none;
  height: 100%;
  width: 100%;
}
footer .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: 25%;
}
body > .wp-site-blocks > footer {
  height: 25%;
  width: auto;
}
.wp-site-blocks > footer > .wp-block-group > .wp-block-group > .wp-block-group {
  position: relative;
  top: 97px;
}
body .fse-attribution {
  visibility: hidden;
}
#wp--skip-link--target #bbp-forum-0 {
  max-width: auto;
  width: auto;
  height: auto;
}
body #bbpress-forums {
  width: 741.297px;
  height: auto;
  font-size: 14px;
  padding-bottom: 0px;
  padding-right: 0px;
  position: relative;
}
body #bbpress-forums li.bbp-header .forum-titles li,
body #bbpress-forums li.bbp-header div {
  color: #0c0c0c;
}
body .wp-block-group > .wp-block-group {
  font-size: 16px;
}
body #bbpress-forums li.bbp-body ul.topic.even {
  font-size: 16.4px;
}
.wp-site-blocks .fse-section-texture > .wp-block-group > .fse-paragraph {
  height: auto;
  visibility: hidden;
}
body {
  /* Container */
  /* List */
  /* Item */
  /* Title link */
  /* Meta */
  /* Responsive: horizontal layout on wide screens */
}
body .bbp-top-topics-wrap {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px;
  max-width: 720px;
}
body .bbp-top-topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .bbp-top-topic-item {
  display: flex;
  flex-direction: column;
  padding: 10px 8px;
  border-bottom: 1px dashed #f0f0f0;
}
body .bbp-top-topic-item:last-child {
  border-bottom: 0;
}
body .bbp-top-topic-link {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 6px;
}
body .bbp-top-topic-link:hover {
  text-decoration: underline;
}
body .bbp-top-topic-meta {
  color: #6b6b6b;
  font-size: 13px;
}
.wp-block-group .bbp-top-topic-item {
  margin-bottom: 7px;
  margin-right: 28px;
}
#wp--skip-link--target .bbp-top-topics-list {
  background-color: #332e2e;
  border-width: 0px;
  border-style: solid;
}
body #wp--skip-link--target .wp-block-paragraph {
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: -7px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex: 0;
  display: flex;
  padding-top: 0px;
}
body .entry-content {
  color: background;
}
body .wp-block-paragraph {
  margin-bottom: 7px;
}
body header {
  margin-top: -101px;
  padding-top: 15px;
  margin-bottom: 19px;
}
@media (min-width: 720px) {
  .bbp-top-topic-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .bbp-top-topic-link {
    margin-bottom: 0;
  }
}
