/*
 * Theme Name: GiftQuest
 * Theme URI: https://giftquest.net
 * Description: WordPress theme matching the GiftQuest site layout and styling.
 * Author: Nick
 * Version: 1.0
 * Text Domain: giftquest
 * */

/* Blog-specific helpers (main styling is in assets/css/giftquest.css) */

.gq-blog-header {
    margin-bottom: 2rem;
    text-align: center;
}

.gq-blog-header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.gq-blog-header p {
    margin-bottom: 0;
}

.gq-blog-post-card {
    margin-bottom: 2rem;
}

.gq-blog-post-meta {
    font-size: 0.9rem;
    opacity: 0.75;
    margin-bottom: 0.75rem;
}

.gq-blog-pagination {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.gq-blog-empty {
    text-align: center;
    padding: 3rem 1rem;
}

.gq-single-post-wrapper {
    margin-bottom: 3rem;
}

