.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.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge {
    color: #fff !important;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    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-code-bg-color: rgba(181, 9, 172, 0.05); --global-text-color: #000000; --global-text-color-light: #828282; --global-theme-color: #002D72; --global-hover-color: #ffb81c; --global-footer-bg-color: #1c1c1c; --global-footer-text-color: #e8e8e8; --global-footer-link-color: #ffffff; --global-distill-app-color: #828282; }

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 h2.year { color: #e8e8e8; border-top: 1px solid #e8e8e8; margin-top: 2rem; margin-bottom: 0rem; text-align: right; }

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

.publications ol.bibliography li { margin-bottom: 1.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 .abbr abbr a { color: white; }

.publications ol.bibliography li .abbr abbr a:hover { text-decoration: none; }

.publications ol.bibliography li .abbr .award { color: var(--global-theme-color) !important; border: 1px solid var(--global-theme-color); }

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

.publications ol.bibliography li .author, .publications ol.bibliography li .periodical, .publications ol.bibliography li .notes { font-size: 0.9rem; }

.publications ol.bibliography li .author a { border-bottom: 1px var(--global-theme-color); }

.publications ol.bibliography li .author a:hover { border-bottom-style: solid; text-decoration: none; }

.publications ol.bibliography li .author > em { border-bottom: 1px solid; font-style: normal; }

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

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

.publications ol.bibliography li .links .research-badge { display: inline-block; color: var(--global-text-color-light); border: 1px solid #000000; background: var(--global-bg-color); padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.1rem; padding-bottom: 0.1rem; cursor: default; text-decoration: none; }

.publications ol.bibliography li .hidden { font-size: 0.875rem; max-height: 0px; overflow: hidden; text-align: justify; -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -ms-transition: 0.15s ease; -o-transition: 0.15s ease; transition: all 0.15s ease; }

.publications ol.bibliography li .hidden p { line-height: 1.4em; margin: 10px; }

.publications ol.bibliography li .hidden pre { font-size: 1em; line-height: 1.4em; padding: 10px; }

.publications ol.bibliography li .hidden.open { max-height: 100em; -webkit-transition: 0.15s ease; -moz-transition: 0.15s ease; -ms-transition: 0.15s ease; -o-transition: 0.15s ease; transition: all 0.15s ease; }

.publications ol.bibliography li div.abstract.hidden { border: dashed 1px var(--global-bg-color); }

.publications ol.bibliography li div.abstract.hidden.open { border-color: var(--global-text-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; }

/* News module (scrollable, date/text two-column layout) */
.news-scroll {
  max-height: 11.5rem;
  margin: 0.45rem 0 1.25rem;
  overflow-y: auto;
  padding: 0.05rem 0.6rem 0.05rem 0;
  scrollbar-color: rgba(0, 45, 114, 0.35) transparent;
  scrollbar-width: thin;
}

.news-scroll::-webkit-scrollbar {
  width: 6px;
}

.news-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 45, 114, 0.28);
  border-radius: 999px;
}

.news-list {
  display: grid;
  gap: 0.34rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  align-items: baseline;
  border-left: 2px solid rgba(0, 45, 114, 0.2);
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 5.9rem minmax(0, 1fr);
  padding-left: 0.55rem;
}

.news-date {
  color: var(--global-theme-color);
  display: inline-block;
  font-feature-settings: "tnum";
  font-size: 0.86rem;
  font-weight: 700;
  min-width: 5.2rem;
  white-space: nowrap;
}

.news-text {
  color: var(--global-text-color);
  line-height: 1.28;
}

@media print, screen and (max-width: 480px) {
  .news-item {
    gap: 0.15rem;
    grid-template-columns: 1fr;
  }
}

/* Publications Show all / Show selected toggle */
.publications ol.bibliography li.secondary-publication {
  display: none;
}

.publications.show-all-publications ol.bibliography li.secondary-publication {
  display: list-item;
}

.publications-heading {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin: 2px 0 -15px;
}

.publications-heading h2 {
  margin: 0;
}

.show-publications-button {
  appearance: none;
  background: rgba(0, 45, 114, 0.06);
  border: 1px solid rgba(0, 45, 114, 0.22);
  border-radius: 999px;
  box-shadow: none;
  color: var(--global-theme-color);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.15rem;
  padding: 0.24rem 0.55rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.show-publications-button:hover {
  background: rgba(0, 45, 114, 0.11);
  border-color: rgba(0, 45, 114, 0.38);
  color: var(--global-theme-color);
}

.show-publications-button:focus {
  outline: 2px solid rgba(0, 45, 114, 0.18);
  outline-offset: 2px;
}
