body {
  background: linear-gradient(120deg, #e0e7ff 0%, #fff 100%);
}
.custom-header {
  background-color: #c0150d !important; /* Fundo vermelho */
  padding: 18px 0;
}
#site-logo {
  max-height: 80px; /* Logo com 80px de altura */
  margin-right: 16px;
  display: block; /* Certifique-se de que a logo será exibida */
}
#site-name {
  color: #fff !important;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #0004;
}
@media (max-width: 600px) {
  #site-name {
    font-size: 1.2rem;
  }
  #site-logo {
    max-height: 35px;
  }
}
.card {
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}
#resultados {
  margin-top: 20px;
}
.resultado-item {
  background: #f8fafc;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* Botão "Voltar ao site" */
.btn-secondary {
  background-color: #6c757d;
  color: white;
  text-decoration: none;
}

/* Botão Buscar CEP com fundo vermelho */
.btn-danger {
  background-color: #c0150d;
  color: white;
}
