/* Preserve dimensions and layout; darken only the flagged label backgrounds. */
body .de-hero-card__category,
body .de-weekly-card__label { background-color: #007d72; color: #fff; }

/* Meet the 24px target minimum on the flagged category/footer links. */
body .de-post-card__category { display: inline-flex; align-items: center; min-height: 24px; }
body .de-site-footer-v2__widget address a { min-height: 24px; line-height: 24px; }

body .de-redesign a:focus-visible { outline: 2px solid #006b61; outline-offset: 3px; }
