/* theme.css - condolence / memorial RTL styling */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

body {
    background: #0f0f10;
    color: #ececec;
    font-family: 'Vazirmatn', Tahoma, system-ui, sans-serif;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}
.site-container {
    max-width: 1100px;
    margin: 28px auto;
    padding: 20px;
}
.header {
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}
.logo {
    width:60px;
    height:60px;
    border-radius:50%;
    overflow:hidden;
    background:linear-gradient(180deg,#1b1b1b,#111);
    display:flex;align-items:center;justify-content:center;
    border:1px solid #333;
}
.logo svg { width:36px; height:36px; fill:#f0e8e0; opacity:0.95; }
h1.site-title { font-weight:300; margin:0; color:#f6f6f6; }
.candle {
    color:#ffd89b;
    margin-left:10px;
}
.card-memorial {
    background:#121212;border:1px solid #252525;padding:18px;border-radius:10px;margin-bottom:18px;
}
.person-photo {
    max-width:200px; width:100%; height:auto; border-radius:8px; border:1px solid #2b2b2b;
}
.meta { color:#bfc3c6; font-size:0.95rem; }
.comment-box { background:#141414; padding:12px; border:1px solid #262626; border-radius:8px; margin-bottom:10px; }
.small-muted { color:#9aa0a6; font-size:.9rem; }
.btn-ghost {
    background:transparent; border:1px solid #333; color:#eee;
}
.footer-note { color:#8f9599; font-size:0.9rem; margin-top:20px; text-align:center; }
a { text-decoration:none; }
