/* Shared nav + external links for Love & Relationship guide chapters */
.love-series-nav {
  border-top: 1px solid #e0d8cc;
  margin-top: 2.75rem;
  padding: 1.35rem 0 0.25rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  justify-content: center;
  align-items: center;
}
.love-series-nav a {
  color: #8a6d3b;
  text-decoration: none;
  font-weight: 600;
}
.love-series-nav a:hover {
  text-decoration: underline;
}
.love-nav-muted {
  color: #bbb;
  font-style: italic;
  cursor: default;
}

.love-external-links {
  margin-top: 1.75rem;
  padding: 1.35rem 1.25rem 1.5rem;
  background: rgba(245, 242, 236, 0.85);
  border: 1px solid #e8e4db;
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  color: #555;
  line-height: 1.55;
}
.love-external-links h2 {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7a6a52;
  margin: 0 0 0.35rem;
}
.love-ext-note {
  margin: 0 0 0.75rem;
  color: #888;
  font-size: 0.72rem;
}
.love-external-links ul {
  margin: 0;
  padding-left: 1.15rem;
}
.love-external-links li {
  margin-bottom: 0.45rem;
}
.love-external-links a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.65em;
  opacity: 0.75;
  speak: never;
}
.love-int-links {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid #e8e4db;
  font-size: 0.76rem;
}
.love-int-links a {
  color: #6a5a45;
  font-weight: 600;
}
