/* RBA Instagram Reels — responsive 1–3 column grid */
.rba-ig-reels {
	width: 100%;
	max-width: 100%;
	margin: 2rem auto;
	box-sizing: border-box;
}

.rba-ig-reels__grid {
	display: grid;
	gap: 1.25rem;
	align-items: start;
	grid-template-columns: 1fr;
}

.rba-ig-reels--count-2 .rba-ig-reels__grid,
.rba-ig-reels--count-3 .rba-ig-reels__grid {
	grid-template-columns: 1fr;
}

@media (min-width: 700px) {
	.rba-ig-reels--count-2 .rba-ig-reels__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rba-ig-reels--count-3 .rba-ig-reels__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rba-ig-reels__item {
	min-width: 0;
	width: 100%;
}

.rba-ig-reels__item .instagram-media {
	margin: 0 auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: 100% !important;
	background: #fff;
}

.rba-ig-reels-error {
	padding: 0.75rem 1rem;
	border: 1px solid #c3c4c7;
	background: #fcf9e8;
	color: #1d2327;
}


/* Artist profile Videos tab */
.videoContainer .rba-ig-reels {
	margin: 0;
}

.videoContainer .instagram-media {
	margin: 0 auto !important;
}