.apf-11923-wrapper {
	width: 100%;
}

/* Filters */
.apf-11923-filters {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
	flex-wrap: wrap;
	background: #f8f9fa;
	padding: 25px;
	border-radius: 12px;
	border: 1px solid #eaeaea;
}

.apf-11923-filter-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.apf-11923-filter-group label {
	font-weight: 700;
	font-size: 14px;
	color: #2c3e50;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Buttons */
.apf-11923-btn-group {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.apf-11923-filter-btn {
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	background: #fff;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
	color: #555;
}

.apf-11923-filter-btn:hover {
	border-color: #b0b0b0;
	transform: translateY(-1px);
}

.apf-11923-filter-btn.active {
	background-color: #3498db; /* Fallback */
	color: white;
	border-color: transparent;
	box-shadow: 0 4px 6px rgba(52, 152, 219, 0.2);
}

/* Selects */
.apf-11923-select {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	min-width: 220px;
	background-color: #fff;
	font-size: 14px;
	cursor: pointer;
}

/* Grid */
.apf-11923-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

/* Cards */
.apf-11923-card {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 25px;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.apf-11923-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.apf-11923-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
	gap: 10px;
}

.apf-11923-card-title {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: 700;
	color: #2c3e50;
	line-height: 1.3;
}

.apf-11923-card-subtitle {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: 500;
	color: #7f8c8d;
	font-style: italic;
}

.apf-11923-meta {
	font-size: 11px;
	color: #95a5a6;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.apf-11923-badge {
	display: inline-block;
	font-size: 11px;
	padding: 4px 10px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* Removed hardcoded status colors since they are now inline */

.apf-11923-desc {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.apf-11923-link {
	display: inline-block;
	margin-top: auto;
	text-decoration: none;
	color: #3498db;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.2s;
}

.apf-11923-link:hover {
	color: #1d6fa5;
	text-decoration: underline;
}
