/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* =========================
   LINKS (frontend)
   ========================= */
.inside-article a {
  font-weight: bold;
  color: var(--accent-2, #1e73be);
}

/* =========================
   CODE INLINE (frontend)
   ========================= */
.inside-article code {
  letter-spacing: 0;
  background: #e9eef6;
  border-radius: 6px;
  padding: 1px 6px;
}

/* Remove estilo de code inline dentro do bloco de código (frontend) */
.inside-article .wp-block-code code {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* =========================
   BLOCO DE CÓDIGO (PRE) (frontend)
   ========================= */
.inside-article pre.wp-block-code {
  background: #0d1117;
  padding: 18px;
  border-radius: 12px;
  overflow: auto;
  line-height: 1.6;
  font-size: 14px;
}

/* Highlight.js dentro do bloco de código (frontend) */
.inside-article pre.wp-block-code code.hljs {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* =========================
   LARGURA DO CONTEÚDO (frontend)
   ========================= */
.single .inside-article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
