/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.6.1759223232
Updated: 2025-09-30 09:07:12

*/
.tabla-productos {
  width: 100%;
  border-collapse: collapse;
}
.tabla-productos th, 
.tabla-productos td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}
.tabla-productos th {
  background: #f5f5f5;
}
.btn-download {
  display: inline-block;
  margin: 2px 0;
  padding: 6px 10px;
  background: #0073aa;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
}
.btn-download:hover {
  background: #005780;
}

.tabla-productos .thumb-producto {
  width: 80px;
  height: auto;
  border-radius: 4px;
}

.producto-detalle .producto-imagen {
  text-align: center;
  margin-bottom: 20px;
}

.producto-detalle .img-producto {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Formulario de búsqueda */
.buscador-productos-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.buscador-productos-form input,
.buscador-productos-form select,
.buscador-productos-form button {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.buscador-productos-form button {
    background: #0073aa;
    color: white;
    cursor: pointer;
}

.buscador-productos-form button:hover {
    background: #005780;
}

/* Loading */
.loading {
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

/* Paginación */
.productos-paginacion {
    text-align: center;
    margin-top: 20px;
}

.productos-paginacion a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.productos-paginacion a:hover,
.productos-paginacion a.active {
    background: #0073aa;
    color: white;
}

/* Tabla responsive */
.tabla-productos {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.tabla-productos th,
.tabla-productos td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.tabla-productos th {
    background: #f5f5f5;
}
