/*
Theme Name: Magialux Storefront Child
Theme URI: https://example.com/
Description: Child theme of Storefront for Magialux book store. Adds a specs card and moves long description below, removes tabs.
Author: Alex & AUREA
Version: 1.0.0
Template: storefront
Text Domain: storefront-magialux-child
*/

/* Tarjeta base */
.magialux-card {
  background: #f3f4f6;           /* gris suave (más oscuro que blanco) */
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.25rem 0;
}

/* Título de la tarjeta */
.magialux-card-title {
  margin: 0 0 .75rem 0;
  font-size: 1.1rem;
  font-weight: 700;
}

/* Tabla de características */
.magialux-specs {
  width: 100%;
  border-collapse: collapse;
}
.magialux-specs th,
.magialux-specs td {
  padding: .65rem .75rem;
  vertical-align: top;
  border-bottom: 1px solid #e2e8f0; /* línea separadora */
}
.magialux-specs th {
  width: 30%;
  color: #374151;
  font-weight: 600;
}
.magialux-specs tr:last-child th,
.magialux-specs tr:last-child td {
  border-bottom: none; /* sin línea en la última */
}
.product_meta .magialux-isbn-line {
  display: inline-block;
  margin-left: 1rem;   /* separarlo del SKU */
}
.product_meta .magialux-isbn-line::before {
  /* Sin texto, ya ponemos 'ISBN-13:' desde PHP/JS */
}
