.featured-brands-grid-01abb150 {
	display: grid;
	grid-template-columns: repeat(var(--fb-cols, 2), 1fr);
	gap: var(--fb-gap, 20px);
}

.featured-brand-card-01abb150 {
	position: relative;
	border-radius: 8px; /* default, overridden by controls */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: transform 0.3s ease;
	background-color: #1a1a1a;
}

.featured-brand-card-01abb150:hover {
	transform: translateY(-5px);
}

/* Gradient Overlay */
.featured-brand-card-01abb150::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	/* fallback linear gradient */
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
}

.fb-card-top-01abb150,
.fb-card-bottom-01abb150 {
	position: relative;
	z-index: 2;
}

.fb-logo-01abb150 {
	max-height: 50px;
	width: auto;
	object-fit: contain;
}

.fb-title-01abb150 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 600;
}

.fb-button-01abb150 {
	display: inline-block;
	padding: 10px 24px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.featured-brand-card-01abb150:hover .fb-button-01abb150 {
	background-color: #ffffff;
	color: #000000 !important;
}

/* Ensure link styles are clean */
a.featured-brand-card-01abb150:focus,
a.featured-brand-card-01abb150:active {
	outline: none;
}
