/*
Theme Name:   astra child
Description:  Tema hijo 
Author:       HM
Author URL:   
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

    .wrap {
		width: 100%;
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .form-table th {
        width: 200px;
    }
    .form-table input[type="text"],
    .form-table textarea,
    .form-table select {
        width: 100%;
        max-width: 400px;
    }
    .form-table input[type="number"] {
        width: 150px;
    }
    #product_image_preview img {
        max-width: 100px;
        height: auto;
        margin-top: 10px;
    }
