/*
Theme Name: RituRaw
Theme URI: https://rituakter.com/
Author: Ritu Akter
Author URI: https://rituakter.com/
Description: A clean Elementor-ready WordPress theme with WooCommerce support.
Version: 1.0
License: GPLv2 or later
Text Domain: rituraw
*/

body{
    margin:0;
    padding:0;
    font-family: Arial, sans-serif;
    background:#f8f5ef;
    color:#222;
}

a{
    color:#c96b3b;
    text-decoration:none;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.site-header{
    background:#111;
    padding:20px 0;
}

.site-title a{
    color:#fff;
    font-size:32px;
    font-weight:bold;
}

.site-footer{
    background:#111;
    color:#fff;
    text-align:center;
    padding:20px;
    margin-top:40px;
}

.content-area{
    padding:40px 0;
}

.post-card{
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}
