/********************************************************/
/*
/*      Base CSS
/*
/********************************************************/

html, body {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
	margin-block-start: 0 !important;
	overflow-x: clip;
}

body {
	width: 100%;
	max-width: var(--wp--custom--viewport-width);
}


.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100%;

	& > main  {
		flex-grow: 2;
		margin-block-start: unset !important;
	}
}


.latlng-holder  {
	
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	
	figure {
		margin-inline-end:  0!important;
	}

	> * {
		grid-row: 1 / span 1;
		grid-column: 1 / span 1;
		align-self: flex-end;
	}
	> *.img	figure {
		width: 40%;
		max-width: 740px;

	}
	
	:is(.latlng) {

		color: var(--wp--preset--color--beige-fonce);
	
		* {
			margin-block-start: 0;
		}
	
		> div:first-child{
			border-bottom: 2px solid;
		}
	
		p {
			font-size: min(9.5vw,9rem);
			height: 0.66em;
			vertical-align: top;
			line-height: 1;
			white-space: nowrap;
			overflow: clip;
			font-weight: bold;
			text-align: right;
		}
	}
