/**
 * Theme overrides — edit this file directly; no npm build required.
 * Loaded after the main Vite bundle on the front end and block editor.
 */
.text-subhead {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: rgb(255 140 5);
}
h3.resource-card-title {
    line-height: 1em !important;
}
.card_bg_default-dark .subheading {
    text-decoration: none;
}