/* =========================================================================
   Single project — Elementor post layout (verified #5730)
   -------------------------------------------------------------------------
   Container: 750px
   Left:      24% (~180px) gallery, 16:9, gap 22px
   Right:     76% title + text, padding-left 50px
   Title:     Arial 15px / 700 / #6D6E71
   Body:      Arial 11px / 1.4 / #6D6E71
   ========================================================================= */

.ap-single {
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	box-sizing: border-box;
}

.ap-single__grid {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 0;
	margin: 0;
	width: 100%;
}

.ap-single__gallery {
	flex: 0 0 24%;
	width: 24%;
	max-width: 24%;
	padding: 0;
	box-sizing: border-box;
}

.ap-single__gallery-stack {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.ap-single__side {
	flex: 0 0 76%;
	width: 76%;
	max-width: 76%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

.ap-single__shot {
	margin: 0;
	width: 100%;
}

.ap-single__shot-link {
	display: block;
	line-height: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.ap-single__shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ap-single__title {
	margin: -1px 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	color: #6d6e71;
}

.ap-single__location {
	margin: 0 0 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	color: #6d6e71;
	font-style: italic;
}

.ap-single__content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	color: #6d6e71;
}

.ap-single__content p {
	margin: 0 0 1em;
}

.ap-single__content p:last-child {
	margin-bottom: 0;
}

.ap-single__empty {
	margin: 0;
	font-size: 11px;
	color: #6d6e71;
}

.ap-archive {
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
