/* =========================================
   DESCRIÇÃO DE PRODUTOS - A CASA DOS GAMERS
   Estilos para descrições de produtos no estilo A Casa
   Tabela com informações principais e benefícios
   ========================================= */

/*configurações css acasadosgamers descrição longa do produto */

.hw-excerpt {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove espaçamento do parágrafo vazio antes da tabela */
.acasa-produto-container p:first-child {
    margin: 0 !important;
    padding: 0 !important;
}

.acasa-produto-container {
    margin: 5px 0;
}

/* Tabela superior com informações principais */
.acasa-produto-tabela {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.1);
}

/* Cabeçalho da tabela (STATUS/IMPORTANTE) */
.acasa-produto-tabela thead tr {
    background: linear-gradient(135deg, #9333ea, #7c3aed);
    color: #fff;
}

.acasa-produto-tabela th {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

/* Células do corpo da tabela */
.acasa-celula-esquerda {
    padding: 4px 8px;
    border-right: 1px solid #e5e7eb;
    vertical-align: top;
    background-color: #fff;
    width: 50%;
}

.acasa-celula-direita {
    padding: 4px 8px;
    vertical-align: top;
    background-color: #fff;
    width: 50%;
}

/* Títulos dentro das células */
.acasa-titulo-principal {
    font-weight: bold;
    color: #7c3aed;
    font-size: 15px;
}

.acasa-titulo-info {
    font-weight: bold;
    color: #6b7280;
    font-size: 15px;
}

/* Subtítulos */
.acasa-subtitulo {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 2px;
}

/* Box de destaque para informações importantes */
.acasa-info-box {
    background-color: #f3e8ff;
    border-left: 3px solid #7c3aed;
    padding: 4px;
    border-radius: 2px;
}

/* Seção inferior com duas colunas */
.acasa-secao-inferior {
    display: flex;
    background: #f8fafc;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    border-top: none;
    flex-wrap: wrap;
    margin-top: -2px;
}

/* Colunas da seção inferior */
.acasa-coluna {
    flex: 1;
    min-width: 230px;
    padding: 3px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.acasa-coluna:first-child {
    border-right: 1px solid #e5e7eb;
}

/* Título da seção (Por que comprar conosco?) */
.acasa-titulo-secao {
    color: #7c3aed;
    font-size: 13px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

/* Lista de benefícios */
.acasa-lista {
    padding: 0;
    margin: 0;
    width: 100%;
}

.acasa-item {
    color: #374151;
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 18px;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
}

.acasa-item:last-child {
    margin-bottom: 0;
}

/* Ícone de check nas listas */
.acasa-check {
    position: absolute;
    left: 0;
    top: 0;
    color: #7c3aed;
    font-weight: bold;
}

/* Container para widgets (como Trustindex) */
.acasa-widget {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* === FIM: Tabela de Produtos (acasa-) === */
