.photo-gallery {
	margin: 0;
}

.photo-gallery img {
	display: block;
	max-width: 100%;
	max-height: 26rem;
	margin: 0 auto;
	background: rgb(31, 31, 31);
}

.photo-gallery figcaption {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.5rem;
	color: rgb(136, 136, 136);
	font-size: 0.9rem;
}

.photo-gallery span {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.photo-gallery button {
	width: 1.75rem;
	height: 1.75rem;
	border: 0.0625rem solid rgba(216, 212, 178, 0.7);
	background: transparent;
	color: rgb(216, 212, 178);
	cursor: pointer;
	font: inherit;
	font-size: 0.85rem;
	line-height: 1;
}

.photo-gallery button:hover {
	background: rgba(216, 212, 178, 0.12);
}
