/*
Theme Name: Made Child
Description: Child theme of Made portfolio theme
Template: made
Version: 1.0.0
*/

/* 
Add your custom CSS below this line 
All Made theme styles will be inherited automatically
*/

/* Category and Search Page Styling */
.archive-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.archive-header__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.archive-header__description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

/* No posts found styling */
.no-posts-found {
    text-align: center;
    padding: 3rem 0;
}

.no-posts-found h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #666;
}

.no-posts-found p {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 2rem;
}

.search-retry {
    max-width: 400px;
    margin: 0 auto;
}

/* Ensure consistent blog-style layout for category and search */
.loop--search,
.loop--category {
    /* These will inherit the blog loop styling from parent theme */
}
