.gridmin-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
/*	margin: 20px 0; */
}

.gridmin {
	padding: 12px 20px;
	background: #fbf1d2;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	color: #c9a100 !important;
	border: 1px solid rgba(201, 161, 0, 1) !important;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
	transition: opacity 0.2s ease;
	display: inline-block;
}

.gridmin:hover {
	opacity: 0.7;
}

.gridmin-empty {
	text-align: center;
	opacity: 0.7;
}
