.category-header {
    margin-bottom: 2em;
    text-align: center;
}

.category-title {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    color: #333;
}

.category-description {
    font-size: 1.1em;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1em;
}

.category-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.category-post-item {
    padding: 1em;
    transition: background-color 0.3s ease;
}

.category-posts-list li {
    list-style-type: disc !important;
}

.category-post-link {
    display: block;
    color: #be8100;
    font-size: 1.1em;
    line-height: 1;
	font-weight: 700;
	text-decoration: underline;
}


.category-post-link:hover {
    color: #333;
}

.no-posts {
    text-align: center;
    font-style: italic;
    color: #666;
    margin: 2em 0;
}

@media screen and (max-width: 768px) {
    .category-title {
        font-size: 2em;
    }
    
    .category-post-link {
        font-size: 1.1em;
    }
    
    .category-posts-list {
        padding: 0 1em;
    }

	body.archive .site-container {
    	height: 200vh !important;
	}
}
