/* Fix Sphinx Design cards */

.fix-card-in-dm-theme {
  cursor: pointer !important;
}

.fix-card-in-dm-theme.sd-container-fluid {
  padding: 0 !important;
}

/* fix link card flickering by reset styles from theme */
.fix-card-in-dm-theme
  a:not(:has(> img)):not(h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a):hover {
  filter: none !important;
  border-bottom: 0 !important;
}

.fix-card-in-dm-theme .sd-card-title {
  margin-top: 8px !important;
}

/* Fix sidebar horizontal padding */
aside#sidebar div {
  padding-left: 0;
  padding-right: 0;
}
