* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

header {
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

header h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
}

header nav a {
    margin-right: 20px;
    color: #0066cc;
    text-decoration: none;
}

header nav a:hover {
    text-decoration: underline;
}

article {
    margin: 30px 0;
}

h1 {
    margin-top: 0;
}

h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

p {
    line-height: 1.6;
    margin: 15px 0;
}

.product-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.content {
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

pre {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

pre code {
    background: none;
    padding: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 15px 0;
    padding-left: 30px;
}

li {
    margin: 8px 0;
    line-height: 1.6;
}
.affiliate-footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 80px;
}

.affiliate-footer p {
  margin: 8px 0;
}

.affiliate-footer a {
  color: #0066cc;
  text-decoration: none;
}

.affiliate-footer a:hover {
  text-decoration: underline;
}
