/*
Theme Name:   wiapl
Theme URI:    https://wiainfo.net/wiapl/
Description:  Wiapl Child Theme for Astra
Author:       wiapl
Author URI:   https://wiainfo.net
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         custom, child-theme, astra
Text Domain:  wiapl
*/

/*
 * Add your custom CSS styles below this line.
 * These styles will override the Astra parent theme styles.
 */
.entry-title {
  text-align: center;
  margin-bottom: 20px;
}

.product-image {
  text-align: center;
  margin: 20px 0;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.product-specs th,
.product-specs td {
  border: 1px solid #ddd;
  padding: 10px;
}

.product-specs th {
  background-color: #f5f5f5;
}
/* Force the single WIA Product page container to be full width and centered */
.single-wia-product #primary {
    width: 100% !important;
    max-width: 1200px !important; /* Adjust this to match your header width */
    margin: 0 auto !important;
    float: none !important;
}

/* Hide the empty sidebar space if Astra is rendering it */
.single-wia-product #secondary {
    display: none !important;
}

.primary{
  padding-top: 0 !important;
}

.entry-content p, li {
  font-size: 16px;
}