@charset "utf-8";

/* BOX */
	.box,
	.box-buffer,
	.box-border {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		}
	.box-buffer {
		justify-items: center;
		}
	.box-content-left .box-buffer {
		justify-items: flex-start;
		}
	.box-content-right .box-buffer {
		justify-items: flex-end;
		}
	.box-border {
		border: 0.1rem solid transparent;
		}
	.box-container,
	.box-holder {
		display: block;
		min-width: 0;
		width: 100%;
		}
	.box.box-inside .box-container {
		z-index: 8;
		}
	.box-height {
		align-items: flex-start;
		min-height: 100vh;
		}
	.box-height.box-height-centered {
		align-items: center;
		}

/* BOX SHIFT NEXT */
	.box.shading-here.mg-has-more-bottom + .section.section-default > .section-c > .mgv.mg-normal {
		margin-top: 0;
		}
	.box.shading-here.mg-has-more-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child {
		margin-top: calc((var(--mywp-mg-huge) * -1) + var(--mywp-mg-normal) );
		}