/*
 * Content utility classes (gambling.dk).
 * Replacements for inline style="..." attributes that used to live in
 * post_content — keep presentation here, classes in the HTML.
 */

/* Narrow centered content band (980px), used around the top lists and on
   the blackjack-chart page. Base = margin: 0 auto; modifiers add the top gap
   the old inline styles carried. */
.gdk-narrow {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.gdk-narrow--gap-top { margin-top: 1.25rem; }
.gdk-narrow--gap-top-lg { margin-top: 2.5rem; }

/* Fixed-width thumbnail column in content tables (blackjack tools). */
td.gdk-td-thumb { width: 150px; }

/* Fluid content image: scales down, keeps aspect ratio. */
img.gdk-img-fluid { max-width: 100%; height: auto; }
