/* Newspaper-style CSS for obituaries */
.rn-obit-single.container, .rn-obit-archive.container { max-width: 760px; margin: 0 auto; padding: 1rem; }
.rn-obit-title { font-family: Georgia, 'Times New Roman', serif; font-size: 2.2rem; line-height: 1.2; margin: .2rem 0 .4rem; }
.rn-obit-byline { color: #555; border-top: 1px solid #ddd; padding-top: .3rem; margin-bottom: 1rem; }
.rn-obit-photo img { filter: grayscale(100%); border: 1px solid #ddd; padding: 4px; margin: .5rem 1rem 1rem 0; float: right; max-width: 50%; height: auto; }
.rn-obit-content { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; line-height: 1.75; }
.rn-obit-content .drop-cap::first-letter { float: left; font-size: 3.2rem; line-height: .9; padding-right: .2rem; padding-top: .12rem; font-weight: 700; }
.rn-rule { border: none; border-top: 1px solid #e3e3e3; margin: 1.2rem 0; }

.rn-obit-sect h2 { font-size: 1.1rem; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: .2rem; margin-bottom: .4rem; }
.rn-obit-actions { display: flex; gap: 1rem; align-items: center; margin-top: 1rem;}
.rn-button { border: 1px solid #333; padding: .4rem .7rem; background: #fff; cursor: pointer; }
.rn-share a { text-decoration: none; }

/* Archive */
.rn-arch-header { display:flex; justify-content: space-between; align-items: end; gap: 1rem; border-bottom: 1px solid #ddd; margin-bottom: .6rem; }
.rn-arch-header h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; }
.rn-arch-search input[type=search]{ width: 220px; }
.rn-a2z a { margin-right: .35rem; }
.rn-obit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 14px; }
.rn-card { border: 1px solid #eaeaea; padding: .6rem; background:#fff; }
.rn-card .rn-thumb img { width: 100%; height: auto; display:block; filter: grayscale(100%); }

/* Form */
.rn-obit-form { border: 1px solid #ddd; padding: 1rem; background: #fafafa; }
.rn-obit-form fieldset { border: 1px solid #e3e3e3; margin: .8rem 0; padding: .6rem; }
.rn-obit-form label { display:block; margin-bottom: .5rem; }
.rn-obit-form input, .rn-obit-form textarea { width: 100%; padding: .4rem; }
.rn-obit-form .rn-disclaimer { font-size: .9rem; color:#444; }
.rn-error { color: #a00; font-weight: 600; }
.rn-success { color: #0a0; font-weight: 600; }

/* Print */
@media print {
  .no-print, nav, header.site-header, footer.site-footer, .rn-a2z, .rn-arch-search { display: none !important; }
  body { color:#000; background:#fff; }
  .rn-obit-single.container { max-width: 100%; }
  .rn-obit-photo img { filter: grayscale(100%); float: right; }
  .rn-obit-title { font-size: 28pt; }
  .rn-obit-content { font-size: 12pt; }
}
