/* ============================================================
   Custom page edits — section themes from the design-system "Sections"
   tool. Loaded after styles.css on every page. Managed file: each rule is
   tagged with a @sec marker for the editor to merge; avoid hand-editing.
   ============================================================ */

/* @plagcheck-addr-img — design-system editor; do not edit by hand */
.addr-img { display: inline-block; vertical-align: top; max-width: 100%; height: auto; }
.addr-img--dark { display: none; }
[data-theme="dark"] .addr-img--light { display: none; }
[data-theme="dark"] .addr-img--dark { display: inline-block; }
/* @end-plagcheck-addr-img */
