
/* DigiTrustly v2.3 — official standalone D + shield mark */
.verify-logo-mark{
  position:absolute !important;
  top:-78px !important;
  right:32px !important;
  width:132px !important;
  height:132px !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  filter:drop-shadow(0 10px 12px rgba(15,53,97,.18)) !important;
  pointer-events:none !important;
}
.verify-logo-mark img{
  position:static !important;
  width:132px !important;
  height:132px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
}
@media(max-width:980px){
  .verify-logo-mark{top:-68px !important;right:26px !important;width:118px !important;height:118px !important}
  .verify-logo-mark img{width:118px !important;height:118px !important}
}
@media(max-width:650px){
  .verify-logo-mark{top:-54px !important;right:18px !important;width:96px !important;height:96px !important}
  .verify-logo-mark img{width:96px !important;height:96px !important}
}
