/**
 * Landscape Design Single Page Styles
 */

.single-rgs-landscape-design #content {
	margin: 20px 0;
	width: 100%;
}

.single-rgs-landscape-design #content a:focus,
.single-rgs-landscape-design #content a:hover {
	color: #e57a3c;
}

/* Back link */
.ld-back-link {
	margin-bottom: 20px;
}

/* Featured image */
.ld-featured-image {
	margin-bottom: 30px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.ld-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Category */
.ld-category {
	text-align: center;
	color: #666;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

/* Title */
.ld-title {
	text-align: center;
	margin-bottom: 10px;
}

/* Location */
.ld-location {
	text-align: center;
	color: #e57a3c;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 30px;
}

/* Content */
.ld-content {
	width: 50%;
	margin: 0 auto 40px;
	text-align: center;
}

/* Gallery - masonry style */
.ld-gallery {
	column-count: 2;
	column-gap: 20px;
	margin-top: 30px;
}

.ld-gallery__item {
	break-inside: avoid;
	margin-bottom: 20px;
}

.ld-gallery__item img {
	width: 100%;
	height: auto;
	display: block;
}

/* Mobile */
@media (max-width: 575px) {
	.ld-content {
		width: 100%;
	}

	.ld-gallery {
		column-count: 1;
	}
}
