/* PV-09: Footer reading-room pages */

.fc-reading-room {
  background: var(--wp--preset--color--alabaster, #fbfaf7);
}

.fc-reading-room__prose {
  font-family: var(--wp--preset--font-family--sans);
  font-size: 16px;
  line-height: 1.65;
  color: #4a4744;
}

.fc-reading-room__prose h2,
.fc-reading-room__prose h3,
.fc-reading-room__prose h4 {
  font-family: var(--wp--preset--font-family--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--wp--preset--color--ink, #1c1a17);
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.fc-reading-room__prose p {
  margin: 0 0 1em;
}

.fc-reading-room__prose a {
  color: var(--wp--preset--color--cherry, #7d0526);
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--cherry, #7d0526);
}

.fc-reading-room__prose a:hover,
.fc-reading-room__prose a:focus-visible {
  color: var(--wp--preset--color--cherry-dk, #5c0419);
  border-color: var(--wp--preset--color--cherry-dk, #5c0419);
}

.fc-reading-room__prose blockquote {
  margin: 1.5em 0;
  padding: 0;
  border: none;
  font-family: var(--wp--preset--font-family--serif);
  font-style: italic;
  color: var(--wp--preset--color--cherry, #7d0526);
}

@media (max-width: 1024px) {
  .fc-reading-room-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .fc-reading-room-grid {
    grid-template-columns: 1fr !important;
  }
}