/* oscommerce-warning.css */

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

header h1 {
  color: #b20000;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.intro {
  font-size: 1.1rem;
  color: #555;
}

section {
  margin-bottom: 2rem;
}

section h2 {
  color: #222;
  font-size: 1.4rem;
  border-bottom: 2px solid #b20000;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

pre {
  background: #f4f4f4;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.95rem;
  line-height: 1.5;
}

code {
  font-family: Consolas, monospace;
  background: #eaeaea;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
}

ul {
  padding-left: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 0.9rem;
  color: #f00;
  margin-top: 3rem;
}
