/* Styles de base pour le widget Elementor Devis Pro */
.dp-estimate-products {
    width: 100%;
    border-collapse: collapse;
}

.dp-estimate-products .add-product-estimate,
.dp-estimate-products .delete-product-estimate,
.dp-estimate-products .view-product-estimate {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-style: solid;
}

.dp-estimate-products .add-product-estimate {
    color: #ffffff;
    background-color: #0073aa;
    border: 1px solid #0073aa;
    padding: 10px 20px;
    border-radius: 3px;
}

.dp-estimate-products .add-product-estimate:hover {
    background-color: #005177;
    border-color: #005177;
}

.dp-estimate-products .delete-product-estimate {
    color: #ffffff;
    background-color: #dc3232;
    border: 1px solid #dc3232;
    padding: 10px 20px;
    border-radius: 3px;
}

.dp-estimate-products .delete-product-estimate:hover {
    background-color: #a00;
    border-color: #a00;
}

.dp-estimate-products .view-product-estimate {
    color: #ffffff;
    background-color: #666;
    border: 1px solid #666;
    padding: 10px 20px;
    border-radius: 3px;
}

.dp-estimate-products .view-product-estimate:hover {
    background-color: #444;
    border-color: #444;
}

.dp-estimate-products .dp-product-actions-cell {
    vertical-align: middle;
}

.dp-estimate-products .dp-product-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
