/*
Theme Name: Liikkuva Laatikko
Template: twentytwentyfive
Description: Child theme for liikkuvalaatikko.fi — warm eco palette, Finnish cargo bike shop.
Version: 1.1.6
Author: Eemu Bertling
Text Domain: liikkuva-child
Requires at least: 6.5
Requires PHP: 7.4
*/

/* --- Shop: category-grid link jumps to the product list (#tuotteet).
 * Give the anchor breathing room so products don't sit flush at the
 * very top edge of the viewport after the jump. --- */
#tuotteet {
	scroll-margin-top: 24px;
}

/* --- Gutenberg image blocks ---
 * Center images in content area by default. Without an explicit alignment
 * set in the block editor, wp-block-image figures are block-level and
 * left-aligned. Override to center.
 */
.entry-content .wp-block-image {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

/* --- Classic (shortcode) content images ---
 * Blog posts not yet converted still use classic [caption] shortcodes which
 * render as <figure class="wp-caption alignleft/right">. Remove floats so
 * images stack vertically rather than side-by-side.
 * The inline style="width: Npx" is stripped by the PHP filter in functions.php.
 */
.entry-content figure.wp-caption {
	display: table;
	max-width: 100%;
	margin: 1.5em auto;
}

.entry-content .alignleft,
.entry-content .alignright,
.entry-content .aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	float: none;
	display: block;
	margin: 1.5em auto;
	max-width: 100%;
}
