body.np-body{background:#f7f3ee;color:var(--np-text-color, #2d251d);font-family:Arial,sans-serif}
.np-wrap{max-width:980px;margin:40px auto;padding:0 16px}
.np-header{margin-bottom:24px}.np-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.np-card,.np-single{background:#fff;border:1px solid #e7ddd2;border-radius:12px;box-shadow:0 4px 18px rgba(0,0,0,.05)}
.np-card{padding:16px}.np-card__img,.np-photo{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;margin-bottom:12px}
.np-card h3,.np-single h1{margin:0 0 12px;font-family:Georgia,serif}.np-card a{text-decoration:none;color:var(--np-text-color, #2d251d)}
.np-single{padding:24px}.np-ornament-top,.np-ornament-bottom{text-align:center;margin:6px 0 18px}.np-ornament-top img,.np-ornament-bottom img{max-width:240px;height:auto;margin:0 auto}
.np-single-grid{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:28px}.np-meta p{margin:0 0 10px}.np-content{margin-top:24px;padding-top:18px;border-top:1px solid #eadfd3}
.np-section{margin-top:24px}.np-btn{background:var(--np-button-bg, #6b4331);color:var(--np-button-text, #ffffff);border:none;padding:12px 18px;border-radius:8px;cursor:pointer}.np-btn:hover{background:#553426}
.np-condolence-form{display:none;margin-top:16px}.np-condolence-form input,.np-condolence-form textarea{width:100%;padding:10px 12px;margin-bottom:12px;border:1px solid #d8cabb;border-radius:8px}
.np-form-message{display:none;padding:12px;border-radius:8px;margin-top:12px}.np-form-message.success{background:#e7f4ea;color:#1d5a2d}.np-form-message.error{background:#f9e5e5;color:#8a2020}
.np-comments{margin-top:20px}.np-comment{padding:12px 0;border-bottom:1px solid #eee}.np-muted{color:#786a5b}.np-backlink{display:inline-block;margin-bottom:18px;color:#6b4331;text-decoration:none;font-weight:700}.np-backlink:hover{text-decoration:underline}
@media (max-width:800px){.np-single-grid{grid-template-columns:1fr}}

.np-content,.np-meta,.np-card,.np-card h3,.np-card p,.np-comment,.np-comments h2,.np-backlink,.np-header p,.np-header h1{color:var(--np-text-color, #2d251d);}
.np-condolence-graphic{text-align:center;margin:0 0 16px;}
.np-condolence-graphic img{max-width:180px;height:auto;margin:0 auto;}

.np-comment{display:flex;gap:12px;align-items:flex-start;}
.np-comment-graphic{flex:0 0 56px;}
.np-comment-graphic img{width:56px;height:56px;object-fit:contain;}
.np-comment-body{flex:1 1 auto;}
.np-card-condolences{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);}
.np-comment--archive{margin-bottom:12px;}

.np-card__img,.np-photo,.np-ornament-top img,.np-ornament-bottom img,.np-condolence-graphic img,.np-comment-graphic img{max-width:100%;height:auto;object-fit:contain;}
.np-photo{width:100%;max-height:420px;object-fit:contain;}
.np-card__img{width:100%;max-height:220px;object-fit:contain;}
.np-ornament-top img,.np-ornament-bottom img{width:auto;max-width:100%;max-height:180px;object-fit:contain;}
.np-condolence-graphic img{width:auto;max-width:100%;max-height:140px;object-fit:contain;}
.np-comment-graphic img{width:56px;height:56px;object-fit:contain;}

.np-card__img-wrap,.np-photo-wrap{display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;}
.np-card__img-wrap{min-height:220px;max-width:100%;}
.np-card__img{display:block;max-width:100% !important;width:auto !important;height:auto !important;max-height:220px;object-fit:contain;object-position:center;}
.np-photo-wrap{min-height:320px;}
.np-photo{display:block;max-width:100% !important;width:auto !important;height:auto !important;max-height:420px;object-fit:contain;object-position:center;}
.np-comment{display:flex;align-items:flex-start;gap:12px;}
.np-comment-graphic{flex:0 0 56px;display:flex;align-items:flex-start;justify-content:center;margin-top:2px;}
.np-comment-graphic img{display:block;max-width:56px !important;max-height:56px !important;width:auto !important;height:auto !important;object-fit:contain;object-position:center;}
.np-comment-body{flex:1 1 auto;min-width:0;}
.np-comment-body strong{display:block;margin-bottom:6px;}

.np-wrap,.np-card,.np-content,.np-meta,.np-comments,.np-condolence-form{font-family:var(--np-font-family, Georgia, serif);}
.np-card h1,.np-card h2,.np-card h3,.np-single h1,.np-comments h2,.np-header h1{font-family:var(--np-heading-font, Georgia, serif);color:var(--np-heading-color, #2d251d);}

.np-layout-grid .np-grid{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;gap:24px !important;align-items:stretch;}
.np-layout-grid .np-card{display:flex;flex-direction:column;width:100% !important;max-width:none !important;height:100%;box-sizing:border-box;}
.np-layout-list .np-grid{display:block !important;}
.np-layout-list .np-card{display:block;width:100% !important;max-width:none !important;margin:0 0 24px 0;}
@media (max-width: 767px){.np-layout-grid .np-grid{grid-template-columns:1fr !important;}}

.np-card{background:#fff;border:1px solid rgba(0,0,0,.08);padding:20px;box-sizing:border-box;overflow:hidden;}
.np-card__body{display:block;width:100%;}
.np-card h2,.np-card h3,.np-card p,.np-card a{position:relative;z-index:1;}
.np-card__img-wrap{background:#fff;margin-bottom:16px;}
