/* Páginas editoriais: guias, cinema, glossário, artigos longos */
.editorial-prose {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.editorial-breadcrumb {
  font-size: 0.92em;
  color: #5a5f73;
  margin-bottom: 18px;
  line-height: 1.5;
}
.editorial-breadcrumb a {
  color: #6b7aa1;
}
.editorial-toc {
  background: #f8f7f4;
  border: 1px solid #d4c5b9;
  border-left: 4px solid #8e9775;
  border-radius: 2px;
  padding: 20px 24px;
  margin: 28px 0 36px;
}
.editorial-toc h2 {
  font-size: 1.05em;
  color: #4a5568;
  margin: 0 0 12px;
  font-weight: 700;
}
.editorial-toc ul {
  margin: 0;
  padding-left: 22px;
  line-height: 1.85;
  color: #3a3e4f;
}
.editorial-toc a {
  color: #6b7aa1;
  font-weight: 600;
}
.editorial-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.editorial-hub-card {
  background: #fff;
  border: 2px solid #d4c5b9;
  border-left: 5px solid #6b7aa1;
  border-radius: 2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.2s ease, border-left-color 0.2s ease;
}
.editorial-hub-card:hover {
  border-left-color: #8e9775;
  box-shadow: 0 4px 16px rgb(107 122 161 / 0.1);
}
.editorial-hub-card h2 {
  font-size: 1.25em;
  color: #4a5568;
  margin: 0;
}
.editorial-hub-card p {
  margin: 0;
  color: #3a3e4f;
  line-height: 1.65;
  flex: 1;
  font-size: 0.98em;
}
.editorial-hub-card a.hub-link {
  align-self: flex-start;
  background: #6b7aa1;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 0.9em;
  border-radius: 2px;
  border: 2px solid #6b7aa1;
}
.editorial-hub-card a.hub-link:hover {
  background: #4a5568;
  border-color: #4a5568;
}
.editorial-tools-strip {
  background: linear-gradient(135deg, rgb(107 122 161 / 0.08) 0%, rgb(142 151 117 / 0.12) 100%);
  border: 1px solid #cfd7ea;
  border-radius: 2px;
  padding: 18px 22px;
  margin: 28px 0;
}
.editorial-tools-strip h3 {
  margin: 0 0 10px;
  font-size: 1.05em;
  color: #4a5568;
}
.editorial-tools-strip p {
  margin: 0;
  color: #3a3e4f;
  line-height: 1.65;
}
.editorial-tools-strip a {
  font-weight: 600;
}
.editorial-pullquote {
  font-size: 1.08em;
  font-style: italic;
  color: #4a5568;
  border-left: 4px solid #c47c6e;
  padding: 12px 0 12px 20px;
  margin: 24px 0;
  background: #fff;
}
span.tool-strong-light {
  color: #2d3142;
  font-weight: 600;
}
