.cat {
	color: var(--wp--preset--color--foreground);
	font-weight: 600;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--tiny);
	text-align: center;
	text-decoration: none;
}

.cat:hover {
	color: var(--wp--preset--color--primary);
}

.cat__icon {
	background: var(--wp--preset--color--primary);
	border-radius: var(--wp--custom--border-radius--large);
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 4px;
}

.cat.browse-all .cat__icon {
	background: var(--wp--preset--color--secondary);
}

.cat.browse-all:hover {
	color: var(--wp--preset--color--secondary);
}

.cat__icon svg {
	fill: #fff;
}

.block-category-listing__inner {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 106px;
	grid-column-gap: 4px;
	overflow-x: auto;
	padding-left: var(--wp--custom--layout--padding);
	padding-bottom: 16px;
	margin-left: calc( -1 * var(--wp--custom--layout--padding) );
	margin-right: calc( -1 * var(--wp--custom--layout--padding) );
}

.block-category-listing__title {
	font-weight: 900;
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
	margin: 0 0 16px;
}

@media only screen and (min-width: 768px) {
	.block-category-listing__title.hide-desktop {
		display: none;
	}
}
