/* PTP_OTHER_FINAL_CONNECTED_V3B */

#ptpOtherModal .ptp-other-final-supplier{
  margin-top:16px;
  border:1px solid #dce7f5;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

#ptpOtherModal .ptp-other-final-supplier-head{
  padding:14px 16px;
  border-bottom:1px solid #e6edf7;
  background:#f8fbff;
}

#ptpOtherModal .ptp-other-final-supplier-head h3{
  margin:0;
  color:#172033;
  font-size:16px;
}

#ptpOtherModal .ptp-other-final-supplier-head p{
  margin:4px 0 0;
  color:#71819a;
  font-size:12px;
}

#ptpOtherModal .ptp-other-final-supplier-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  padding:16px;
}

#ptpOtherModal .ptp-other-final-supplier-grid > *{
  min-width:0;
  margin:0!important;
}

#ptpOtherModal .ptp-other-final-supplier-grid .ptp-other-calculation{
  min-height:66px;
  border:1px solid #dce7f5;
  border-radius:12px;
  padding:12px 14px;
  background:#f8fbff;
}

#ptpOtherModal [id$="-add-cost"],
#ptpOtherModal [id$="-save-source"],
#ptpOtherModal [id$="-summary"]{
  display:none!important;
}

#ptpOtherModal .ptp-unified-booking-actions{
  justify-content:flex-end!important;
  padding:12px 16px 18px!important;
}

@media(max-width:760px){
  #ptpOtherModal .ptp-other-final-supplier-grid{
    grid-template-columns:1fr;
  }
}