.fag-container-e60d81e1 {
	font-family: inherit;
    background-color: #fffaf7;
    padding: 4rem 2rem;
}

.fag-header {
    margin-bottom: 2rem;
}

.fag-kicker {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c3704d;
    margin-bottom: 0.5rem;
}

.fag-header-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 2rem;
}

.fag-heading {
	margin: 0;
	font-size: 3rem;
    font-family: serif;
    font-weight: 400;
    max-width: 600px;
    line-height: 1.2;
}

.fag-subtext {
	margin: 0;
	color: #666;
	max-width: 350px;
    line-height: 1.6;
    margin-top: 1rem;
}

.fag-filters {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}

.fag-filter-btn {
	padding: 0.4rem 1.2rem;
	background: transparent;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.9rem;
    color: #333;
}

.fag-filter-btn:hover {
	background: #f5f5f5;
}

.fag-filter-btn.active {
	background: #c3704d;
	color: #fff;
	border-color: #c3704d;
}

.fag-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2.5rem;
}

.fag-card {
	border: none;
	background: transparent;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.fag-card-img {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	margin-bottom: 1.2rem;
}

.fag-no-img {
	background-color: #e8e8e8;
}

.fag-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.fag-card-pre-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    color: #666;
}

.fag-cat-label {
    background-color: #fcece5;
    color: #c3704d;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-weight: 500;
}

.fag-card-title {
	font-size: 1.4rem;
	margin: 0 0 0.8rem 0;
    font-family: serif;
    font-weight: 400;
    line-height: 1.3;
}

.fag-card-excerpt {
	color: #555;
	font-size: 0.95rem;
	margin-bottom: 1.5rem;
	flex: 1;
    line-height: 1.5;
}

.fag-card-meta {
	display: flex;
	align-items: center;
    justify-content: space-between;
	font-size: 0.85rem;
	color: #666;
}

.fag-author-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fag-author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.fag-author img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}

.fag-bookmark {
    cursor: pointer;
    color: #666;
}

.fag-bookmark:hover {
    color: #333;
}

.fag-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.fag-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.fag-page-link:hover, .fag-page-link.active {
    background-color: #c3704d;
    color: #fff;
    border-color: #c3704d;
}

@media (max-width: 768px) {
    .fag-header-main {
        flex-direction: column;
        gap: 1rem;
    }
    .fag-heading {
        font-size: 2.2rem;
    }
    .fag-container-e60d81e1 {
        padding: 2rem 1rem;
    }
}
