/*
Theme Name: Lapel Sydney Child Theme
Template: sydney
Description: Custom Theme
Author: admin
Version: 1.0.0
*/

.lapel-sticky-categories
{
	position: sticky;
	top: 0;
}

.lapel-categories-row-list
{
	display: flex;
	flex-wrap: wrap; 
	gap: 12px; 
	margin: 20px 0;
}

.lapel-categories-row-list a
{
	color: #333; 
	padding: 12px 24px; 
	text-decoration: none; 
	border-radius: 5px; 
	font-weight: 600;
	font-size: 14px; border: 1px solid #e9ecef; transition: all 0.3s ease;
	border: none !important;
}

.lapel-categories-row-list a:hover 
{
	background-color: #14263d !important; 
	color: #fff !important; 
	border-color: #222 !important; 
}