<p>@charset "utf-8";
/*
Theme Name: Mow
Theme URI: https://themeforest.net/item/mow-blog-magazine-wordpress-theme/55485036
Description: Mow - Blog &amp; Magazine WordPress Theme
Text Domain: mow
Author: Frenify
Author URI: http://themeforest.net/user/frenify
Version: 2.1.4
Tested up to: 6.7
Requires PHP: 7.4
Requires at least: 5.9
License: Located in 'licensing' folder
License URI: license.txt
Tags: custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
Domain Path: /languages
*/

/* Search Results Grid Layout */
@media (min-width: 992px) {
    .mow_fn_searchpagelist .mow_fn_bloglist_classic {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .mow_fn_searchpagelist .mow_fn_bloglist_classic article {
        padding: 0;
        border-bottom: none;
    }
    .mow_fn_searchpagelist .mow_fn_bloglist_classic article:first-child {
        padding-top: 0;
    }
    .mow_fn_searchpagelist .blog__item_classic .blog__image {
        height: 200px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .mow_fn_searchpagelist .blog__item_classic .blog__image a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mow_fn_searchpagelist .blog__item_classic .fn__title {
        font-size: 18px;
    }
    .mow_fn_searchpagelist .blog__item_classic .desc {
        font-size: 14px;
    }
}

@media (min-width: 640px) and (max-width: 991px) {
    .mow_fn_searchpagelist .mow_fn_bloglist_classic {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .mow_fn_searchpagelist .mow_fn_bloglist_classic article {
        padding: 0;
        border-bottom: none;
    }
    .mow_fn_searchpagelist .blog__item_classic .blog__image {
        height: 180px;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .mow_fn_searchpagelist .blog__item_classic .blog__image a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
 