.order-summary-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-summary-container li {
  border-bottom: 1px solid #ddd;
}

/* Order Summary Container */
.order-summary-container {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-color: #fbfbfb;
  box-shadow: 0px 1px 6px -2px #a1a1a1;
  max-width: 700px;
  margin-bottom: 50px;
}

.order-summary-container .column {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex: 1;
  
}

.order-summary-container .section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  align-self: center;
  text-align: center;
}

.order-summary-container .details-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.order-summary-container .detail-item {
  margin-bottom: 20px;
}

.order-summary-container .detail-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ab2525;
}

.order-summary-container .detail-list .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 5px;
  
}

.conf_info {
  text-align: right;
 
}

.pnr {
  font-size: 5vh;
  font-weight: bold;
}
.pnrdiv {
  text-align: center;
  border-top: 2px dotted #c5c5c5;
}

.passener_details {
  border-top: 2px dotted #c5c5c5;
}

.order-summary-container .detail-list .detail-label {
  font-weight: bold;
  margin-right: 10px;
}

.order-summary-container .detail-list .total-row {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.order-summary-container .detail-list .detail-label,
.order-summary-container .detail-list .detail-row {
  color: #333;
}

.order-summary-container .detail-list .detail-label {
  flex: 1;
}

.order-summary-container .detail-list .detail-row {
  flex: 2;
}


.savePDFButton {
  align-self: flex-end;
  width: fit-content;
}

.savePDFButton:hover {
  background-color: #0f6512;
}

.savePDFButton i {font-weight: normal;}

.successText {
  color: #008d5e;
}