/*
Theme Name: Muzze
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.6.3
Description: Muzze is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Muzze will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author URI: <a href="https://themeforest.net/user/ovatheme/portfolio">Ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: muzze
*/


.search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.search-result-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    background: #fff;
    transition: transform 0.2s ease;
}

.search-result-item:hover {
    transform: translateY(-5px);
}

.search-result-item img {
    max-width: 100%;
    height: auto;
}

.search-title {
    color: #0047ab;
    margin: 10px 0;
    font-size: 18px;
}

.search-link {
    color: red;
    font-weight: bold;
}
