@charset "UTF-8";
.quotes, .footer-quote {
  padding-top: 2rem;
}
.quotes .book-header, .footer-quote .book-header {
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.quotes .book-header:first-child, .footer-quote .book-header:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.quotes .book-title, .footer-quote .book-title {
  font-size: 2rem;
}
.quotes .book-title:before, .footer-quote .book-title:before {
  height: 0 !important;
}
.quotes .book-author, .footer-quote .book-author {
  font-size: 1.25rem;
  opacity: 0.6;
  font-weight: 400;
}
.quotes .quote-text, .footer-quote .quote-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
}
.quotes .quote-card, .footer-quote .quote-card {
  position: relative;
  margin-bottom: 0.75rem;
  border-left: 3px solid var(--primary);
  border-right: 3px solid var(--secondary);
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}
.quotes .quote-card:before, .footer-quote .quote-card:before {
  content: "“";
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  font-size: 3.5rem;
  line-height: 1;
  opacity: 0.08;
  font-family: Georgia, serif;
  pointer-events: none;
}
.quotes .quote-card:after, .footer-quote .quote-card:after {
  content: "”";
  position: absolute;
  right: 1.5rem;
  bottom: -0.5rem;
  font-size: 3.5rem;
  line-height: 1;
  opacity: 0.08;
  font-family: Georgia, serif;
  pointer-events: none;
}
.quotes .quote-permalink, .footer-quote .quote-permalink {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--primary);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
}
.quotes .quote-permalink:hover, .footer-quote .quote-permalink:hover {
  color: var(--accent-color);
  opacity: 1;
  transform: translateY(-1px);
}

.quote-single-title {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.45;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}

.quote-card--single {
  padding: 2.5rem 2rem 2rem 4rem;
  margin: 1.5rem 0 2rem;
}
.quote-card--single .quote-text {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.quote-card--single .footer-quote-meta {
  font-size: 1rem;
  opacity: 0.6;
}

.quote-single-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.quote-all-link {
  font-size: 0.875rem;
  color: var(--primary);
  text-decoration: none;
}
.quote-all-link:hover {
  color: var(--primaryLight);
}
.quote-all-link::after {
  display: none !important;
}

/*# sourceMappingURL=quotes.css.map */
