<style>
body {
background-color: #E9E8E8 !important; /* tom claro, levemente acinzentado */
  color: #222;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.bg-page {
  background-color: #E9E8E8;
}


.navbar {
  background-color: #F8F9FA !important;
  border-bottom: 1px solid #e0e0e0;
}




/* Responsivo para vídeos (se embutidos no conteúdo) */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Bloco geral da biografia em duas colunas */
.st-biografia-bloco {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Coluna esquerda (imagem + dados) */
.st-biografia-coluna-esquerda {
  flex: 0 0 auto;
  width: 320px;
}

/* Coluna direita (texto) */
.st-biografia-coluna-direita {
  flex: 1 1 0;
  min-width: 300px;
}

/* Container do card */
.super-trunfo-card-container {
  text-align: center;
  margin-bottom: 20px;
  max-width: 320px;
}

/* Card principal */
.st-super-trunfo-card {
  width: 210px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background-color: #f8f8f8;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.4);
}

/* Cabeçalho do card */
.st-card-header {
  background-color: #ff9900;
  color: white;
  padding: 5px 0;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Container da imagem */
.st-card-image {
  width: 210px;
  height: 210px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Imagem do artista preenche completamente o card */
.st-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-bottom: 2px solid #ccc !important;
  display: block;
}

/* Ficha técnica estilo "striped" */
.st-card-dados {
  font-size: 0.75em;
  text-align: left;
  margin: 0;
  padding: 0;
}

.st-card-dados div {
  padding: 6px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.st-card-dados div:nth-child(even) {
  background-color: #f0f0f0;
}

/* Biografia (fora do card, se usada) */
.st-card-bio {
  padding: 8px;
  font-size: 0.75em;
  line-height: 1.2;
  color: #333;
  text-align: justify;
}

/* Gêneros musicais (se usado) */
.st-card-genres {
  background-color: #333;
  color: white;
  padding: 5px;
  font-size: 0.65em;
}

/* Botão extra (não usado diretamente no footer) */
.st-card-button {
  margin-top: 10px;
  text-align: center;
}

/* Botão "saiba mais" opcional */
.btn-saiba-mais {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: #007bff;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-saiba-mais:hover {
  background-color: #0056b3;
}

/* Página de biografia */
.biografia-page {
  background-color: #228B22 !important;
}

/* Rodapé do card */
.st-card-footer {
  background-color: #ff9900;
  padding: 6px 0;
  font-size: 1em;
  font-weight: bold;
  color: white;
}

.st-card-footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.st-card-footer a:hover {
  color: #e0e0e0;
}

/* Mobile: empilha as colunas */
@media (max-width: 768px) {
  .st-biografia-bloco {
    flex-direction: column;
  }

  .st-biografia-coluna-esquerda,
  .st-biografia-coluna-direita {
    width: 100%;
  }

  .st-super-trunfo-card {
    margin: 0 auto;
  }
}
</style>
