body.page-site {
  background: var(--bg-page, #0b0b0b);
  color: var(--text-main, #e9eef3);
}

.page-site .community-section {
  background: var(--bg-card, #171717);
  border: 1px solid var(--border-card, #191919);
  border-radius: 10px;
  padding: 20px;
  color: var(--text-main, #e9eef3);
}

.page-site .community-section h1,
.page-site .community-section h2,
.page-site .community-section h3,
.page-site .community-section p,
.page-site .community-section li {
  color: var(--text-main, #e9eef3);
}

.page-site .community-section a {
  color: var(--text-main, #e9eef3);
  text-decoration: underline;
}

.page-site .community-section a:hover {
  color: var(--text-strong, #ffffff);
}

body.theme-light.page-site .header .nav a,
body.theme-light.page-site .header .nav a:hover,
body.theme-light.page-site .header .nav a:visited {
  color: #000000 !important;
}

body.theme-light.page-site .header .header-search-input,
body.theme-light.page-site .header .header-search-input::placeholder,
body.theme-light.page-site .header .header-search-button {
  color: #000000;
}
