.header-logo-image-unknown-size {
  max-height: 12rem; }

.sidebarBlock li.navList-item a.navList-action {
  font-size: 16px; }

.blog-post-container .blog-post-body .blog-post p {
  font-size: 16px;
  font-weight: 400;
  color: #243665; }

a {
  font-weight: bold; }

.form-select--small {
  font-size: 12px; }

/* Scope all Craft Rehab styling so it only affects this page */
#craft-rehab .btn {
  background: #8c6b4f;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold; }

#craft-rehab .btn:hover {
  background: #6f523c; }

#craft-rehab .chapternav {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap; }

#craft-rehab .chapternav a {
  background: #f5f5f5;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  transition: all 0.2s ease; }

#craft-rehab .chapternav a:hover {
  background: #ddd; }
