.ono-pricing-widget{

	border: 0.5px solid #e0d8ce;
    border-radius: 12px;
    padding: 28px;
    background: #FFF;
    max-width: 520px;
}

.ono-pricing-inputs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}

.ono-field label{
  display:block;
  font-size: 12px;
  opacity: .7;
  margin-bottom: 6px;
}

.ono-field input{
  width:100%;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 10px;
}

.ono-hint{
  grid-column: 1 / -1;
  font-size: 11px;
  color: #9a8e80;
}

.ono-error{
  grid-column: 1 / -1;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 40, 40, .08);
  border: 1px solid rgba(255, 40, 40, .25);
  color: #7b0000;
  font-size: 13px;
}

.ono-pricing-results{
  margin-top: 14px;
}


.ono-divider{
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 10px 0;
}

.ono-total strong{
  font-size: 18px;
}
@media (max-width: 767px){
  .ono-pricing-inputs{ grid-template-columns: 1fr; }
}



.ono-enquiry-btn {
   margin-top: 30px !important;
}


.ono-hint {
/*    font-size: 1.1em; */
}
.ono-row {
	display:flex;
    justify-content: space-between;
    padding: 6px 0;
    color: #9a8e80;
    font-size: 13px;
}

.ono-row strong{
	color: #2a2520!important;
    font-weight: 400;
}

.ono-total {
    font-size: 1.1em;
}

.ono-min-stay,
.ono-nights, 
.ono-rate, 
.ono-rent, 
.ono-elec-1, 
.ono-elec-2, 
.ono-estim, 
.ono-clean, 
.ono-dep {
    color: #2a2520 !important;
}


.ono-row-card {
	background: #f0ebe3;
    border-radius:8px;
    padding: 0px 16px 12px 16px
}