.wq-bulk-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 8px;
	row-gap: 18px;
	width: 100%;
	background: transparent;
}

.wq-bulk-gallery__item {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.wq-bulk-gallery__media {
	display: block;
	width: 100%;
	overflow: hidden;
	background: transparent;
	text-decoration: none;
}

.wq-bulk-gallery__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	margin: 0;
	padding: 0;
	border: 0;
}

.wq-bulk-gallery__title {
	display: block;
	width: 100%;
	margin: 7px 0 0;
	padding: 0;
	color: #F4DDC4;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	overflow-wrap: anywhere;
	background-color: transparent;
}

.wq-bulk-gallery__empty {
	padding: 16px;
	border: 1px dashed currentColor;
	text-align: center;
}

/* يبقى العرض صورتين في السطر حتى على الهاتف */
@media (max-width: 767px) {
	.wq-bulk-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
