.bookshelf-single-book {
  max-width: 95%;
  margin: 1rem auto;
  padding: .5rem;
}

.bookshelf-top-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.bookshelf-single-content {
  flex: 2 1 400px;
}

/* .bookshelf-single-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
} */

/* .bookshelf-single-body {
  line-height: 1.6;
  font-size: 1rem;
} */

.bookshelf-single-links {
  margin-bottom: 2rem;
}

.bookshelf-single-links h2 {
  /* font-size: 1.25rem; */
  margin-bottom: 1rem;
}

/* .bookshelf-link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
} */
.bookshelf-link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
  justify-content: flex-start;
}
.bookshelf-link-buttons .button {
  padding: 0.5rem 1rem;
  /* font-size: 0.9rem; */
  /* border-radius: 4px; */
  text-decoration: none;
  /* background-color: var(--accent-color, #0073aa);
  color: #fff;
  transition: background 0.2s ease; */
}
/* 
.bookshelf-link-buttons .button:hover {
  background-color: #005f8d;
} */

/* Book Details section — unchanged from your preferred layout */
.bookshelf-single-meta {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.bookshelf-single-meta h2 {
  /* font-size: 1.25rem; */
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
}

.bookshelf-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.bookshelf-meta-item {
  /* font-size: 0.95rem; */
  line-height: 1.4;
}

.bookshelf-meta-item strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
