/* .summary-main {
  max-width: 780px;
  margin: 0px auto 10px;
  background: #ffffff;
  border-radius: 2px;
  padding: 9px 26px;
  border-bottom: 1px solid #ef9200;
  border-top: 1px solid #ef9200;
  font-family: system-ui, Arial, sans-serif;
} */

.summary-main {
  max-width: 780px;
  margin: 50px auto 10px;
  background: #ffffff;
  border-radius: 2px;
  padding: 9px 26px;
  border-bottom: 1px solid #ef9200;
  border-top: 1px solid #ef9200;
  font-family: system-ui, Arial, sans-serif;
}

.summary-main .summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  column-gap: 5%;
}

.summary-main .title-bar {
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 18px;
  border: 1px dashed #ef9200;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
}

.summary-main .summary-head h3 {
  margin: 0;
  color: #ef9200;
  font-size: 17px;
  font-weight: 700;
}

.summary-main .sv-caption {
  margin-top: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f4f7fb;
  font-size: 13px;
  color: #555;
  border: 1px dashed #cfd8e6;
}

.summary-main ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}

.summary-main ul li {
  list-style: disc;
  margin-bottom: 0;
  line-height: 1.5;
  color: #111;
}

.summary-main li::marker {
  color: #cfcece;
  font-size: 1.125rem;
}
