@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');

html, body {
  /* Main color palette */
  --main-color: #48041c;
  --complement-color: rgb(75,75,75);
  --backdrop-color: #e6ecec;
  --highlighted-element-color: #f44d00;
  --disabled-button-color: grey;
  --table-caption-color: var(--main-color);
  font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a[href^="https://www.oorlogsbronnen.nl/"] {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.125rem;
}

  a[href^="https://www.oorlogsbronnen.nl/"]::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.125rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 512 512'%3E%3Cpath d='M288 24c0 13.3 10.7 24 24 24h118.1l-231 231c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l231-231v118.1c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24H312c-13.3 0-24 10.7-24 24zM80 96C35.8 96 0 131.8 0 176v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-88c0-13.3-10.7-24-24-24s-24 10.7-24 24v88c0 17.7-14.3 32-32 32H80c-17.7 0-32-14.3-32-32V176c0-17.7 14.3-32 32-32h88c13.3 0 24-10.7 24-24s-10.7-24-24-24H80z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

.radio-button a.label {
  color: black;
  text-decoration: none;
}

span.navbar-title {
  opacity: 0;
}

div.logo-wrapper a.logo {
  width: unset !important;
}

.sidebar.collapsible .logo {
  border-radius: 0px;
}

.sidebar.collapsible .logo {
  min-width: 15rem;
  transition: opacity var(--transition-speed);
}

.sidebar.collapsible.collapsed .logo {
  opacity: 0;
}

.tabbed-gallery .field-container:has(> .text-wrapper) {
  /* remove copywrite and author info in tabbed-gallery */
  display: none !important;
}

  .tabbed-gallery .field-container:has(> .text-wrapper) + * {
    /* get rid of separators as well. */
    display: none !important;
  }

.detail-record .table-format td.table-column-row:empty {
  border: none !important;
}
