.org-structure {
  font-family: Arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

.header {
  text-align: center;
  margin-bottom: 20px;
}

.header h1 {
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.header h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.approval {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}

.divider {
  border-top: 1px solid #000;
  margin: 20px 0;
}

.section {
  margin-bottom: 30px;
}

.section h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.section h3 span {
  font-weight: normal;
}

.name {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

.subordinates {
  margin-top: 20px;
}

.row {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.position {
  border: 1px solid #000;
  padding: 10px;
  margin: 0 10px;
  min-width: 250px;
  text-align: center;
}

.position p {
  margin: 0;
  font-size: 14px;
}

.position .name {
  font-weight: normal;
}

.position.single {
  margin: 0 auto;
  max-width: 400px;
}

.departments .position {
  min-width: 300px;
}

.others .position {
  margin-bottom: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: bold;
}