.choice {
  background-color: #1390DF;
  color: #112D61;
}

.container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.section {
  flex: 1 1 400px;
}

.section .mini_title {
  color: #380D0E;
  font-size: 23px;
  font-weight: 800;
}

.section div {
  margin-top: 5px;
  padding-left: 0;
}

.section div ul {
  padding-left: 15px;
  line-height: 30px;
}

.section div ul li {
  list-style: none;
}

.section div ul li:first-child {
  margin-left: -15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

th {
  background: #F5F5F5;
}

tr td:first-child {
  background: #E6F3F8;
}

.note {
  font-size: 13px;
  color: #333;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .section {
    flex: initial;
  }
}/*# sourceMappingURL=participant_info.css.map */