/*
Theme Name: Ravintola Jalmar
Author: Sini, Tarinantakojat
Author URI: https://wordpress.org
Description: Kevyt Block-teema ravintolan tarpeisiin. Rakennettu 2026
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jalmar
*/


h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

.more-link {
	display: block;
}

:where(pre) {
	overflow-x: auto;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 781px) {
	header .wp-block-group {
		gap: 0;
	}

	header .wp-block-image,
	header figure.wp-block-image {
		margin-block-start: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.reverse-mobile {
	    flex-direction: column-reverse;
	}
	
  .reverse-mobile > .wp-block-column,
  .reverse-mobile > .wp-block-column > .wp-block-group {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  }

}