/**
 * Block: Brands carousel – header arrows (scoped to .block-brands only).
 * Keeps arrow list aligned right and prevents flex layout break.
 */
.block-brands .block-header__arrows-list {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.block-brands .block-header__arrow {
	cursor: pointer;
}
