/*
Theme Name: Prizum
Author: the WordPress team
Author URI: https://wordpress.org
Description: Prizum emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prizum
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.default-content-wrapper{
    width:90%;
    max-width:1200px;
    margin:60px auto;
}

.post-card,
.page-content-wrapper{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    padding:30px;
    margin-bottom:40px;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.post-thumbnail{
    margin-bottom:25px;
    overflow:hidden;
    border-radius:12px;
}

.post-thumbnail img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.post-title,
.page-title{
    font-size:42px;
    margin-bottom:12px;
    line-height:1.2;
}

.post-title a{
    color:#111;
}

.post-meta{
    color:#777;
    margin-bottom:25px;
    font-size:14px;
}

.post-content-area,
.page-content{
    font-size:16px;
    line-height:1.8;
}

.post-content-area p,
.page-content p{
    margin-bottom:20px;
}

.pagination-wrapper{
    margin-top:50px;
    text-align:center;
}

.pagination-wrapper .nav-links{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.pagination-wrapper a,
.pagination-wrapper span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    padding:0 14px;
    border-radius:8px;
    background:#fff;
    color:#111;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.pagination-wrapper .current{
    background:#111;
    color:#fff;
}

.no-results{
    background:#fff;
    padding:40px;
    border-radius:16px;
    text-align:center;
}

.woocommerce{
    width:100%;
}

.woocommerce ul.products{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:24px;
}

.woocommerce div.product{
    width:100%;
}

@media(max-width:768px){

    .post-title,
    .page-title{
        font-size:30px;
    }

    .post-card,
    .page-content-wrapper{
        padding:20px;
    }

}