.lista-preco-toggle-btn { 
    cursor: pointer; 
}

.lista-preco-toggle-content { 
    display: none; 
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #DDD;
    border-radius: 6px;
    max-width: 300px;
    background: #FAFAFA;
}

.lista-preco-toggle-content p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #333;
}

.lista-preco-toggle-content button {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    background-color: #28a745;
    color: white;
    cursor: pointer;
}

.lista-preco-toggle-content button:hover {
    background-color: #218838;
}

ul.products .lista-preco-toggle-btn {
    padding: 0 20px;
}

ul.products .lista-preco-toggle-btn {
    margin-bottom: 16px;
}

ul.products .lista-preco-toggle-content {
    margin: 16px;
}

.porto-tb-item.type-product .lista-preco-toggle-btn {
    margin-top: 16px;
}

.elementor-widget-text-editor p:empty {
    display: none !important;
}

.lista-preco-toggle-content-image {
    max-width: 100%;
    padding: 0;
    border: 0;
}