/*
 * SPDX-FileCopyrightText: 2025-present Bundesministerium für Arbeit und Soziales (BMAS) <info@denkfabrik-bmas.de>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

:root  > * {
  --md-primary-fg-color: #49678D;
  --md-accent-fg-color: #49678D;
  /* --md-typeset-a-color: data-md-color-primary="black"; */
}

/***
Admonition
***/

/*
Increase font size of Admonitions
For details, see: https://github.com/squidfunk/mkdocs-material/discussions/2260
*/
.md-typeset .admonition,
.md-typeset details {
  font-size: 16px
}

/***
Footer
***/

div.md-copyright__highlight {
  display: table;
  width: 100%;
  table-layout: fixed;

  & span {
    display: table-cell;
    text-align: center;
  }
}

.hosted-by svg {
  vertical-align: middle;
  width: auto;
  height: 1em;
  margin-left: 5px;
  margin-right: 5px;
}
