.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
}

.tag-card {
  background-color: #eef;
  border: 1px solid #ccd;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.tag-card:hover {
  background-color: #dde;
  border-color: #99c;
  color: #111;
}

.tag-nuvem {
  margin-bottom: 2em;
  text-align: center;
}

/* Estilo das caixas de categorias nos posts */
.quarto-categories {
  margin-top: 1em;
  margin-bottom: 1em;
}

.quarto-category {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  padding: 4px 10px;
  margin: 2px 6px 2px 0;
  border-radius: 999px;
  font-size: 0.85em;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: background-color 0.3s ease;
}

.quarto-category:hover {
  background-color: #dbeafe;
  color: #1e40af;
  border-color: #93c5fd;
}

.callout.bemvindo {
  background-color: #f0f8ff;
  border-left: 6px solid #1e90ff;
  font-size: 1.1rem;
  padding: 1.5rem;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}

.badge-ap {
  display: inline-block; padding: 0.15rem 0.5rem;
  border-radius: 999px; font-size: 0.78rem;
  background: #f1f5ff; color: #2b5fd3; border: 1px solid #dbe6ff;
}

:where(h1, h2, h3, h4, h5, h6)[id^="normal"] {
  color: inherit !important;   /* herdando do tema */
}

:where(h1, h2, h3, h4, h5, h6)[id^="normal"] > a.anchorjs-link {
  color: inherit !important;
}
