/* === Category Template === */
.category-page .category-title {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #4dd2ff;
    text-transform: uppercase;
    font-weight: bold;
}

.category-page .category-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #ccc;
}

.category-page .category-post {
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.category-page .post-title a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.category-page .post-title a:hover {
    color: #4dd2ff;
}

.category-page .post-excerpt {
    color: #aaa;
    margin-top: 10px;
    font-size: 1em;
}

.category-page .pagination {
    margin-top: 40px;
    color: #fff;
}
