/*
Theme Name: Anil Raj Theme
Theme URI: https://anilraj.com.np
Author: Anil Rajbanshi
Author URI: https://www.anilraj.com.np
Description: This is Anil Raj theme . Experimental theme for beginner.
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.anilraj.com.np
Text Domain: Anil Rajbanshi
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
*/

.post-row{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:40px;
}

.avatar img{
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:10px;
}

.content{
    flex:1;
    padding:20px;
    border:1px solid #ddd;
    border-radius:10px;
}

/* Mobile */
@media(max-width:768px){

    .post-row{
        flex-direction:column;
    }

    .right-layout{
        flex-direction:column;
    }
}