/*
Theme Name: Annadei Lite
Theme URI:  https://annadei.com/
Author:     Annadei
Author URI: https://annadei.com/
Description: Lightweight mobile-first theme for Annadei food marketplace.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: annadei-lite
Tags: food,restaurant,delivery,lightweight,responsive
*/
body{font-family:Inter,Arial,Helvetica,sans-serif;margin:0;background:#faf8f5;color:#222;}
a{color:#ff6f00;text-decoration:none;}
.site-header{background:#fff;padding:12px 16px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;}
.site-brand{display:flex;gap:12px;align-items:center;}
.site-brand img{width:48px;height:48px;object-fit:cover;border-radius:8px;}
.site-title{font-weight:700;font-size:18px;margin:0;}
.site-tagline{font-size:13px;color:#666;margin:0;}
.main{max-width:980px;margin:12px auto;padding:0 12px;}
.footer{padding:14px 12px;text-align:center;color:#777;font-size:13px;border-top:1px solid #f0f0f0;margin-top:30px;}
/* responsive container for menu shortcode area */
.annadei-wrap{margin-bottom:80px;}

/* small utility buttons */
.btn{display:inline-block;padding:8px 12px;border-radius:8px;border:none;background:#ff6f00;color:#fff;font-weight:700;cursor:pointer;}
.btn-ghost{background:transparent;border:1px solid #ff6f00;color:#ff6f00;padding:6px 10px;border-radius:8px;}

/* small desktop tweaks */
@media (min-width:900px){
    .annadei-dish-list{display:grid;grid-template-columns:1fr 1fr; gap:12px;}
    .dish-card{align-items:stretch;}
}
