@import url('./wall-mounted-vs-floor-standing-bathroom-vanities.css');
.article-page img[src] { content: normal !important; }
.article-page .quick-reference,
.article-page .article-table thead { background: #B8965A; }
.article-page .article-summary { background: #333333; }

/* Layout audit: 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; }

/* Fill the summary image to column height on desktop so no empty panel shows */
@media (min-width: 801px) {
    .article-page .article-summary > img { height: 100%; min-height: 100%; aspect-ratio: auto; object-fit: cover; }
}

