@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/* Content-Type: text/css - CSS General Document Styles */
/* === Variáveis Globais (Opcional, mas recomendado) === */
:root {
  --primary-color: #28467f;
  --secondary-color: #56698e;
  --heading-color: #203864;
  --text-color-light: #666;
  --text-color-muted: #999;
  --border-color: #ccc;
  --border-color-dark: #666;
  --background-light: #f6f8fa;
  --background-code: #e4eaf6; /* Cor de fundo para blocos de código */
  --link-color: blue; /* Exemplo */
  /*--font-primary: Verdana, Arial, Georgia, Helvetica, sans-serif; /* Prioriza Verdana e Arial */
  --font-primary: 'Lato', sans-serif; /* Define Lato como principal */
  --font-monospace: "Share Tech Mono", monospace;
  --base-font-size: 16px; /* Ajuste conforme necessário */
  --base-line-height: 1.5;
  --container-width: 95%;
  /* === Button Component (from outros_menu_css.php) === */
  --first-color: hsl(231, 44%, 56%);
  --first-color-alt: hsl(231, 44%, 40%);
  --text-color-button: hsl(231, 12%, 98%); /* Renamed to avoid conflict if --text-color exists */
  /* --body-color: hsl(231, 100%, 94%); /* This might already be defined or not needed directly here */
}

/* === Reset/Base (Considerar adicionar um reset mais completo) === */
body {
  font-family: var(--font-primary);
  font-size: var(--base-font-size); /* Usar o tamanho de fonte base definido */

  line-height: var(--base-line-height);
  color: var(--text-color-light); /* Cor de texto padrão */
}

.footer-content-left {
  display: flex; /* Ativa o layout Flexbox para os elementos filhos */
  align-items: center; /* Alinha os itens filhos (imagem e parágrafo) verticalmente ao centro */
  gap: 8px; /* Adicio
  text-align: left; /* Aligns text and inline/inline-block elements to the left */
  margin-top: 20px; /* Add some top margin to the container if needed */
  /* Add padding-left if you want some indentation */
  /* padding-left: 15px; */
}

.footer-content-left .icon-logo {
  /* Adjust logo styling within the left-aligned container if needed */
  display: inline-block; /* Example: Make it inline-block to respect text-align */
  vertical-align: middle; /* Example alignment */
  margin-bottom: 10px; /* Example margin */
  /* Ensure margin: auto is removed if it was part of .icon-logo */
}

.footer-content-left p {
  margin: 0; /* Reset paragraph margin if needed */
  /* Text alignment is inherited from .footer-content-left */
}

/* Ensure the icon-logo base style doesn't conflict */
.icon-logo {
  /* Original styles for icon-logo, potentially remove margin: auto */
  width: 48px;
  margin-left: 30px; /* Handled by container or specific rule now */
  /* margin-bottom: 30px; */
}

/* --- Estilos para o Link de Logout --- */

/* Estilo básico do link */
.logout-link {
  color: #c0392b; /* Cor vermelha, por exemplo */
  text-decoration: none; /* Remover sublinhado */
  font-weight: bold;
  display: inline-block; /* Para permitir padding e margin */
  padding: 5px 10px; /* Espaçamento interno */
  border: 1px solid transparent; /* Borda inicial transparente */
  border-radius: 4px; /* Cantos arredondados */
  transition: all 0.3s ease; /* Transição suave para hover */
}

/* Estilo quando o rato passa por cima (hover) */
.logout-link:hover,
.logout-link:focus { /* :focus para acessibilidade */
  color: #ffffff; /* Cor do texto branca */
  background-color: #e74c3c; /* Cor de fundo vermelha mais escura */
  border-color: #c0392b; /* Borda visível no hover */
  text-decoration: none; /* Manter sem sublinhado */
}

/* Opcional: Estilo para o parágrafo que contém o link, se necessário */
.sidebar p:has(.logout-link) { /* Seleciona o <p> que contém o .logout-link (suporte pode variar) */
  /* Ou adicione uma classe ao <p> se :has() não for suportado por todos os browsers alvo */
  text-align: right; /* Alinhar o link à direita, por exemplo */
  margin-top: 15px;
}

/* Alternativa se :has() não for suportado: Adicionar classe ao <p> em PHP */
/* Exemplo em PHP: echo '<p class="logout-paragraph"><a href="logout.php" class="logout-link">Logout</a></p>'; */

.logout-paragraph {
  text-align: right;
  margin-top: 15px;
}

