/*
Theme Name: nP BS5 THEME
Author: neuroPro
Description: Custom BS5 based theme
Version: 1
Text Domain: wellness.neuropro-us.com
Tags: bootstrap5
*/
/* ===== Seniors-first post readability ===== */
.single-article { max-width: 74ch; margin-inline: auto; padding-inline: 1rem; }
.single-article img { max-width: 100%; height: auto; }
.post-content, .post-content p, .post-content li { font-size: 1rem; line-height: 1.6; }
.post-content .lead { font-size: 1.25rem; line-height: 1.8; }
.post-content > * + * { margin-top: 1rem; }

.post-content a { text-decoration: underline; text-underline-offset: 2px; }
.post-content a:hover, .post-content a:focus { text-decoration-thickness: 2px; }

.post-content figure { margin: 2rem 0; }
.post-content figcaption { color: #475569; font-size: .95rem; }

.post-content ul, .post-content ol { padding-left: 1.25rem; }
.post-content li + li { margin-top: .25rem; }

.post-content table { width: 100%; border-collapse: collapse; font-size: 1.05rem; }
.post-content th, .post-content td { border: 1px solid #e2e8f0; padding: .75rem; }
.post-content tr:nth-child(even) { background: #f8fafc; }
.post-content th { background: #f1f5f9; font-weight: 700; }

.author-box .rounded-circle { width: 72px; height: 72px; }

.post-pagination .btn { min-height: 38px; }
.btn, .page-link, .list-group-item-action { min-height: 44px; } /* touch targets */

/* Categories line: keep subtle but readable */
.post-cats a { text-decoration: none; }
.post-cats a:hover, .post-cats a:focus { text-decoration: underline; }

/* Comments form: bigger inputs for 60+ */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  font-size: 1.05rem;
  padding: .75rem .9rem;
}
.logo, .navbar-brand .logo, .navbar-brand h1, .navbar-brand h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}
