.post-post {
    max-width: 100%;
}

 .descricao_produto .specs-table {
            width: 100%;
            margin-top: 40px;
            border-collapse: collapse;
            text-align: left;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }

        .descricao_produto .specs-table thead tr {
            background-color: #D9C26B;
            color: #000;
        }

        .descricao_produto .specs-table th, .descricao_produto .specs-table td {
            padding: 15px;
            border: 1px solid #ddd;
        }

        .descricao_produto .specs-table tbody tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .descricao_produto .specs-table tbody tr:hover {
            background-color: #e6e6e6;
        }
        
        @media (max-width: 768px) {
            .descricao_produto .specs-table-container {
                overflow-x: auto;
            }
        }
        
        .descricao_produto .example-paragraph {
            margin-top: 15px;
            font-style: italic;
            font-size: 1rem;
            color: #555;
            border-left: 3px solid #D9C26B;
            padding-left: 10px;
        }

        .descricao_produto .text-center {
            text-align: center;
        }
        
        /* A classe .button já existia, então removemos as classes redundantes */
        .descricao_produto .intro-section {
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-top: 40px;
            text-align: center;
        }
        
        .descricao_produto .intro-section p {
            font-size: 1.2rem;
            font-style: italic;
            line-height: 1.8;
            color: #555;
        }
        
        /* Novas classes para o layout de lista horizontal */
        .descricao_produto .horizontal-list {
            margin-top: 40px;
        }

        .descricao_produto .horizontal-item {
            background-color: #fff;
            padding: 20px;
            border-bottom: 1px solid #ddd;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .descricao_produto .horizontal-item:last-child {
            border-bottom: none;
        }

        .descricao_produto .horizontal-item h4 {
            font-size: 1.2rem;
            color: #D9C26B;
            margin-bottom: 5px;
        }
        
        .descricao_produto .horizontal-item p {
            font-size: 1rem;
            color: #333;
            margin-bottom: 10px;
        }
        
        .descricao_produto .horizontal-item .button {
            align-self: flex-end;
            margin-top: 10px;
        }




#novo-rodape {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: #8a8a8a;
    padding: 20px;

}

#rodape .rodape-inferior .inside {
    display: none !important;
    visibility: hidden !important;
}

  


/* Motoboy carrinho */

.evX-expresso .chegada {
    font-size: 0px;
}

.evX-expresso .chegada:before {
    font-weight: 700;
    color: #359528 !important;
    content: 'comprando até 12h de seg. à sex';
    font-size: small !important;
}

.evX-expresso .comprando {
    font-size: 0px;
}

.evX-expresso .comprando:before {
    content: 'Motoboy! Receba no mesmo dia';
    font-size: small !important;
}

ul>li.evX:nth-child(3) span.nome {
    display: none !important;
}

.evX-expresso span.comprando-prazo {
    display: none;
}