.hd-link-magenta {
    color: var(--hd-brand-magenta-strong) !important;
    font-weight: bold;
}

.hd-card-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

html:root .hd-theme-light-only { display: block; }
html:root .hd-theme-light-only-inline { display: inline-block; }
html:root .hd-theme-dark-only { display: none; }
html:root .hd-theme-dark-only-inline { display: none; }

@media (prefers-color-scheme: dark) {
    html:root:not([data-theme="light"]) .hd-theme-light-only,
    html:root:not([data-theme="light"]) .hd-theme-light-only-inline { display: none; }
    html:root:not([data-theme="light"]) .hd-theme-dark-only { display: block; }
    html:root:not([data-theme="light"]) .hd-theme-dark-only-inline { display: inline-block; }
}

html:root[data-theme="dark"] .hd-theme-light-only,
html:root[data-theme="dark"] .hd-theme-light-only-inline { display: none; }
html:root[data-theme="dark"] .hd-theme-dark-only { display: block; }
html:root[data-theme="dark"] .hd-theme-dark-only-inline { display: inline-block; }
