.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
  color: #fff !important;
  box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 12%);
}

:root {
  --global-bg-color: #ffffff;
  --global-text-color: #000000;
  --global-theme-color: #002d72;
}

@media (prefers-color-scheme: dark) {
  :root {
    --global-theme-color: rgb(36, 150, 203);
  }
}

blockquote {
  background: var(--global-bg-color);
  border-left: 2px solid var(--global-theme-color);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 480px) {
  .col-sm-9 {
    width: 100%;
  }
}

.publications {
  margin-top: 2rem;
}

.publications h1 {
  color: var(--global-theme-color);
  font-size: 2rem;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.publications h2 {
  margin-bottom: 1rem;
}

.publications h2 span {
  font-size: 1.5rem;
}

.publications ol.bibliography {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.publications ol.bibliography li {
  min-height: 110px;
  margin-bottom: 0.5rem;
}

.publications ol.bibliography li .abbr {
  height: 8rem;
  margin-bottom: 0.5rem;
}

.publications ol.bibliography li .abbr abbr {
  display: inline-block;
  background-color: var(--global-theme-color);
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 8px;
  left: 16px;
}

.publications ol.bibliography li .title {
  font-weight: bolder;
}

.publications ol.bibliography li .links a.btn {
  color: #000000;
  border: 1px solid #000000;
  padding: 0.1rem 0.5rem;
}

@media (prefers-color-scheme: dark) {
  .publications ol.bibliography li .links a.btn {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}

.publications ol.bibliography li .links a.btn:hover {
  color: var(--global-theme-color);
  border-color: var(--global-theme-color);
}

.publications ol.bibliography li .teaser {
  border-radius: 8px;
  box-shadow: 3px 3px 6px #888;
  height: 123px;
  width: 270px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  object-fit: cover;
}

.placeholder-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(0, 45, 114, 0.08), rgba(0, 45, 114, 0.18)),
    #f4f7fb;
  color: #002d72;
  font-weight: 700;
  text-align: center;
}
