/* band-aids for missing references with expanded ISI */
body :not(#gsk-consent) :has(.isi-expanded-visible) div.aem-GridColumn:has(> div[data-component="References"]) {
  visibility: visible !important;
  display: flex !important;
  width: initial !important;
  height: initial !important;
  float: none !important;
  clear: both !important;
}

div[data-component="References"]#ref1,
div[data-component="References"]#home-references {
    visibility: visible !important;
    display: flex !important;
    width: initial !important;
    height: initial !important;
    padding: 32px 0 !important;
    margin: initial !important;
    @media (min-width: 1200px) {
      padding: 80px 0 !important;
    }
  }
  div[data-component="References"]#ref1 *,
  div[data-component="References"]#home-references * {
    visibility: visible !important;
    display: block !important;
    width: initial !important;
    height: initial !important;
  }
  div[data-component="References"]#ref1 a,
  div[data-component="References"]#home-references a,
  div[data-component="References"]#ref1 span,
  div[data-component="References"]#home-references span,
  div[data-component="References"]#ref1 sup,
  div[data-component="References"]#home-references sup,
  div[data-component="References"]#ref1 i,
  div[data-component="References"]#home-references i {
    display: inline !important;
  }
  div[data-component="References"]#ref1 ol,
  div[data-component="References"]#home-references ol {
    padding-left: 15px !important;
  }
  
  div[data-component="References"]#ref1 li,
  div[data-component="References"]#home-references li {
    display: list-item !important;
    padding-left: 20px !important;
  }