.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 { 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 .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 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 .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; }

/* Minimal publication list refinements. */
:root {
  --global-theme-color: #17324d;
  --global-hover-color: #1d6f9f;
}

.publications {
  margin-top: 1.15rem;
}

.publications ol.bibliography li {
  border-bottom: 0;
  margin-bottom: 0;
  min-height: 0;
  padding: 20px 0;
}

.publications ol.bibliography li:last-child {
  border-bottom: 0;
}

.pub-row {
  align-items: flex-start;
  gap: 18px;
}

.publications ol.bibliography li .abbr {
  flex: 0 0 178px;
  height: auto;
  margin-bottom: 0;
}

.publications ol.bibliography li .abbr abbr {
  background-color: rgba(23, 50, 77, 0.92);
  border-radius: 4px;
  box-shadow: none;
  font-size: 68%;
  left: 10px;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.5rem;
  top: 10px;
}

.publications ol.bibliography li .teaser {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  height: 104px !important;
  margin: 0;
  object-fit: cover;
  width: 178px !important;
}

.publications ol.bibliography li .teaser-placeholder {
  align-items: center;
  background: #f4f7f9;
  border: 0;
  border-radius: 6px;
  color: #17324d;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 104px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

.publications ol.bibliography li .title {
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 5px;
}

.publications ol.bibliography li .author,
.publications ol.bibliography li .periodical {
  color: #4f5d68;
  font-size: 14px;
  line-height: 1.5;
}

.publications ol.bibliography li .links {
  margin-top: 8px;
}

.publications ol.bibliography li .links a.btn {
  border: 0;
  border-radius: 4px;
  color: #17324d;
  display: inline-block;
  background: #f4f7f9;
  font-size: 12px;
  margin-right: 5px;
  padding: 0.12rem 0.5rem;
}

.publications ol.bibliography li .links a.btn:hover {
  background: #17324d;
  color: #ffffff;
}

@media print, screen and (max-width: 560px) {
  .pub-row {
    display: block;
  }

  .publications ol.bibliography li .abbr {
    margin-bottom: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .publications ol.bibliography li .teaser {
    height: auto !important;
    max-height: 150px;
    width: 100% !important;
  }

  .publications ol.bibliography li .teaser-placeholder {
    height: 78px;
    width: auto;
  }

  .publications ol.bibliography li .abbr abbr {
    left: 10px;
  }

  .publications ol.bibliography li .col-sm-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
