table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-transform: uppercase;
  overflow: hidden;
  overflow-x: auto;
}
th,
td {
  border: 2px solid white;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.section-header {
  background-color: #e6e6e6;
  font-weight: bold;
}
.highlight {
  font-weight: bold;
}
.indent {
  padding-left: 20px;
}
.additional-content {
  /* margin-top: 30px; */
  padding: 5px 10px 5px 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.additional-content h3 {
  margin-top: 0;
  color: #333;
}
.note {
  font-style: italic;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}

.result-insurance td:nth-child(2),
.result-insurance th:nth-child(2) {
  text-align: center;
  vertical-align: middle; /* Canh giữa theo chiều dọc nếu cần */
}

.result-insurance {
  color: black;
}

.result-insurance td:nth-child(1) {
  background-color: #e6e6e6;
}
.result-insurance td:nth-child(2) {
  background-color: #33ccff;
}

.result-insurance .section-header td {
  background-color: #ffcc33;
}

.result-insurance .highlight td:nth-child(1) {
  background-color: #ffdead;
  text-align: end;
}
.result-insurance .highlight td:nth-child(2) {
  background-color: #7ab730;
}
.additional-content {
  font-size: 12px;
}
.additional-content h5 {
  font-size: 14px;
}
.result-insurance {
  font-size: 14px;
}
.bieuphi-div h5 {
  font-weight: 600 !important;
}