fieldset {
  overflow: hidden; /* Contém os floats internos */
}
/* === Utilidades === */
.text-justify {
  text-align: justify;
}
.container-width {
 width: var(--container-width);
 margin-left: auto;
 margin-right: auto;
}
/* === Layout === */
.content-with-image {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.content-image {
  flex-shrink: 0;
  width: 300px; /* Considere max-width para responsividade */
  height: auto;
}
/* Refatorando .figura e .figura_right */
.figure-float {
  width: 200px; /* Ou o tamanho desejado */
  height: auto;
  margin: 15px;
  display: block; /* Para garantir que a imagem flutue corretamente */
}
.figure-float--left {
  float: left;
}
.figure-float--right {
  float: right;
}
/* Refatorando .flag e .home_img_logo */
.icon-float-left {
  float: left;
  margin: 10px;
  white-space: pre-line; /* Verifique se isso é necessário */
}
.icon-flag {
  width: 40px;
}
.icon-logo {
  width: 48px;
  margin-top: 30px; /* Ajuste da margem original */
  margin-bottom: 30px;
}
/* Refatorando #img_left e #img_right */
.image-float {
  width: 200px;
  height: auto;
  /* resize: both; -- Removido, geralmente indesejado */
}
.image-float--left {
  float: left;
  margin: 5px 30px 5px 0px;
}
.image-float--right {
  float: right;
  margin: 5px 0 5px 30px;
}
/* === Componentes === */
/* Fieldset & Legend */
fieldset {
  border: none; /* Remove a borda padrão */
  margin: 20px auto; /* Centraliza se for um container */
  padding: 0; /* Remove padding padrão se houver */
  width: var(--container-width);
}
legend {
  font-family: var(--font-primary);
  font-size: 1.75rem; /* 28px / 16px */
  font-weight: bold;
  text-decoration: underline var(--secondary-color) wavy;
  margin: -10px 0 15px 0; /* Ajuste a margem inferior */
  padding: 3px;
  color: var(--secondary-color);
  font-variant-caps: all-small-caps; /* Testar compatibilidade */
  width: 100%; /* Para garantir que a linha do underline ocupe a largura */
  box-sizing: border-box; /* Inclui padding na largura */
}
/* Títulos */
h1, .title-main { /* Usar classe .title-main se não for h1 */
  font-weight: bold;
  font-size: 1.25rem; /* 20px / 16px (Ajuste do #titulo) */
  margin: 15px 0 10px 5px;
  text-align: left;
  color: var(--heading-color);
}
h2, .title-sub { /* Usar classe .title-sub se não for h2 */
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 5px 15px;
  text-align: left;
  color: var(--text-color-light);
  font-size: 1.1rem; /* Ajuste */
}
/* Subtítulo com Ícone (Refatorando #subtitulo) */
.subtitle-with-icon {
  font-weight: bold;
  font-size: 1rem; /* 16px / 16px */
  font-style: italic;
  text-align: left;
  color: var(--text-color-light);
  margin: 15px 0 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.subtitle-with-icon img { /* Estilo para o ícone dentro */
  height: 1em; /* Ajusta a altura do ícone ao tamanho da fonte */
  width: auto;
}
/* Texto Principal (Refatorando #texto e p.home) */
.text-content {
  font-family: var(--font-monospace);
  color: var(--primary-color);
  margin: 20px 0;
  font-size: 1.0625rem; /* 17px / 16px */
  line-height: 1.2; /* Pode ser melhor usar var(--base-line-height) ou um valor sem unidade */
  text-align: justify;
  width: var(--container-width);
  margin-left: auto; /* Para centralizar se necessário */
  margin-right: auto;
}
.text-content a { /* Estilo para links dentro do texto */
    color: var(--link-color); /* Ou outra cor desejada */
    font-weight: bold;
    text-decoration: none;
}
.text-content a:hover {
    text-decoration: underline;
}
/* Informações Adicionais (Refatorando #info) */
.text-info {
  margin-left: 5px;
  text-align: left;
  font-size: 0.75rem; /* 12px / 16px */
  color: var(--text-color-muted);
  line-height: 2; /* 200% */
}
/* Fonte da Notícia (Refatorando #fonte) */
.news-source {
  font-size: 0.75rem; /* 12px / 16px */
  margin: 0 0 5px 15px; /* Ajuste da margem */
  text-align: left;
  color: var(--text-color-muted);
}
/* Linha Horizontal */
hr.separator-line { /* Renomeado de .linha */
  width: 60%;
  border: 0;
  height: 1px;
  margin: 20px auto; /* Adiciona margem vertical */
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
}
/* Tópicos (Refatorando .topico) */
.topic-item {
  font-size: 0.75rem; /* 12px / 16px */
  font-style: italic;
  font-family: var(--font-monospace);
  color: var(--primary-color);
  line-height: 1.2;
  margin: 5px auto; /* Centraliza */
  width: var(--container-width);
}
/* Portfolio Flex Container (Refatorando .portf_flex) */
.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; /* ou space-around/space-between */
  align-items: stretch; /* Para itens terem a mesma altura se o conteúdo variar */
  gap: 16px; /* Espaçamento entre itens */
  width: var(--container-width);
  margin: 20px auto; /* Centraliza */
  border: none; /* Removido de .portf_flex */
}
/* Portfolio Item (Refatorando .portf_item) */
.portfolio-item {
  border: 1px solid var(--text-color-muted);
  border-radius: 10px;
  width: 300px; /* Considere usar flex-basis ou minmax com grid */
  /* line-height: 100px; -- Removido, provavelmente indesejado */
  padding: 15px; /* Adiciona espaçamento interno */
  box-sizing: border-box;
  display: flex; /* Para alinhar conteúdo interno se necessário */
  flex-direction: column;
  /* align-self: auto; -- Padrão, não necessário */
}
/* Notícias (Refatorando .noticias) */
.news-article {
  font-family: var(--font-monospace);
  color: var(--primary-color);
  margin: 5px auto; /* Centraliza */
  font-size: 1.0625rem; /* 17px / 16px */
  line-height: 1.2;
  text-align: justify;
  width: calc(var(--container-width) - 55px); /* Ajuste baseado na margem original */
}
/* Bloco de Código (Refatorando #codigo) */
.code-block {
  margin: 15px auto; /* Centraliza */
  background-color: var(--background-code);
  border: 1px solid #7396b9;
  text-align: left;
  padding: 10px 15px; /* Adiciona padding */
  line-height: 1.4; /* Ajuste */
  font-style: italic; /* Considerar remover se for código real */
  color: var(--link-color); /* Ajuste a cor */
  font-size: 0.875rem; /* 14px / 16px (Ajuste do font: 1.2em sans-serif) */
  width: 90%;
  /* min-width: 300px; -- Evitar !important, usar width/max-width */
  font-family: var(--font-monospace); /* Usar fonte monoespaçada para código */
  overflow-x: auto; /* Adiciona scroll horizontal se necessário */
  white-space: pre; /* Preserva espaços e quebras de linha */
}
/* Iframe (Refatorando .iframe) */
.embedded-iframe { /* Renomeado */
  /* color: blue; -- Geralmente não aplicável a iframes */
  /* overflow: clip 1 !important; -- Inválido */
  border: none; /* Remove borda padrão */
  width: 100%; /* Exemplo */
  height: 400px; /* Exemplo */
}
/* Resultado (Refatorando #resultado, #resultado_img) */
.result-output {
  margin: 25px auto;
  text-align: center; /* Para centralizar conteúdo como imagens */
}
.result-gallery {
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centraliza itens */
  gap: 10px; /* Espaço entre imagens */
  width: var(--container-width);
}
.result-gallery img { /* Estilo para imagens na galeria */
    max-width: 100%;
    height: auto;
    display: block; /* Remove espaço extra abaixo da imagem */
}
/* Imagem Responsiva (Refatorando .pack img) */
.responsive-image { /* Aplicar esta classe à imagem ou ao container */
  max-width: 50%;
  height: auto;
  margin: auto;
  display: block;
}
/* Vídeo Container (Refatorando .video) */
.video-container {
  text-align: center;
  font-size: 0.625rem; /* 10px / 16px */
  color: var(--text-color-muted);
  line-height: 2;
  margin: 5px auto;
  width: 100%; /* Ocupa a largura disponível */
  max-width: 600px; /* Limita a largura máxima */
  /* min-width: 290px !important; -- Evitar */
}
.video-container iframe,
.video-container video { /* Para iframes ou tags <video> */
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5px auto; /* Centraliza e adiciona espaço abaixo */
}
/* === Tabelas (Refatorando #html_table, #join_table) === */
.data-table {
  border-collapse: collapse;
  width: 90%; /* Ou outra largura desejada */
  margin: 20px auto; /* Centraliza a tabela */
  font-size: 0.875rem; /* 14px / 16px (Ajuste) */
}
.data-table th,
.data-table td {
  vertical-align: middle; /* Alterado de center */
  text-align: center;
  border: 1px solid var(--border-color-dark);
  padding: 8px 10px; /* Adiciona padding */
}
.data-table th {
  background-color: #8faadc;
  color: #fff;
  font-weight: bold; /* Adicionado para cabeçalhos */
}
.data-table tr:nth-child(even) { /* Linhas alternadas (zebra) */
  background-color: #efefef;
}
.data-table tr:nth-child(even) td { /* Estilo específico para células em linhas alternadas */
     color: var(--primary-color);
}
/* Tabela específica Join (Refatorando #join, #join_table) */
.join-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Espaço entre tabelas ou outros elementos */
  margin-top: 20px;
  justify-content: center; /* Centraliza as tabelas se houver espaço */
}
.join-table { /* Herda estilos de .data-table */
  width: 45%; /* Ajuste da largura original (35%) */
  min-width: 250px; /* Largura mínima para telas menores */
  /* height: 50px; -- Altura fixa geralmente não é boa para tabelas */
  margin: 0; /* Remove margem para controle pelo flex container */
  /* float: left; -- Removido, usar flexbox */
}
/* Texto dentro da tabela HTML (Refatorando #html_texto) */
.table-description {
  margin: 25px auto;
  text-align: justify;
  font-weight: normal;
  color: var(--text-color-light);
  font-size: 0.875rem; /* 14px / 16px */
  width: 90%; /* Alinha com a largura da tabela */
}
/* Subtítulo dentro da tabela HTML (Refatorando #html_subtitulo) */
.table-subtitle {
  margin: 15px auto 5px auto; /* Ajuste da margem */
  width: 90%; /* Alinha com a largura da tabela */
  font-weight: bold;
  font-size: 1rem; /* 16px / 16px */
  font-style: italic;
  text-align: left;
  color: var(--text-color-light);
}
/* === Botões (Refatorando .button) === */
.button-styled {
  display: inline-block;
  white-space: nowrap;
  background-color: #ccc;
  /* Sintaxe moderna para gradiente */
  background-image: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #777;
  padding: 0 1.5em;
  margin: 0.5em;
  font: bold 1em/2em Arial, Helvetica, sans-serif; /* Considerar usar rem/em */
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  border-radius: 10px 20px; /* Raio assimétrico */
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; /* Adiciona transição suave */
}
.button-styled:hover {
  background-color: #ddd;
  background-image: linear-gradient(to bottom, #fafafa, #ddd);
  color: red; /* Contraste pode ser baixo, considere outra cor */
}
.button-styled:active {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
  position: relative;
  top: 1px;
}
.button-styled:focus {
  outline: 2px solid var(--secondary-color); /* Melhora a visibilidade do foco */
  outline-offset: 2px;
  background: #fafafa;
}
/* Estilo :before do botão - Requer análise do propósito */
/* .button-styled:before { ... } */
/* === Formulários (Refatorando .contact, .form, .form-input, etc.) === */
.contact-form-container { /* Renomeado de .contact */
  width: 80%;
  margin: 20px auto; /* Adiciona margem superior/inferior */
}
.form-wrapper { /* Renomeado de .form */
  width: 100%; /* Ocupa o espaço do container */
  /* font-family: "Arial", Times, serif; -- Herda do body ou definir aqui */
}
.form-label { /* Estilo para <label> */
  display: block;
  margin: 15px 0 5px 0; /* Ajuste da margem */
  font-weight: bold; /* Torna o label mais destacado */
  color: var(--heading-color); /* Exemplo de cor */
}
.form-input,
.form-textarea {
  width: 100%;
  color: var(--text-color-light); /* Cor do placeholder/texto inicial */
  font-size: 1.125rem; /* 18px / 16px */
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 20px; /* Adiciona padding vertical e ajusta horizontal */
  box-sizing: border-box; /* Inclui padding e borda na largura total */
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input {
  height: 45px; /* Ajuste da altura */
}
.form-textarea {
  height: 200px;
  padding-top: 16px; /* Mantido */
  font-family: inherit; /* Herda a fonte do formulário/body */
  resize: vertical; /* Permite redimensionar apenas verticalmente */
}
.form-input:hover,
.form-textarea:hover {
  border-color: #7396b9;
  background-color: var(--background-light);
}
.form-input:focus,
.form-textarea:focus {
  border-color: #7396b9;
  background-color: #fff;
  box-shadow: 0 0 3px 3px #c1d1e1;
  outline: none; /* Remove o outline padrão do navegador */
  color: #292929; /* Cor do texto ao digitar */
}
/* Botão do Formulário (Refatorando .form-button) */
.form-button {
  width: 100%;
  font-size: 1.125rem; /* 18px / 16px */
  border: 1px solid var(--border-color-dark);
  border-radius: 4px;
  color: #111;
  height: 45px; /* Ajuste da altura */
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
  background: linear-gradient(to bottom, gray, white, white); /* Sintaxe moderna */
  box-shadow: 0 0 1px 1px var(--text-color-muted);
  transition: opacity 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  opacity: 0.9; /* Ajuste da opacidade inicial */
}
.form-button:hover {
  opacity: 1;
  background: linear-gradient(to bottom, #7396b9, #f6f8fa, gray);
  box-shadow: 0 0 3px 3px #c1d1e1;
}
.form-button:focus {
    outline: 2px solid #7396b9;
    outline-offset: 2px;
}
.form-button:active {
    transform: translateY(1px); /* Efeito de pressionar */
}
/* Indicador de Contagem de Caracteres */
.character-counter-indicator {
  margin: -15px 0 10px 5px; /* Ajuste da margem */
  color: red;
  font-size: 0.75rem; /* 12px / 16px */
}
/* Mensagem Caps Lock */
#caps_lock { /* Manter ID se for controlado por JS específico */
  color: red;
  font-size: 0.875rem;
  margin-top: 0px;
  margin-bottom: 20px;
  display: none; /* Esconder por padrão, mostrar via JS */
  /* animation: blinker 1s linear infinite; -- Animação pode ser distrativa */
}
/* === Progress Bar === */
.progress-bar {
  background-color: #e9ecef; /* Lighter background */
  border-radius: .25rem; /* Slightly rounded corners */
  overflow: hidden;
  height: 10px; /* Make it thinner */
  margin-top: -10px; /* Adjust spacing relative to textarea */
  margin-bottom: 15px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* Subtle inner shadow */
}

.progress-bar-inner {
  background-color: var(--secondary-color, #56698e); /* Use CSS variable */
  height: 100%;
  width: 0%; /* Start at 0%, controlled by JS */
  transition: width 0.3s ease-in-out; /* Smooth transition for width changes */
  display: flex; /* Optional: if you ever want text inside */
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.7rem;
  white-space: nowrap;
}

/* Optional: Style for near/full limit */
.progress-bar-inner.is-near-limit {
   background-color: #ffc107; /* Warning color (e.g., yellow/orange) */
}

.progress-bar-inner.is-full {
   background-color: #dc3545; /* Error color (e.g., red) */
}

/* Ensure the text indicator from the plugin is styled appropriately */
.character-counter-indicator {
  margin: -10px 0 10px 5px; /* Adjust spacing */
  color: var(--text-color-muted, #6c757d); /* Use a muted color */
  font-size: 0.8rem;
  text-align: right; /* Align to the right below the textarea */
  padding-right: 5px; /* Add some padding */
}


/* === CAPTCHA === */
.form-captcha {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center; /* Alinha itens verticalmente */
  justify-content: left; /* Align items to the center */
  gap: 10px; /* Espaço entre elementos */
  margin: 15px 0;
}
.form-captcha label {
  /* width: 250px; -- Deixar largura automática ou usar flex-grow */
  margin: 0; /* Remover margem padrão do label */
  flex: 0 0 auto; /* Permite crescer e encolher, base 200px */
}
.form-captcha img {
  width: 90px;
  height: 40px;
  margin: 0; /* Remover margem padrão */
}
.form-captcha input {
  width: 150px; /* Aumentar um pouco a largura */
  height: 40px;
  border: 2px solid #7f7f7f;
  margin: 0; /* Remover margem padrão */
  font-size: 1.125rem; /* 18px / 16px */
  text-align: center;
  padding: 0 5px; /* Adiciona padding */
  box-sizing: border-box;
  background-image: url("captcha.jpg");
  background-repeat: repeat;
}
          
.form-captcha input:hover {
  border-color: #7f7f7f; /* Manter a cor da borda */
  background-color: var(--background-light);
}
.form-captcha input:focus {
  border-color: #7f7f7f; /* Manter a cor da borda */
  outline: 2px solid #7396b9; /* Adiciona outline para foco */
  outline-offset: 1px;
  background-image: url("captcha.jpg");
 /* background-repeat: no-repeat;*/
  /* background-color:#7f7f7f; */
}
/* === Social Icons === */
.social { /* Container dos ícones sociais */
  /* text-align: center; <-- Change this */
  text-align: left; /* Align icons to the left */
  margin: 15px 0;
  /*grid-column: 1; /* Place in the first column (if not defined in layout.css) */
  justify-self: start; /* Alinha o container .social à esquerda na sua linha da grade *//*(if not defined in layout.css) */
  padding-left: 15px; /* Add some padding */
  width: 100%; /* Garante que ocupe a largura para o padding funcionar */
  box-sizing: border-box; /* Inclui padding na largura */
}
/* Garanta que a regra para os links também está correta */
.social a {
display: inline-block; /* Necessário para aplicar margens e alinhar */
margin: 0 5px;
vertical-align: middle;
line-height: 0; /* Ajuda a remover espaços extras abaixo das imagens */
}
.social img {
width: 32px;
height: 32px; /* Garante que a altura seja igual à largura */
/*display: block; /* Remove espaço extra abaixo da imagem */
vertical-align: middle; /* Ajuda no alinhamento vertical */
}
/* Opcional: Estilo específico para a imagem do telefone (que não é link) */
.social > img { /* Seleciona imagens que são filhas diretas de .social */
display: inline-block; /* Garante que fique na linha */
width: 32px;
height: 32px;
vertical-align: middle;
margin: 0 5px; /* Adiciona espaçamento similar aos links */
}
/* === Outros === */
.dot { /* Loading dots */
  background: #8faadc;
  float: left; /* Considerar usar Flexbox/animação CSS */
  height: 20px;
  width: 20px;
  margin-left: 5px;
  border-radius: 50%; /* Círculo perfeito */
  opacity: 0;
  /* Animação seria adicionada aqui */
}
pre {
  white-space: pre-wrap; /* Quebra linhas longas */
  word-wrap: break-word; /* Quebra palavras longas */
  /* -moz-control-character-visibility: visible; -- Específico do Firefox */
}
.nowrap pre { /* Classe para desabilitar quebra de linha */
  white-space: pre;
  overflow-x: auto; /* Adiciona scroll se o conteúdo for muito largo */
}
.grafico { /* Ícone gráfico flutuante */
  margin: 10px 10px 10px 30px;
  float: left;
  width: 60px;
  height: auto; /* Mantém proporção */
}
#topo { /* Estilo específico para um elemento topo? */
  color: #8faadc;
  padding: 5px 50px;
}
/* Styles for the list */
.link-list {
  list-style: none; /* Remove default bullet points */
  padding-left: 0; /* Remove default browser padding */
  margin-left: 15px; /* Optional: Add some margin to align with other content */
}
.link-list li {
  margin-bottom: 10px; /* Add some space between list items */
  display: flex; /* Use flexbox for easy vertical alignment */
  align-items: center; /* Vertically center the icon and text */
  gap: 8px; /* Add a small space between the icon and the link text */
}
.link-list .list-icon {
  /* width: 36px; is set inline, which is okay, or you could move it here */
  height: auto; /* Maintain aspect ratio */
  flex-shrink: 0; /* Prevent icon from shrinking if text is long */
}
/* Optional: Style links within this list if needed */
.link-list a {
  color: var(--link-color, blue); /* Use CSS variable or a default color */
  text-decoration: none;
}
.link-list a:hover {
  text-decoration: underline;
}

.download-icon {
  display: inline-block; /* Allows setting vertical-align and respects margins better */
  vertical-align: middle; /* Aligns the icon vertically with the middle of the text */
  width: 64px; /* Match the size used for list-icon */
  height: auto; /* Maintain aspect ratio */
  margin-left: 8px; /* Add space similar to the 'gap' in the list */
  margin-bottom: 20px;
}

/* Optional: Style the download icon if needed */
.back-to-top {
  text-align: right;
  margin: 10px 50px /* Replicates the removed inline style */
}

/* Optional: Style the back-to-top link */
.back-to-top a {
  /* Optional: Style the link itself if needed */
  text-decoration: none;
  color: var(--link-color, blue); /* Use variable or default */
}
.back-to-top a:hover {
  text-decoration: underline;
}

