
/**
 * Larger mobile devices.
 */
@media only screen and (min-width: 480px) {

}



/**
 * Tablet devices.
 */
@media only screen and (min-width: 768px) {

}



/**
 * Smaller screen devices.
 */
@media only screen and (min-width: 960px) {

}



/**
 * Smaller laptops.
 */
@media only screen and (min-width: 1100px) {
	
}



/**
 * Laptops.
 */
@media only screen and (min-width: 1240px) {
	.standout-media-text {
		& > * > .standout-block-inner > * {
			width: 50%;
		}

		&.text-50-width > * > .standout-block-inner > .acf-innerblocks-container {
			width: calc(50% + var(--gap-l));
		}
		&.text-50-width > * > .standout-block-inner > .standout-media-text_img-wrap {
			width: calc(50% - var(--gap-l));
		}

		& > * > * > .acf-innerblocks-container {
			&:not(:has(> .has-color-bg-color)) {
				.standout-block.has-bg & {
					padding-left: 0;
					padding-right: 0;
				}
			}
		}

		&[data-image-position="right"] {
			&:not(.wide-padding-left) > * > * > .acf-innerblocks-container:not(:has(> .has-color-bg-color)) {
				padding-left: clamp(0px, calc(((var(--content-max-size) + (2 * var(--gap-m))) - 100vw) / 2), var(--gap-m));
			}

			&:not(.wide-padding-right) > * > * > * .standout-media-text_text-inner {
				padding-right: var(--gap-l);
			}
		}

		&[data-image-position="left"] {
			& > * > * > .acf-innerblocks-container:not(:has(> .has-color-bg-color)) {
				padding-right: clamp(0px, calc(((var(--content-max-size) + (2 * var(--gap-m))) - 100vw) / 2), var(--gap-m));
			}

			& > * > * > * .standout-media-text_text-inner {
				padding-left: var(--gap-l);
			}

			& > * > * > .standout-media-text_img-wrap {
				order: 0;
			}
		}

		& > * > * > * .standout-media-text_text-inner {
			/* max-width: calc(var(--wp--style--global--wide-size) / 2); */
			padding-bottom: 0;
		}

		&[data-content-size="default"] {
			&[data-image-position="right"] > * > * > * .standout-media-text_text-inner {
				margin-left: auto;
			}

			&[data-image-position="left"] > * > * > * .standout-media-text_text-inner {
				margin-right: auto;
			}
		}

		&[data-image-size="default"] > * > * > .standout-media-text_img-wrap img {
			/* max-width: calc(var(--wp--style--global--wide-size) / 2); */
		}

		&[data-section-height="img"] {
			&[data-image-position="left"] > * > * > .standout-media-text_img-wrap {
				text-align: right;
			}

			&[data-image-position="right"] > * > * > .standout-media-text_img-wrap {
				text-align: left;
			}
		}

		&:not([data-section-height="img"]) {
			& > * > * > .standout-media-text_img-wrap img {
				position: absolute;
				top: 0;
			}

			&[data-image-position="left"] > * > * > .standout-media-text_img-wrap img {
				right: 0;
			}

			&[data-image-position="right"] > * > * > .standout-media-text_img-wrap img {
				left: 0;
			}
		}
		
		& .standout-media-text_img-wrap {
			aspect-ratio: unset;
		}
	}
}



/**
 * Large screen devices.
 */
@media only screen and (min-width: 1600px) {
	
}
