@import url('./wall-mounted-vs-floor-standing-bathroom-vanities.css');

.article-page img[src] { content: normal !important; }
.article-page .quick-reference { background: #B8965A; }
.article-page .article-table thead { background: #B8965A; }
.article-page .article-summary { background: #333333; }

/* Layout audit 2026-08-23: measure, table header, quick-reference legibility */
.article-page p, .article-page li { max-width: 72ch; }
.article-page .article-table thead { background: var(--color-primary-dark); }
.article-page .article-table thead th { color: #fff; }
.article-page .quick-reference li { max-width: none; font-size: .9rem; line-height: 1.55; font-weight: 500; }

.article-page .article-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
