@charset "UTF-8";
/* #region Colors */
:root {
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--black: #000000;
  --wp--preset--color--blue: #0060AC;
  --wp--preset--color--grey: #606060;
  --wp--preset--color--light-grey: #f0f0f7;
  --wp--preset--color--medium-grey: #88888B;
}

/* #region Filters */
.wiki-category-header a .wiki-category-icon {
  filter: saturate(0) contrast(200%) brightness(0) invert(1) brightness(0.375);
}

/* #endregion Filters */
/* #endregion Colors */
/* #region Spacing */
/* #endregion Spacing */
/* #region Container and Sizes */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
}

.small-white-container, .small-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 90%;
}

.small-white-container {
  background-color: #ffffff;
  padding: 2rem;
}
.small-white-container h1 {
  color: #0060AC;
}

/* #endregion Container and Sizes */
/* #region Fonts */
/* #endregion Fonts */
/* #region Font Sizes */
/* #endregion Font Sizes */
/* #region CI / CD Hönninger */
/* #endregion CI / CD Hönninger */
/* #region Icons */
/* #endregion Icons */
.wiki-category-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}
.wiki-category-header a .wiki-category-icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.wiki-category-header a .wiki-category-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #606060;
}

.editor-styles-wrapper .wiki-category-header {
  background: #f8f9fa;
  border: 1px dashed #ccc;
}
.editor-styles-wrapper .wiki-category-header .wiki-category-preview {
  padding: 1rem;
  font-style: italic;
  color: #666;
}/*# sourceMappingURL=wiki-category-header.css.map */