/*
Theme Name: Mechanized Afiliados
Theme URI: https://mechanized.es/
Author: ChatGPT + Usuario
Author URI: https://mechanized.es/
Description: Tema limpio y optimizado para web de afiliación de Amazon centrada en herramientas de soldadura.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mechanized-afiliados
Tags: amazon, afiliación, herramientas, soldadura, responsive, seo
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #333;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
h1, h2, h3 {
  color: #222;
}
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
header, footer {
  background-color: #1f1f1f;
  color: white;
  padding: 20px 0;
  text-align: center;
}
nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
nav ul li {
  display: inline;
}
main {
  background: white;
  padding: 20px;
  border-radius: 10px;
}
*/
