/* Βασικό στυλ για το άρθρο TRIXEO */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
  color: #212529;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

h1 {
  font-size: 2em;
  color: #005c99;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.4em;
  color: #0077b6;
  margin-top: 30px;
  border-left: 4px solid #0077b6;
  padding-left: 10px;
}

p, ul, li {
  font-size: 1rem;
}

ul {
  margin: 10px 0 20px 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

a {
  color: #0077b6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
  font-style: italic;
  color: #495057;
}

strong {
  font-weight: 600;
}