@media (min-width: 1025px) {
	.route-article section:has(> figure.wp-block-image:not(:first-child)) {
		display: flow-root;
		min-height: 0;
		padding-left: 0;
	}
	
	.route-article
    section:has(> figure.wp-block-image:not(:first-child))
    > figure.wp-block-image {
		position: static;
		float: left;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 49.55%;
		height: clamp(400px, 33.2vw, 531px);
		min-height: 0;
		margin: 0 104px 35px 0;
		overflow: hidden;
	}
	
	.route-article
    section:has(> figure.wp-block-image:not(:first-child))
    > h2:not(:first-child) {
		margin-top: 70px;
	}
	
	.route-article
    section:has(> figure.wp-block-image:not(:first-child))
    > figure.wp-block-image ~ h2 {
		clear: both;
	}
}

@media (max-width: 1024px) {
	.route-article section:has(> figure.wp-block-image:not(:first-child)) {
		display: block;
		min-height: 0;
		padding-left: 0;
	}
	
	.route-article
    section:has(> figure.wp-block-image:not(:first-child))
    > figure.wp-block-image {
		position: static;
		float: none;
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 1.49/1;
		margin: 0 0 35px;
	}
}

@media (min-width: 1025px) {
	.route-article
    section:has(> figure.wp-block-image:not(:first-child))
    > figure.wp-block-image ~ ul, .route-article
    section:has(> figure.wp-block-image:not(:first-child))
    > figure.wp-block-image ~ ol {
		display: flow-root;
		box-sizing: border-box;
	}
}