img,
video{
  -webkit-user-drag:none;
  user-drag:none;
  -webkit-user-select:none;
  user-select:none;
}

.md-protected-media-shell{
  position:relative!important;
  isolation:isolate;
}

/* 2.5.37: keep cached/previously decorated hero media full-bleed. */
.md-hero-slide__media.md-protected-media-shell{
  position:absolute!important;
  inset:0;
  width:100%;
  height:100%;
}

picture.md-protected-media-shell{
  display:inline-block;
  max-width:100%;
  line-height:0;
}

picture.md-protected-media-shell--block{
  display:block;
  width:100%;
}

.md-protected-media-shell::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  display:block;
  background:transparent;
  pointer-events:auto;
  -webkit-user-select:none;
  user-select:none;
  -webkit-user-drag:none;
}

.md-article-copyright{
  margin:34px 0 4px;
  padding:18px 20px;
  border:1px solid #dbe6f2;
  border-left:3px solid #0b4da2;
  border-radius:12px;
  background:#f8fafc;
  color:#526176;
  font-size:13px;
  line-height:1.62;
}

.md-article-copyright strong{
  display:block;
  margin:0 0 5px;
  color:#071426;
  font-size:13px;
  line-height:1.4;
}

.md-article-copyright p{margin:0}
.md-article-copyright a{font-weight:700;color:#0b4da2;text-decoration:underline;text-underline-offset:2px}

@media(max-width:620px){
  .md-article-copyright{margin-top:26px;padding:15px 16px}
}
