/* <link href="estilo.css" rel="stylesheet"> */
/* <div class="container container-narrow mt-5"> */





@media (min-width: 992px) {
  .container-narrow {
    max-width: 720px;
    margin: auto;
  }
}

.linha-par {
  background-color: #f8f9fa;
}

.anuncio-linha {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.2s;
  text-decoration: none !important;
  color: inherit;
}

.anuncio-linha:hover {
  background-color: #f1f1f1;
}

.anuncio-tipo {
  margin-right: 15px;
  border-radius: 20px;
  padding: 5px 15px;
}


.anuncio-tipo-badge {
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: inline-block;
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}

.anuncio-tipo-badge.danger {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}


<style>
  .pergunta-card {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-left: 5px solid #0d6efd;
  }
  .pergunta-card .card-title {
    margin-bottom: 0.5rem;
  }
  .pergunta-card .card-text {
    font-size: 0.95rem;
    color: #555;
  }
  .pergunta-card .text-muted {
    font-size: 0.85rem;
  }
</style>
