#aside-content>.card-widget.card-info {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#aside-content>.card-widget.card-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 12px;
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.04);
}

:root #aside-content>.card-widget.card-info::before {
  background-image: url('https://imgbed.gabriel-account-bda.workers.dev/file/mfnElw.webp');
}

[data-theme="dark"] #aside-content>.card-widget.card-info::before {
  background-image: url('https://imgbed.gabriel-account-bda.workers.dev/file/khQY3N.webp');
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.15);
}

#aside-content>.card-widget.card-info > * {
  position: relative;
  z-index: 2;
}
