@charset "utf-8";

/* BOX */
	.box,
	.box-buffer {
		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-container,
	.box-holder {
		display: block;
		min-width: 0;
		width: 100%;
		}
	.box-container.wd-h,
	.box.box-inside .box-container {
		border-radius: var(--radius);
		}

/* BOX SHIFT NEXT 
	.box.mg-has-more-bottom + .section.section-default > .section-c > .mgv.mg-normal,
	.box.mg-has-more-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child > *:first-child,
	.box.mg-has-more-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child > *:first-child > *:first-child,
	.box.mg-has-huge-bottom + .section.section-default > .section-c > .mgv.mg-normal,
	.box.mg-has-huge-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child > *:first-child,
	.box.mg-has-huge-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child > *:first-child > *:first-child {
		margin-top: 0;
		}
	.box.mg-has-more-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child {
		margin-top: calc((var(--margin-more) * -1) + var(--margin-normal) );
		}
	.box.mg-has-huge-bottom + .section.section-default > .section-c > .mgv.mg-normal > *:first-child {
		margin-top: calc((var(--margin-huge) * -1) + var(--margin-normal) );
		}*/