/* Master Layout */
.custom-loop-grid-master-wrapper-1a1ceee9 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.custom-loop-grid-master-wrapper-1a1ceee9.layout-bottom {
	flex-direction: column-reverse;
}

.custom-loop-grid-master-wrapper-1a1ceee9.layout-left {
	flex-direction: row;
	align-items: flex-start;
}
.custom-loop-grid-master-wrapper-1a1ceee9.layout-left .integrated-filter-1a1ceee9 {
	flex-direction: column;
	min-width: 200px;
}

.custom-loop-grid-master-wrapper-1a1ceee9.layout-right {
	flex-direction: row-reverse;
	align-items: flex-start;
}
.custom-loop-grid-master-wrapper-1a1ceee9.layout-right .integrated-filter-1a1ceee9 {
	flex-direction: column;
	min-width: 200px;
}

@media (max-width: 767px) {
	.custom-loop-grid-master-wrapper-1a1ceee9.layout-left,
	.custom-loop-grid-master-wrapper-1a1ceee9.layout-right {
		flex-direction: column;
	}
	.custom-loop-grid-master-wrapper-1a1ceee9.layout-left .integrated-filter-1a1ceee9,
	.custom-loop-grid-master-wrapper-1a1ceee9.layout-right .integrated-filter-1a1ceee9 {
		flex-direction: row;
		min-width: auto;
	}
}

/* Filter Styling */
.integrated-filter-1a1ceee9 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.filter-btn-1a1ceee9 {
	background: transparent;
	border: 1px solid #ccc;
	padding: 8px 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
}

/* Grid Styling */
.custom-loop-grid-1a1ceee9 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	flex-grow: 1;
	transition: opacity 0.3s ease;
}

.custom-loop-item-1a1ceee9 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Loading State */
.custom-loop-grid-1a1ceee9.is-loading-1a1ceee9 {
	opacity: 0.5;
	pointer-events: none;
}
