.angie-plf-2226-wrapper {
	font-family: inherit;
}

.angie-plf-2226-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 15px;
}

.angie-plf-2226-categories {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.angie-plf-2226-cat-btn {
	background: #FAF7F0 !important;
	border: none !important;
	padding: 16px 24px 16px 24px !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	color: #572E24 !important;
	font-weight: 500 !important;
	transition: all 0.3s ease !important;
}

.angie-plf-2226-cat-btn.active,
.angie-plf-2226-cat-btn:hover {
	background: #C62C00 !important;
	color: #FFDCB5 !important;
}

.angie-plf-2226-search-wrap {
	position: relative;
}

.angie-plf-2226-search {
	padding: 10px 35px 10px 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #F6F6F6 !important;
	color: #A3A3A3 !important;
	width: 250px;
}

.angie-plf-2226-search::placeholder {
	color: #A3A3A3 !important;
}

.angie-plf-2226-search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #572E24 !important;
	z-index: 2;
	pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-plf-2226-search-icon i,
.angie-plf-2226-search-icon svg {
    color: #572E24 !important;
    fill: #572E24 !important;
    width: 1em;
    height: 1em;
}

.angie-plf-2226-sub-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.angie-plf-2226-main-title {
	color: #c62c00 !important;
	margin: 0;
	font-size: 32px;
	font-weight: bold;
}

.angie-plf-2226-filters-dropdown {
	position: relative;
}

.angie-plf-2226-filters-toggle {
	background: #ffdcb5 !important;
	border: none !important;
	padding: 16px 24px 16px 24px !important;
	border-radius: 4px;
	cursor: pointer;
	color: #572e24 !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
    flex-direction: row;
}

.angie-plf-2226-filters-toggle i,
.angie-plf-2226-filters-toggle svg {
	transition: transform 0.3s ease;
    color: #572e24 !important;
    fill: #572e24 !important;
    width: 1em;
    height: 1em;
}

.angie-plf-2226-filters-toggle.active i,
.angie-plf-2226-filters-toggle.active svg {
	transform: rotate(-180deg);
}

.angie-plf-2226-filters-toggle.active {
	background: #c62c00 !important;
	color: #fff !important;
}

.angie-plf-2226-filters-toggle.active i,
.angie-plf-2226-filters-toggle.active svg {
    color: #fff !important;
    fill: #fff !important;
}

.angie-plf-2226-filters-menu {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff !important;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	width: 250px;
	padding: 15px;
	display: none;
	z-index: 10;
	margin-top: 10px;
}

.angie-plf-2226-filters-menu.show {
	display: block;
}

.angie-plf-2226-filter-group {
	margin-bottom: 15px;
}

.angie-plf-2226-filter-group:last-child {
	margin-bottom: 0;
}

.angie-plf-2226-filter-title {
	font-weight: 600;
	color: #572e24 !important;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.angie-plf-2226-filter-title i,
.angie-plf-2226-filter-title svg {
    color: #572e24 !important;
    fill: #572e24 !important;
    width: 1em;
    height: 1em;
}

.angie-plf-2226-filter-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.angie-plf-2226-filter-list li {
	padding: 5px 0;
	color: #7a7a7a !important;
	cursor: pointer;
	transition: color 0.2s;
}

.angie-plf-2226-filter-list li:hover,
.angie-plf-2226-filter-list li.selected {
	color: #c62c00 !important;
}

.angie-plf-2226-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

.angie-plf-2226-item-inner {
	background: #fffbf5 !important;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
    padding: 16px 16px 0px 16px !important;
}

.angie-plf-2226-thumbnail img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
    border-radius: 16px !important;
    box-sizing: border-box;
}

.angie-plf-2226-content-wrap {
	padding: 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.angie-plf-2226-date {
	font-size: 14px;
	color: #999 !important;
	margin-bottom: 10px;
	background: #f0f0f0 !important;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	align-self: flex-start;
}

.angie-plf-2226-title {
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.angie-plf-2226-title a {
	color: #572e24 !important;
	text-decoration: none;
}

.angie-plf-2226-title a:hover {
	color: #c62c00 !important;
}

.angie-plf-2226-excerpt {
	color: #7a7a7a !important;
	margin-bottom: 20px;
	flex-grow: 1;
	line-height: 1.6;
}

.angie-plf-2226-read-more a {
	color: #c62c00 !important;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.angie-plf-2226-read-more a:hover {
	color: #892900 !important;
}

.angie-plf-2226-loading {
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px;
	color: #7a7a7a !important;
}
