* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  background: #e8e8e8;
  padding: 40px 16px;
}

.document {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 72px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}

.back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: #1a5cb0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.back-link:hover { text-decoration: underline; }

h1 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 6px;
}

p {
  margin-bottom: 10px;
  text-align: justify;
}

a { color: #1a5cb0; }

.meta {
  margin-bottom: 36px;
  padding: 18px 22px;
  background: #f7f7f7;
  border-left: 4px solid #555;
  font-size: 13px;
  line-height: 2;
}

.meta strong { color: #333; }

.numbered-item {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  text-align: justify;
}

.numbered-item .num {
  flex-shrink: 0;
  font-weight: bold;
  min-width: 40px;
}

.list-item {
  margin-left: 32px;
  margin-bottom: 8px;
  text-align: justify;
  position: relative;
}

.list-item::before {
  content: "—";
  position: absolute;
  left: -20px;
  color: #555;
}

ul {
  margin: 8px 0 10px 0;
  padding: 0;
  list-style: none;
}

ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
  text-align: justify;
}

ul li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #555;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
  font-size: 13px;
}

th {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  vertical-align: top;
}

tr:nth-child(even) td { background: #fafafa; }

.date-pub {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  font-style: italic;
  color: #555;
  text-align: right;
}

@media (max-width: 640px) {
  body { padding: 20px 10px; }
  .document { padding: 28px 18px; }
  h1 { font-size: 15px; }
  table { font-size: 12px; }
  th, td { padding: 6px 7px; }
}

@media print {
  body { background: white; padding: 0; }
  .document { box-shadow: none; padding: 10mm 15mm; }
  .back-link { display: none; }
}
