/*
Theme Name: RentalHive Child 
Author: HivePress 
Template: rentalhive 
Text Domain: rentalhive-child
Description: A multipurpose WordPress theme that allows you to build a peer-to-peer rental marketplace.
*/


/*save draft btn*/

.hp-form--listing-update .hp-form__footer , .hp-form--listing-submit .hp-form__footer {
justify-content:normal;
gap:20px;
}
.add-save-draft-btn {
  display: inline-block;
  margin-left: 10px; 
}
.save-draft-btn {
  background-color: #ceca16e3;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.2s ease-in-out;
}
.save-draft-btn:hover {
  background-color: #a5a318e3;
}

/*save draft btn end ^^^*/