.nova-dropbox-gallery button:hover,
.nova-dropbox-gallery button:focus,
.nova-dropbox-gallery button:active {
	background: transparent;
}

.nova-dropbox-gallery.embla .embla__button {
	color: var(--global-palette-btn-bg);
	box-shadow: inset 0 0 0 0.15rem var(--global-palette-btn-bg);
	width: 2.6rem;
	height: 2.6rem;
}

.embla__button:disabled {
	display: none;
}

.nova-dropbox-gallery.embla .embla__button:hover {
	color: #fff;
	background: var(--global-palette-btn-bg);
}

.nova-dropbox-gallery.embla .embla__dot:after {
	background-color: #000;
}

.nova-dropbox-gallery.embla .embla__dot--selected {
	scale: 1.2;
}

.nova-dropbox-gallery.embla .embla__dot--selected:after {
	box-shadow: inset 0 0 0 0.2rem var(--global-palette-btn-bg);
	background-color: var(--global-palette-btn-bg);
}

.nova-dropbox-gallery.is-six-tiles .nova-dropbox-gallery__page {
	flex: 0 0 100%;
}

.nova-dropbox-gallery.is-six-tiles .nova-dropbox-gallery__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.nova-dropbox-gallery.is-six-tiles .nova-dropbox-gallery__tile img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@media (min-width: 768px) {
	.nova-dropbox-gallery.is-six-tiles .nova-dropbox-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.nova-dropbox-gallery.is-six-tiles .nova-dropbox-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
