/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Style for the custom fields in Additional Information tab */
.woocommerce-product-attributes .woocommerce-product-attributes-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
    font-weight: bold;
    width: 15%; /* Adjust as needed */
    color: #333;
    padding-right: 15px;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    width: 85%; /* Adjust as needed */
    color: #555;
}

/* Optional: Adjust background color for custom rows */
.woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(even) {
    background-color: #f9f9f9;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    white-space: pre-line; /* Permite que se respeten los saltos de línea */
}

