/* Sproule Lit journal — companion to storefront.css */
.jl-article {
  max-width: 42rem;
}
.jl-article p {
  margin: 0 0 1.15rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(243, 234, 215, 0.78);
}
.jl-article p:last-child {
  margin-bottom: 0;
}
.jl-article h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  color: #f3ead7;
  margin: 2rem 0 0.75rem;
}
.jl-article ul {
  margin: 0 0 1.2rem;
  padding-left: 1.15rem;
  color: rgba(243, 234, 215, 0.78);
  line-height: 1.7;
}
.jl-article li {
  margin: 0.35rem 0;
}
.jl-article a {
  color: #c9a84c;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.jl-meta {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a84c;
}
.jl-card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #181818;
  border-radius: 0.5rem;
  padding: 1.35rem 1.4rem;
  text-decoration: none;
  color: inherit;
}
.jl-card:hover {
  border-color: rgba(201, 168, 76, 0.45);
}
.jl-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  color: #f3ead7;
  margin: 0.35rem 0 0.5rem;
}
.jl-card p {
  margin: 0;
  color: rgba(243, 234, 215, 0.62);
  line-height: 1.55;
}
