/* Harry Crews Website - Component Styles
 * Navigation menus, links, and UI components
 * Maintains original design aesthetic
 */

/* Navigation Menu Styles */
.nav-menu {
  font-size: 14px;
  line-height: 21px;
}

.nav-menu a {
  color: var(--text-body);
  text-decoration: none;
}

.nav-menu a:hover {
  text-decoration: underline;
}

.nav-menu a:visited {
  color: var(--text-body);
}

/* Menu Section Structure */
.menu-section {
  margin-bottom: 1rem;
}

.menu-section:first-child {
  margin-top: 0;
}


/* Menu Lists */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  line-height: 21px;
}
/* External links section (no heading) */
.menu-section-external {
  margin-top: 1rem;
  padding-top: 1rem;
}

/* Legacy navigation styles (for backward compatibility) */
.nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  margin: 0.125rem 0;
}

.nav-section {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.nav-section:first-child {
  margin-top: 0;
}

/* Content area links */
.content-area a {
  color: #0000ff;
  text-decoration: underline;
}

.content-area a:visited {
  color: #551a8b;
}

.content-area a:hover {
  color: #0000ff;
}

/* Book entry styling */
.book-entry {
  margin-bottom: 2rem;
  clear: both;
}

.book-entry img {
  border: 1px solid #000;
}

/* Amazon/eBay link separator */
.vendor-links a {
  margin: 0 0.25rem;
}

/* Blockquotes and citations */
blockquote {
  margin: 1rem 2rem;
  font-style: italic;
}

/* Attribution/byline */
.byline {
  font-style: italic;
  margin: 1rem 0;
}

.feature-content {
  font-size: 14px;
}
/* Feature item wrapper for individual entries */
.feature-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.feature-item:first-of-type {
  margin-top: 1rem;
}

.feature-item:last-of-type {
  margin-bottom: 0;
}

/* Intro section wrapper */
.intro {
  margin-bottom: 2rem;
}

/* Item component divs for detailed entries */
.item-image {
  /* Book cover images - styling controlled by existing img attributes */
}

.item-citation {
  margin-bottom: 1rem;
}

.item-description {
  margin-bottom: 1rem;
}

.item-availability {
  font-size: 14px;
}

/* Item divider - visual separator and float clearing between entries */
.item-divider {
  border-top: 1px dotted #999;
  margin: 1.5rem 0;
  clear: both;
}

/* Feature title and author styling */
.feature-title {
  font-style: italic;
  margin-bottom: 1rem;
}

.feature-author {
  margin-bottom: 1rem;
}

.section-heading {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}

/* Section break styling */
.section-break {
  text-align: center;
  margin: 1rem 0;
}

/* Notes list styling */
.notes-list li {
  padding-bottom: 10px;
}
